| Modifier and Type | Method and Description |
|---|---|
static JavaSourcesSubject |
JavaSourcesSubject.assertThat(javax.tools.JavaFileObject javaFileObject) |
static JavaSourcesSubject |
JavaSourcesSubject.assertThat(javax.tools.JavaFileObject javaFileObject,
javax.tools.JavaFileObject... javaFileObjects) |
JavaSourcesSubject |
JavaSourcesSubjectFactory.createSubject(com.google.common.truth.FailureMetadata failureMetadata,
java.lang.Iterable<? extends javax.tools.JavaFileObject> subject) |
JavaSourcesSubject |
JavaSourcesSubject.withClasspath(java.lang.Iterable<java.io.File> classPath) |
JavaSourcesSubject |
JavaSourcesSubject.SingleSourceAdapter.withClasspath(java.lang.Iterable<java.io.File> classPath) |
JavaSourcesSubject |
JavaSourcesSubject.withClasspathFrom(java.lang.ClassLoader classLoader)
Deprecated.
prefer
withClasspath(Iterable). This method only supports URLClassLoader and the default system classloader, and Files are usually
a more natural way to expression compilation classpaths than class loaders. |
JavaSourcesSubject |
JavaSourcesSubject.SingleSourceAdapter.withClasspathFrom(java.lang.ClassLoader classLoader)
Deprecated.
prefer
JavaSourcesSubject.SingleSourceAdapter.withClasspath(Iterable). This method only supports URLClassLoader and the default system classloader, and Files are
usually a more natural way to expression compilation classpaths than class loaders. |
JavaSourcesSubject |
JavaSourcesSubject.withCompilerOptions(java.lang.Iterable<java.lang.String> options) |
JavaSourcesSubject |
JavaSourcesSubject.SingleSourceAdapter.withCompilerOptions(java.lang.Iterable<java.lang.String> options) |
JavaSourcesSubject |
JavaSourcesSubject.withCompilerOptions(java.lang.String... options) |
JavaSourcesSubject |
JavaSourcesSubject.SingleSourceAdapter.withCompilerOptions(java.lang.String... options) |
Copyright © 2013-2019. All Rights Reserved.