| Modifier and Type | Method and Description |
|---|---|
Compilation |
Compiler.compile(Iterable<? extends JavaFileObject> files)
Compiles Java source files.
|
Compilation |
Compiler.compile(JavaFileObject... files)
Compiles Java source files.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.truth.SubjectFactory<CompilationSubject,Compilation> |
CompilationSubject.compilations()
Returns a
SubjectFactory for a Compilation. |
| Modifier and Type | Method and Description |
|---|---|
static CompilationSubject |
CompilationSubject.assertThat(Compilation actual)
Starts making assertions about a
Compilation. |
Copyright © 2013-2017. All Rights Reserved.