Searched refs:expectedKind (Results 1 – 1 of 1) sorted by relevance
58 final WatchEvent.Kind<Path> expectedKind; field in WatchServiceTest.WatchEventResult62 public WatchEventResult(WatchEvent.Kind<Path> expectedKind) { in WatchEventResult() argument63 this.expectedKind = expectedKind; in WatchEventResult()68 public WatchEventResult(WatchEvent.Kind<Path> expectedKind, in WatchEventResult() argument70 this.expectedKind = expectedKind; in WatchEventResult()99 assertEquals(expectedEventResult.expectedKind, event.kind()); in checkWatchServiceEventMultipleKeys()