public class JUnit4TestChecker extends Object implements ScannerFilter
Constructor and Description |
---|
JUnit4TestChecker(ClassLoader testClassLoader) |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(Class testClass) |
boolean |
checkforTestAnnotatedMethod(Class testClass) |
boolean |
isRunWithPresentInClassLoader() |
public JUnit4TestChecker(ClassLoader testClassLoader)
public boolean accept(Class testClass)
accept
in interface ScannerFilter
public boolean checkforTestAnnotatedMethod(Class testClass)
public boolean isRunWithPresentInClassLoader()
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.