Class TestCheckTestClasses

java.lang.Object
org.apache.hadoop.hbase.TestCheckTestClasses

Deprecated.
Will be removed after we fully upgrade to junit5, so keep it as is.
Checks tests are categorized.

  • Field Details

  • Constructor Details

  • Method Details

    • checkClasses

      public void checkClasses() throws Exception
      Deprecated.
      Throws an assertion if we find a test class without category (small/medium/large/integration). List all the test classes without category in the assertion message.
      Throws:
      Exception