The status of a compilation.
Assertions that a note, warning, or error was found at a given column.
Assertions that a note, warning, or error was found in a given file.
Assertions that a note, warning, or error was found on a given line.
The root of the fluent API for testing the result of compilation.
The clause in the fluent API that allows for chaining test conditions.
The clause in the fluent API for further tests on successful compilations without warnings.
The clause in the fluent API that checks that a diagnostic starts at a particular
column.
The clause in the fluent API that checks notes in a compilation.
The clause in the fluent API that checks notes and warnings in a compilation.
The clause in the fluent API that checks that a diagnostic is associated with a particular
JavaFileObject.
The clause in the fluent API that checks that files were generated.
The clause in the fluent API that checks that a diagnostic is on a particular
line.
The clause in the fluent API for further tests on successful compilations.
The clause in the fluent API that checks that a generated file has the specified contents.
The clause in the fluent API for further tests on unsuccessful compilations.
A
Truth Subject that evaluates the result
of a
javac compilation.