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