Searched refs:wafflemaker (Results 1 – 1 of 1) sorted by relevance
117 private ProcessingInstruction wafflemaker; field in DomTest160 wafflemaker = (ProcessingInstruction) item.getChildNodes().item(9); in setUp()180 option2, option2Reference, wafflemaker, nutrition, vitamins, in setUp()223 assertEquals("http://addons", wafflemaker.lookupNamespaceURI("a")); in testLookupNamespaceURIByPrefix()255 assertEquals("http://food", wafflemaker.lookupNamespaceURI(null)); in testLookupNamespaceURIWithNullPrefix()293 assertEquals("a", wafflemaker.lookupPrefix("http://addons")); in testLookupPrefixWithShadowedUri()337 assertEquals(null, wafflemaker.lookupPrefix("http://usda")); in testLookupPrefixWithShadowingUri()369 assertTrue(wafflemaker.isDefaultNamespace("http://food")); in testIsDefaultNamespace()410 assertFalse(wafflemaker.isDefaultNamespace(null)); in testIsDefaultNamespaceNull()505 wafflemaker.setTextContent("foobar"); in testProcessingInstructionSetTextContent()[all …]