Class NullnessEnclosingExprTest

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

public class NullnessEnclosingExprTest extends CheckerFrameworkPerDirectoryTest
JUnit test for the Nullness Checker with checking of enclosing expressions of inner class instantiations enabled.
  • Constructor Details

    • NullnessEnclosingExprTest

      public NullnessEnclosingExprTest(List<File> testFiles)
      Create a NullnessEnclosingExprTest.
      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