Class TestMethodPredicate

java.lang.Object
org.antublue.test.engine.internal.predicate.TestMethodPredicate
All Implemented Interfaces:
Predicate<Method>

public class TestMethodPredicate extends Object implements Predicate<Method>
Class to implement a predicate to match a test method
  • Field Details

    • TEST_METHOD_PREDICATE

      public static final TestMethodPredicate TEST_METHOD_PREDICATE
      Instance of the predicate
  • Constructor Details

    • TestMethodPredicate

      public TestMethodPredicate()
  • Method Details