| Modifier and Type | Method and Description |
|---|---|
static JavaSourcesSubject |
JavaSourcesSubject.assertThat(JavaFileObject javaFileObject) |
static JavaSourcesSubject |
JavaSourcesSubject.assertThat(JavaFileObject javaFileObject,
JavaFileObject... javaFileObjects) |
JavaSourcesSubject |
JavaSourcesSubjectFactory.getSubject(com.google.common.truth.FailureStrategy failureStrategy,
Iterable<? extends JavaFileObject> subject) |
JavaSourcesSubject |
JavaSourcesSubject.withClasspathFrom(ClassLoader classLoader) |
JavaSourcesSubject |
JavaSourcesSubject.SingleSourceAdapter.withClasspathFrom(ClassLoader classLoader) |
JavaSourcesSubject |
JavaSourcesSubject.withCompilerOptions(Iterable<String> options) |
JavaSourcesSubject |
JavaSourcesSubject.SingleSourceAdapter.withCompilerOptions(Iterable<String> options) |
JavaSourcesSubject |
JavaSourcesSubject.withCompilerOptions(String... options) |
JavaSourcesSubject |
JavaSourcesSubject.SingleSourceAdapter.withCompilerOptions(String... options) |
Copyright © 2013-2017. All Rights Reserved.