Class JavaSourceSubjectFactory

java.lang.Object
com.google.testing.compile.JavaSourceSubjectFactory
All Implemented Interfaces:
com.google.common.truth.Subject.Factory<JavaSourcesSubject.SingleSourceAdapter, JavaFileObject>

public final class JavaSourceSubjectFactory extends Object implements com.google.common.truth.Subject.Factory<JavaSourcesSubject.SingleSourceAdapter, JavaFileObject>
A Truth Subject.Factory similar to JavaSourcesSubjectFactory, but for working with single source files.
Author:
Gregory Kick