Searched refs:testPermutationsWithFilter (Results 1 - 1 of 1) sorted by relevance

/openjdk9/nashorn/test/src/jdk/dynalink/beans/test/
H A DBeansLinkerTest.java261 testPermutationsWithFilter(ops, (op)->NamespaceOperation.contains(op, requiredOp, requiredNamespace), expectedCount, test);
265 testPermutationsWithFilter(ops, (op)->regex.matcher(op.toString()).matches(), expectedCount, test);
269 testPermutationsWithFilter(ops, (op)->true, ops.length, test);
272 private static void testPermutationsWithFilter(final NamespaceOperation[] ops, final Predicate<NamespaceOperation> filter, final int expectedCount, final Consumer<NamespaceOperation> test) { method in class:BeansLinkerTest

Completed in 92 milliseconds