org.apache.maven.surefire.common.junit48
Class FilterFactory

java.lang.Object
  extended by org.apache.maven.surefire.common.junit48.FilterFactory

public class FilterFactory
extends Object

Author:
Todd Lipcon

Constructor Summary
FilterFactory(ClassLoader testClassLoader)
           
 
Method Summary
 Filter and(Filter filter1, Filter filter2)
           
 Filter createGroupFilter(Properties providerProperties)
           
 Filter createMethodFilter(String requestedTestMethod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterFactory

public FilterFactory(ClassLoader testClassLoader)
Method Detail

createGroupFilter

public Filter createGroupFilter(Properties providerProperties)

createMethodFilter

public Filter createMethodFilter(String requestedTestMethod)

and

public Filter and(Filter filter1,
                  Filter filter2)


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.