public class FilterFactory extends Object
| Constructor and Description |
|---|
FilterFactory(ClassLoader testClassLoader) |
| Modifier and Type | Method and Description |
|---|---|
org.junit.runner.manipulation.Filter |
and(org.junit.runner.manipulation.Filter filter1,
org.junit.runner.manipulation.Filter filter2) |
org.junit.runner.manipulation.Filter |
createFailingMethodFilter(Map<Class<?>,Set<String>> failingClassMethodMap) |
org.junit.runner.manipulation.Filter |
createGroupFilter(Map<String,String> providerProperties) |
org.junit.runner.manipulation.Filter |
createMethodFilter(String requestedTestMethod) |
org.junit.runner.manipulation.Filter |
createMethodFilter(TestListResolver resolver) |
public FilterFactory(ClassLoader testClassLoader)
public org.junit.runner.manipulation.Filter createGroupFilter(Map<String,String> providerProperties)
public org.junit.runner.manipulation.Filter createMethodFilter(String requestedTestMethod)
public org.junit.runner.manipulation.Filter createMethodFilter(TestListResolver resolver)
public org.junit.runner.manipulation.Filter createFailingMethodFilter(Map<Class<?>,Set<String>> failingClassMethodMap)
public org.junit.runner.manipulation.Filter and(org.junit.runner.manipulation.Filter filter1,
org.junit.runner.manipulation.Filter filter2)
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.