Searched defs:excludedTests (Results 1 - 1 of 1) sorted by path

/openjdk10/nashorn/test/src/jdk/nashorn/internal/test/framework/
H A DTestFinder.java153 private static <T> void findTests(final String framework, final Path dir, final List<T> tests, final Set<String> orphanFiles, final Path[] excludePaths, final Set<String> excludedTests, final TestFactory<T> factory) throws Exception { argument

Completed in 109 milliseconds