Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/nio/file/
DWatchServiceTest.java96 WatchEventResult expectedEventResult = expectedEventsIterator.next(); in checkWatchServiceEventMultipleKeys() local
97 assertNotNull(expectedEventResult); in checkWatchServiceEventMultipleKeys()
99 assertEquals(expectedEventResult.expectedKind, event.kind()); in checkWatchServiceEventMultipleKeys()
100 if (expectedEventResult.testCount) { in checkWatchServiceEventMultipleKeys()
101 assertEquals(expectedEventResult.expectedCount, event.count()); in checkWatchServiceEventMultipleKeys()