Searched refs:employeeNamespace (Results 1 – 3 of 3) sorted by relevance
110 String employeeNamespace; in testGetNamespaceURI3() local115 employeeNamespace = testEmployee.getNamespaceURI(); in testGetNamespaceURI3()116 assertEquals("namespaceURI", "http://www.nist.gov", employeeNamespace); in testGetNamespaceURI3()122 String employeeNamespace; in testGetNamespaceURI4() local126 employeeNamespace = testEmployee.getNamespaceURI(); in testGetNamespaceURI4()127 assertNull("throw_Null", employeeNamespace); in testGetNamespaceURI4()
68 String employeeNamespace; in runTest() local72 employeeNamespace = testEmployee.getNamespaceURI(); in runTest()73 assertNull("throw_Null", employeeNamespace); in runTest()
74 String employeeNamespace; in runTest() local79 employeeNamespace = testEmployee.getNamespaceURI(); in runTest()80 assertEquals("namespaceURI", "http://www.nist.gov", employeeNamespace); in runTest()