java.lang.Object
org.powermock.modules.junit4.common.internal.impl.JUnit4TestMethodChecker
public class JUnit4TestMethodChecker
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
protected boolean
protected boolean
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
testClass
private final Class<?> testClass
-
potentialTestMethod
private final Method potentialTestMethod
-
Constructor Details
-
JUnit4TestMethodChecker
public JUnit4TestMethodChecker(Class<?> testClass,
Method potentialTestMethod)
-
Method Details
-
isTestMethod
public boolean isTestMethod()
-
isJUnit4TestMethod
protected boolean isJUnit4TestMethod()
-
isJUnit3TestMethod
protected boolean isJUnit3TestMethod()