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

/openjdk10/langtools/test/tools/javac/file/
H A DModuleAndPackageLocations.java74 assertLocations(fm.listLocationsForModules(StandardLocation.MODULE_SOURCE_PATH),
78 assertLocations(fm.listLocationsForModules(StandardLocation.MODULE_PATH),
83 assertLocations(fm.listLocationsForModules(StandardLocation.SOURCE_OUTPUT),
89 assertLocations(fm.listLocationsForModules(StandardLocation.SOURCE_OUTPUT),
180 private void assertLocations(Iterable<Set<Location>> locations, Set<String>... expected) { method in class:ModuleAndPackageLocations

Completed in 84 milliseconds