edu.cmu.cs.crystal.annotations
Annotation Type PassingTest


@Retention(value=RUNTIME)
public @interface PassingTest

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.

Author:
Nels E. Beckman

Optional Element Summary
 java.lang.String analysis
           
 

analysis

public abstract java.lang.String analysis
Default:
""