Searched refs:assertAboutNodes (Results 1 – 1 of 1) sorted by relevance
75 return assertAboutNodes(STARTED, nodes); in assertStarted()80 return assertAboutNodes(CANCELLED, nodes); in assertCancelled()85 return assertAboutNodes(not(STARTED), nodes); in assertNotStarted()90 return assertAboutNodes(not(CANCELLED), nodes); in assertNotCancelled()100 private Only assertAboutNodes(Predicate<? super TestFuture> assertion, String... nodes) { in assertAboutNodes() method in ProducerTester