Package org.apache.hadoop.hbase
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Throws an assertion if we find a test class without category (small/medium/large/integration).
-
Field Details
-
CLASS_RULE
Deprecated.
-
-
Constructor Details
-
TestCheckTestClasses
public TestCheckTestClasses()Deprecated.
-
-
Method Details
-
checkClasses
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
-