File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
src/main/java/com/google/testing/compile Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
/**
18
- * This package contains two {@link org.truth0.Truth} subjects ({@link
19
- * com.google.testing.compile.JavaSourceSubjectFactory#javaSource()} and {@link
20
- * com.google.testing.compile.JavaSourcesSubjectFactory#javaSources()})
18
+ * This package contains two {@link org.truth0.Truth} subjects
19
+ * ({@link JavaSourceSubjectFactory#javaSource} and {@link JavaSourcesSubjectFactory#javaSources})
21
20
* that facilitate testing {@code javac} compilation. Particularly, this enables quick, small tests
22
21
* of {@linkplain javax.annotation.processing.Processor annotation processors} without forking
23
22
* {@code javac} or creating separate integration test projects.
29
28
* .compilesWithoutError();
30
29
* }</pre>
31
30
*
32
- * <p>The above code snippet tests that the provide source compiles without error. There is not much
33
- * utility in testing compilation for simple sources, but the API also allows for the addition of
34
- * {@linkplain javax.annotation.processing.Processor annotation processors}. Here is the same
31
+ * <p>The above code snippet tests that the provided source compiles without error. There is not
32
+ * much utility in testing compilation for simple sources, but the API also allows for the addition
33
+ * of {@linkplain javax.annotation.processing.Processor annotation processors}. Here is the same
35
34
* example with a processor: <pre> {@code
36
35
*
37
36
* ASSERT.about(javaSource())
You can’t perform that action at this time.
0 commit comments