Searched refs:assertItemsPresent (Results 1 – 2 of 2) sorted by relevance
50 public void assertItemsPresent(String... items) { in assertItemsPresent() method in BreadBot52 assertItemsPresent(items, checker); in assertItemsPresent()55 private void assertItemsPresent(String[] items, Predicate<String> predicate) { in assertItemsPresent() method in BreadBot
93 bots.breadcrumb.assertItemsPresent(dirName1, "TEST_ROOT_0"); in testNavigate_byBreadcrumb()