Searched refs:BOOTCLASSPATH (Results 1 – 1 of 1) sorted by relevance
41 private static final ImmutableList<Path> BOOTCLASSPATH = field in TestClassPaths53 if (!BOOTCLASSPATH.isEmpty()) { in getTurbineBootclasspath()54 return ClassPathBinder.bindClasspath(BOOTCLASSPATH); in getTurbineBootclasspath()69 if (!BOOTCLASSPATH.isEmpty()) { in optionsWithBootclasspath()71 BOOTCLASSPATH.stream().map(Path::toString).collect(toImmutableList())); in optionsWithBootclasspath()