public class JUnit3TestChecker extends Object implements ScannerFilter
Constructor and Description |
---|
JUnit3TestChecker(ClassLoader testClassLoader) |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(Class testClass)
Indicates if the class should be accepted by the directory scanner
|
boolean |
isSuiteOnly(Class testClass) |
public JUnit3TestChecker(ClassLoader testClassLoader)
public boolean accept(Class testClass)
ScannerFilter
accept
in interface ScannerFilter
testClass
- The class in questionpublic boolean isSuiteOnly(Class testClass)
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.