static java.util.Collection<edu.cmu.cs.crystal.test.AnnotatedTest.TestType> |
findTestTypes(CompilationUnit comp_unit)
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotatedTest
public AnnotatedTest(ICompilationUnit icu,
edu.cmu.cs.crystal.test.AnnotatedTest.TestType test,
java.lang.Integer index)
findTestTypes
public static java.util.Collection<edu.cmu.cs.crystal.test.AnnotatedTest.TestType> findTestTypes(CompilationUnit comp_unit)
- Given a compilation unit, returns the type of test that it is, or none if this compilation
unit is not a test.
testFiles
testAnalysisOnFile
- Throws:
java.lang.Throwable
|