Home
last modified time | relevance | path

Searched refs:employeeNamespace (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/tests/org/w3c/dom/
DNamespaceURI.java110 String employeeNamespace; in testGetNamespaceURI3() local
115 employeeNamespace = testEmployee.getNamespaceURI(); in testGetNamespaceURI3()
116 assertEquals("namespaceURI", "http://www.nist.gov", employeeNamespace); in testGetNamespaceURI3()
122 String employeeNamespace; in testGetNamespaceURI4() local
126 employeeNamespace = testEmployee.getNamespaceURI(); in testGetNamespaceURI4()
127 assertNull("throw_Null", employeeNamespace); in testGetNamespaceURI4()
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
DnamespaceURI04.java68 String employeeNamespace; in runTest() local
72 employeeNamespace = testEmployee.getNamespaceURI(); in runTest()
73 assertNull("throw_Null", employeeNamespace); in runTest()
DnamespaceURI03.java74 String employeeNamespace; in runTest() local
79 employeeNamespace = testEmployee.getNamespaceURI(); in runTest()
80 assertEquals("namespaceURI", "http://www.nist.gov", employeeNamespace); in runTest()