Class FilterFactory
java.lang.Object
org.apache.maven.surefire.common.junit48.FilterFactory
- Author:
- Todd Lipcon
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.junit.runner.manipulation.Filterand(org.junit.runner.manipulation.Filter filter1, org.junit.runner.manipulation.Filter filter2) booleancanCreateGroupFilter(Map<String, String> providerProperties) org.junit.runner.manipulation.FiltercreateGroupFilter(Map<String, String> providerProperties) Creates filter using he keyProviderParameterNames.TESTNG_GROUPS_PROPand/orProviderParameterNames.TESTNG_EXCLUDEDGROUPS_PROP.org.junit.runner.manipulation.FiltercreateMatchAnyDescriptionFilter(Iterable<org.junit.runner.Description> descriptions) org.junit.runner.manipulation.FiltercreateMethodFilter(String requestedTestMethod) org.junit.runner.manipulation.FiltercreateMethodFilter(TestListResolver resolver)
-
Constructor Details
-
FilterFactory
-
-
Method Details
-
canCreateGroupFilter
- Returns:
trueif non-blankProviderParameterNames.TESTNG_GROUPS_PROPand/orProviderParameterNames.TESTNG_EXCLUDEDGROUPS_PROPexists.
-
createGroupFilter
public org.junit.runner.manipulation.Filter createGroupFilter(Map<String, String> providerProperties) Creates filter using he keyProviderParameterNames.TESTNG_GROUPS_PROPand/orProviderParameterNames.TESTNG_EXCLUDEDGROUPS_PROP. -
createMethodFilter
-
createMethodFilter
-
createMatchAnyDescriptionFilter
public org.junit.runner.manipulation.Filter createMatchAnyDescriptionFilter(Iterable<org.junit.runner.Description> descriptions) -
and
public org.junit.runner.manipulation.Filter and(org.junit.runner.manipulation.Filter filter1, org.junit.runner.manipulation.Filter filter2)
-