Class FilterRule

  • All Implemented Interfaces:
    org.junit.rules.TestRule

    @GlobalRule(priority=-1)
    public class FilterRule
    extends Object
    implements org.junit.rules.TestRule
    Test rule to filter tests to run.
    Author:
    ogondza
    • Constructor Detail

      • FilterRule

        public FilterRule()
    • Method Detail

      • apply

        public org.junit.runners.model.Statement apply​(org.junit.runners.model.Statement base,
                                                       org.junit.runner.Description description)
        Specified by:
        apply in interface org.junit.rules.TestRule