Class AccumulationNoReturnsReceiverTest

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

public class AccumulationNoReturnsReceiverTest extends CheckerFrameworkPerDirectoryTest
A test that the accumulation abstract checker is working correctly, using a simple accumulation checker without a returns-receiver analysis.
  • Constructor Details

    • AccumulationNoReturnsReceiverTest

      public AccumulationNoReturnsReceiverTest(List<File> testFiles)
      Parameters:
      testFiles - the files 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