Uses of Class
com.google.testing.compile.JavaFileObjectSubject
-
Uses of JavaFileObjectSubject in com.google.testing.compile
Subclasses with type arguments of type JavaFileObjectSubject in com.google.testing.compileMethods in com.google.testing.compile that return JavaFileObjectSubjectModifier and TypeMethodDescriptionstatic JavaFileObjectSubjectJavaFileObjectSubject.assertThat(@Nullable JavaFileObject actual) Starts making assertions about aJavaFileObject.CompilationSubject.generatedFile(JavaFileManager.Location location, String path) Asserts that compilation generated a file atpath.CompilationSubject.generatedFile(JavaFileManager.Location location, String packageName, String fileName) Asserts that compilation generated a file namedfileNamein packagepackageName.CompilationSubject.generatedSourceFile(String qualifiedName) Asserts that compilation generated a source file for a type with a given qualified name.Methods in com.google.testing.compile that return types with arguments of type JavaFileObjectSubjectModifier and TypeMethodDescriptionstatic com.google.common.truth.Subject.Factory<JavaFileObjectSubject, JavaFileObject> JavaFileObjectSubject.javaFileObjects()Returns aSubject.FactoryforJavaFileObjectSubjects.