Class CustomAliasTest

java.lang.Object
org.checkerframework.framework.test.CheckerFrameworkPerDirectoryTest
org.checkerframework.checker.test.junit.CustomAliasTest

public class CustomAliasTest extends CheckerFrameworkPerDirectoryTest
JUnit tests for the custom aliasing.
  • Constructor Details

    • CustomAliasTest

      public CustomAliasTest(List<File> testFiles)
      Create a CustomAliasTest with the Nullness Checker and the Purity Checker.
      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