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

java.lang.Object
  extended by org.apache.maven.surefire.common.junit48.JUnit48TestChecker
All Implemented Interfaces:
ScannerFilter

public class JUnit48TestChecker
extends Object
implements ScannerFilter

Looks for additional junit48-like features

Author:
Geoff Denning, Kristian Rosenvold

Constructor Summary
JUnit48TestChecker(ClassLoader testClassLoader)
           
 
Method Summary
 boolean accept(Class testClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnit48TestChecker

public JUnit48TestChecker(ClassLoader testClassLoader)
Method Detail

accept

public boolean accept(Class testClass)
Specified by:
accept in interface ScannerFilter


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