|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) public @interface AnalysisTests
If this interface is contained anywhere inside of a CompilationUnit, that compilation unit will be analyzed as a test, and the analysis of that file should produce no errors or warnings.
Optional Element Summary | |
---|---|
FailingTest[] |
fail
|
PassingTest[] |
pass
|
public abstract FailingTest[] fail
public abstract PassingTest[] pass
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |