org.apache.maven.surefire.common.junit48
Class FilterFactory
java.lang.Object
org.apache.maven.surefire.common.junit48.FilterFactory
public class FilterFactory
- extends Object
- Author:
- Todd Lipcon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilterFactory
public FilterFactory(ClassLoader testClassLoader)
createGroupFilter
public org.junit.runner.manipulation.Filter createGroupFilter(Properties providerProperties)
createMethodFilter
public org.junit.runner.manipulation.Filter createMethodFilter(String requestedTestMethod)
createFailingMethodFilter
public org.junit.runner.manipulation.Filter createFailingMethodFilter(Map<Class<?>,Set<String>> failingClassMethodMap)
and
public org.junit.runner.manipulation.Filter and(org.junit.runner.manipulation.Filter filter1,
org.junit.runner.manipulation.Filter filter2)
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.