Class TestClassPredicate

java.lang.Object
org.antublue.test.engine.internal.predicate.TestClassPredicate
All Implemented Interfaces:
Predicate<Class<?>>

public class TestClassPredicate extends Object implements Predicate<Class<?>>
Class to implement a predicate to match a test class
  • Field Details

    • TEST_CLASS_PREDICATE

      public static final TestClassPredicate TEST_CLASS_PREDICATE
      Instance of the predicate
  • Constructor Details

    • TestClassPredicate

      public TestClassPredicate()
  • Method Details