Class NonEmptyTest


public class NonEmptyTest extends CheckerFrameworkPerDirectoryTest
JUnit tests for the Non-Empty Checker
  • Constructor Details

    • NonEmptyTest

      public NonEmptyTest(List<File> testFiles)
      Create a NonEmptyTest.
      Parameters:
      testFiles - the files containing test code to 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