Class FrameworkTest

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

public class FrameworkTest extends CheckerFrameworkPerDirectoryTest
JUnit tests for the Checker Framework, using the EvenOddChecker.
  • Constructor Details

    • FrameworkTest

      public FrameworkTest(List<File> testFiles)
  • Method Details

    • getTestDirs

      public static String[] getTestDirs()
    • 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