Uses of Interface
com.google.testing.compile.ProcessedCompileTesterFactory
-
Uses of ProcessedCompileTesterFactory in com.google.testing.compile
Classes in com.google.testing.compile that implement ProcessedCompileTesterFactoryModifier and TypeClassDescriptionfinal classstatic final classMethods in com.google.testing.compile that return ProcessedCompileTesterFactoryModifier and TypeMethodDescriptionProcessedCompileTesterFactory.withClasspath(Iterable<File> classPath) Sets the compilation classpath.ProcessedCompileTesterFactory.withClasspathFrom(ClassLoader classloader) Deprecated.ProcessedCompileTesterFactory.withCompilerOptions(Iterable<String> options) Adds options that will be passed to the compiler.ProcessedCompileTesterFactory.withCompilerOptions(String... options) Adds options that will be passed to the compiler.
ProcessedCompileTesterFactory.withClasspath(Iterable).