public class TestLintResult
extends java.lang.Object
TestLintTask
.
NOTE: This is not a public or final API; if you rely on this be prepared to adjust your code for the next tools release.
Modifier and Type | Method and Description |
---|---|
void |
expect(java.lang.String expectedText)
Checks that the lint result had the expected report format.
|
void |
expectClean()
Checks that there were no errors or exceptions.
|