Searched refs:option1 (Results 1 – 1 of 1) sorted by relevance
114 private Element option1; field in DomTest157 option1 = (Element) item.getChildNodes().item(5); in setUp()179 descriptionText1, descriptionText2, descriptionText3, option1, in setUp()220 assertEquals("http://addons", option1.lookupNamespaceURI("a")); in testLookupNamespaceURIByPrefix()252 assertEquals("http://food", option1.lookupNamespaceURI(null)); in testLookupNamespaceURIWithNullPrefix()290 assertEquals("a", option1.lookupPrefix("http://addons")); in testLookupPrefixWithShadowedUri()334 assertEquals(null, option1.lookupPrefix("http://usda")); in testLookupPrefixWithShadowingUri()366 assertTrue(option1.isDefaultNamespace("http://food")); in testIsDefaultNamespace()407 assertFalse(option1.isDefaultNamespace(null)); in testIsDefaultNamespaceNull()632 assertTrue(option1.isEqualNode(copy.option1)); in testNodeEqualsNegativeRecursive()[all …]