Uses of Class
com.google.testing.compile.JavaSourcesSubject
-
Uses of JavaSourcesSubject in com.google.testing.compile
Subclasses with type arguments of type JavaSourcesSubject in com.google.testing.compileModifier and TypeClassDescriptionfinal classClasses in com.google.testing.compile that implement interfaces with type arguments of type JavaSourcesSubjectModifier and TypeClassDescriptionfinal classMethods in com.google.testing.compile that return JavaSourcesSubjectModifier and TypeMethodDescriptionstatic JavaSourcesSubjectJavaSourcesSubject.assertThat(JavaFileObject javaFileObject) static JavaSourcesSubjectJavaSourcesSubject.assertThat(JavaFileObject javaFileObject, JavaFileObject... javaFileObjects) JavaSourcesSubjectFactory.createSubject(com.google.common.truth.FailureMetadata failureMetadata, @Nullable Iterable<? extends JavaFileObject> subject) JavaSourcesSubject.SingleSourceAdapter.withClasspath(Iterable<File> classPath) JavaSourcesSubject.withClasspath(Iterable<File> classPath) JavaSourcesSubject.SingleSourceAdapter.withClasspathFrom(ClassLoader classLoader) Deprecated.JavaSourcesSubject.withClasspathFrom(ClassLoader classLoader) Deprecated.JavaSourcesSubject.SingleSourceAdapter.withCompilerOptions(Iterable<String> options) JavaSourcesSubject.SingleSourceAdapter.withCompilerOptions(String... options) JavaSourcesSubject.withCompilerOptions(Iterable<String> options) JavaSourcesSubject.withCompilerOptions(String... options)
JavaSourcesSubject.SingleSourceAdapter.withClasspath(Iterable).