Class JavaSourcesSubjectFactory

java.lang.Object
com.google.testing.compile.JavaSourcesSubjectFactory
All Implemented Interfaces:
com.google.common.truth.Subject.Factory<JavaSourcesSubject, Iterable<? extends JavaFileObject>>

public final class JavaSourcesSubjectFactory extends Object implements com.google.common.truth.Subject.Factory<JavaSourcesSubject, Iterable<? extends JavaFileObject>>
A Truth Subject.Factory for creating JavaSourcesSubject instances.
Author:
Gregory Kick