Home
last modified time | relevance | path

Searched refs:notification (Results 1 – 2 of 2) sorted by relevance

/libcore/support/src/test/java/tests/resources/
Djunit4-4.3.1.jar ... runner/manipulation/ org/junit/runner/notification/ org/junit/runners/ junit/extensions ...
/libcore/luni/src/test/java/libcore/xml/
DDomTest.java870 expected.add(notification(NODE_CLONED, "a", "apple", name, clonedName)); in testUserDataHandlerNotifiedOfShallowClones()
871 expected.add(notification(NODE_CLONED, "b", "banana", name, clonedName)); in testUserDataHandlerNotifiedOfShallowClones()
872 expected.add(notification(NODE_CLONED, "c", "cat", standard, clonedStandard)); in testUserDataHandlerNotifiedOfShallowClones()
891 expected.add(notification(NODE_CLONED, "a", "apple", name, clonedName)); in testUserDataHandlerNotifiedOfDeepClones()
892 expected.add(notification(NODE_CLONED, "b", "banana", name, clonedName)); in testUserDataHandlerNotifiedOfDeepClones()
893 expected.add(notification(NODE_CLONED, "c", "cat", standard, clonedStandard)); in testUserDataHandlerNotifiedOfDeepClones()
894 expected.add(notification(NODE_CLONED, "d", "dog", waffles, clonedWaffles)); in testUserDataHandlerNotifiedOfDeepClones()
914 expected.add(notification(NODE_IMPORTED, "a", "apple", name, importedName)); in testUserDataHandlerNotifiedOfShallowImports()
915 expected.add(notification(NODE_IMPORTED, "b", "banana", name, importedName)); in testUserDataHandlerNotifiedOfShallowImports()
916 expected.add(notification(NODE_IMPORTED, "c", "cat", standard, importedStandard)); in testUserDataHandlerNotifiedOfShallowImports()
[all …]