Home
last modified time | relevance | path

Searched defs:expectedCount (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DCountTest.java52 AtomicLong expectedCount = new AtomicLong(); in testOps() local
63 AtomicLong expectedCount = new AtomicLong(); in testOps() local
74 AtomicLong expectedCount = new AtomicLong(); in testOps() local
85 AtomicLong expectedCount = new AtomicLong(); in testOps() local
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
Dnodelistindexgetlength.java64 int expectedCount = 0; in runTest() local
/libcore/luni/src/test/java/libcore/libcore/net/event/
DNetworkEventDispatcherTest.java77 public void assertNetworkConfigurationChangedEvent(int expectedCount) { in assertNetworkConfigurationChangedEvent()
/libcore/test-rules/src/main/java/libcore/junit/util/
DResourceLeakageDetector.java200 public void assertUnreleasedResourceCount(Object owner, int expectedCount) { in assertUnreleasedResourceCount()
/libcore/luni/src/test/java/libcore/java/nio/file/
DWatchServiceTest.java59 final int expectedCount; field in WatchServiceTest.WatchEventResult
69 int expectedCount) { in WatchEventResult()