Class JavaSourcesSubject

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

public final class JavaSourcesSubject extends com.google.common.truth.Subject<JavaSourcesSubject, Iterable<? extends JavaFileObject>> implements CompileTester, ProcessedCompileTesterFactory
A Truth Subject that evaluates the result of a javac compilation. See com.google.testing.compile for usage examples
Author:
Gregory Kick