Searched refs:notification (Results 1 – 4 of 4) sorted by relevance
/libcore/support/src/test/java/tests/resources/ |
D | junit4-4.3.1.jar | ... runner/manipulation/
org/junit/runner/notification/
org/junit/runners/
junit/extensions ... |
/libcore/luni/src/test/java/libcore/xml/ |
D | DomTest.java | 870 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 …]
|
/libcore/dalvik/test-rules/src/test/java/libcore/dalvik/system/ |
D | CloseGuardSupportTest.java | 25 import org.junit.runner.notification.Failure;
|
/libcore/ojluni/src/main/java/java/nio/charset/ |
D | Charset-X-Coder.java.template | 340 * should be overridden by $coder$s that require notification of changes to 422 * should be overridden by $coder$s that require notification of changes to 466 * should be overridden by $coder$s that require notification of changes to
|