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 |
createGroupFilter(Properties providerProperties) |
org.junit.runner.manipulation.Filter |
createMethodFilter(String requestedTestMethod) |
public FilterFactory(ClassLoader testClassLoader)
public org.junit.runner.manipulation.Filter createGroupFilter(Properties providerProperties)
public org.junit.runner.manipulation.Filter createMethodFilter(String requestedTestMethod)
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.