Class AnnotatedForTest

java.lang.Object
org.checkerframework.framework.test.CheckerFrameworkPerDirectoryTest
org.checkerframework.framework.test.junit.AnnotatedForTest

public class AnnotatedForTest extends CheckerFrameworkPerDirectoryTest
Perform tests of the @AnnotatedFor annotation with the Subtyping Checker.
  • Constructor Details

    • AnnotatedForTest

      public AnnotatedForTest(List<File> testFiles)
      Parameters:
      testFiles - the files containing test code, which will be type-checked
  • Method Details

    • getTestDirs

      public static String[] getTestDirs()
      Define the test directories for this test.
      Returns:
      the test directories
    • resolveTestDirectory

      protected File resolveTestDirectory()
      Resolves the test root directory from the optional TestRootDirectory annotation or falls back to the default of currentDir/tests.
      Returns:
      the resolved directory
    • checkResult

      public void checkResult(TypecheckResult typecheckResult)
      Check that the TypecheckResult did not fail.
      Parameters:
      typecheckResult - result to check