Class AggregateTest

java.lang.Object
org.checkerframework.framework.test.CheckerFrameworkPerFileTest
org.checkerframework.framework.test.junit.AggregateTest

public class AggregateTest extends CheckerFrameworkPerFileTest
  • Constructor Details

    • AggregateTest

      public AggregateTest(File file)
      Parameters:
      file - the file containing test code, which will be type-checked
  • 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