Class AggregateTest
java.lang.Object
org.checkerframework.framework.test.CheckerFrameworkPerFileTest
org.checkerframework.framework.test.junit.AggregateTest
-
Field Summary
Fields inherited from class org.checkerframework.framework.test.CheckerFrameworkPerFileTest
checker, checkerOptions, testDir, testFile -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckResult(TypecheckResult typecheckResult) Check that theTypecheckResultdid not fail.static String[]protected FileResolves the test root directory from the optionalTestRootDirectoryannotation or falls back to the default ofcurrentDir/tests.Methods inherited from class org.checkerframework.framework.test.CheckerFrameworkPerFileTest
customizeOptions, run
-
Constructor Details
-
AggregateTest
- Parameters:
file- the file containing test code, which will be type-checked
-
-
Method Details
-
getTestDirs
-
resolveTestDirectory
Resolves the test root directory from the optionalTestRootDirectoryannotation or falls back to the default ofcurrentDir/tests.- Returns:
- the resolved directory
-
checkResult
Check that theTypecheckResultdid not fail.- Parameters:
typecheckResult- result to check
-