Home
last modified time | relevance | path

Searched defs:expectedCount (Results 1 – 3 of 3) 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/net/event/
DNetworkEventDispatcherTest.java74 public void assertNetworkConfigurationChangedEvent(int expectedCount) { in assertNetworkConfigurationChangedEvent()