| Modifier and Type | Method and Description |
|---|---|
static JavaSourcesSubject |
JavaSourcesSubject.assertThat(JavaFileObject javaFileObject) |
static JavaSourcesSubject |
JavaSourcesSubject.assertThat(JavaFileObject javaFileObject,
JavaFileObject... javaFileObjects) |
JavaSourcesSubject |
JavaSourcesSubjectFactory.createSubject(com.google.common.truth.FailureMetadata failureMetadata,
Iterable<? extends JavaFileObject> subject) |
JavaSourcesSubject |
JavaSourcesSubject.withClasspath(Iterable<File> classPath) |
JavaSourcesSubject |
JavaSourcesSubject.SingleSourceAdapter.withClasspath(Iterable<File> classPath) |
JavaSourcesSubject |
JavaSourcesSubject.withClasspathFrom(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(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(Iterable<String> options) |
JavaSourcesSubject |
JavaSourcesSubject.SingleSourceAdapter.withCompilerOptions(Iterable<String> options) |
JavaSourcesSubject |
JavaSourcesSubject.withCompilerOptions(String... options) |
JavaSourcesSubject |
JavaSourcesSubject.SingleSourceAdapter.withCompilerOptions(String... options) |
Copyright © 2013–2020. All rights reserved.