public class JUnit4TestMethodChecker
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.reflect.Method |
potentialTestMethod |
private java.lang.Class<?> |
testClass |
| Constructor and Description |
|---|
JUnit4TestMethodChecker(java.lang.Class<?> testClass,
java.lang.reflect.Method potentialTestMethod) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isJUnit3TestMethod() |
protected boolean |
isJUnit4TestMethod() |
boolean |
isTestMethod() |