public class JUnit4TestMethod extends JUnitTestMethod
m_afterGroups, m_annotationFinder, m_beforeGroups, m_currentInvocationCount, m_date, m_groups, m_groupsDependedUpon, m_id, m_method, m_methodClass, m_methodsDependedUpon, m_testClass| Constructor and Description |
|---|
JUnit4TestMethod(JUnitTestClass owner,
org.junit.runner.Description desc) |
| Modifier and Type | Method and Description |
|---|---|
private static ConstructorOrMethod |
getMethod(java.lang.Class<?> c,
org.junit.runner.Description desc) |
boolean |
isTest() |
java.lang.String |
toString() |
cloneaddFailedInvocationNumber, addMethodDependedUpon, canRunFromClass, equals, findMethodParameters, getAfterGroups, getAnnotationFinder, getBeforeGroups, getConstructorOrMethod, getCurrentInvocationCount, getDate, getDescription, getEnabled, getFactoryMethodParamsInfo, getFailedInvocationNumbers, getGroups, getGroupsDependedUpon, getIClass, getId, getInstance, getInstanceHashCodes, getInterceptedPriority, getInvocationCount, getInvocationNumbers, getInvocationTimeOut, getMethodName, getMethodsDependedUpon, getMissingGroup, getParameterInvocationCount, getPriority, getQualifiedName, getRealClass, getRetryAnalyzer, getRetryAnalyzer, getRetryAnalyzerClass, getSignature, getSimpleName, getStringArray, getSuccessPercentage, getTestClass, getThreadPoolSize, getTimeOut, getXmlTest, hashCode, hasMoreInvocation, ignoreMissingDependencies, incrementCurrentInvocationCount, initBeforeAfterGroups, initGroups, isAfterClassConfiguration, isAfterGroupsConfiguration, isAfterMethodConfiguration, isAfterSuiteConfiguration, isAfterTestConfiguration, isAlwaysRun, isBeforeClassConfiguration, isBeforeGroupsConfiguration, isBeforeMethodConfiguration, isBeforeSuiteConfiguration, isBeforeTestConfiguration, setAlwaysRun, setDate, setDescription, setEnabled, setGroups, setGroupsDependedUpon, setId, setIgnoreMissingDependencies, setInterceptedPriority, setInvocationCount, setInvocationNumbers, setInvocationTimeOut, setMethodsDependedUpon, setMissingGroup, setMoreInvocationChecker, setParameterInvocationCount, setPriority, setRetryAnalyzer, setRetryAnalyzerClass, setSkipFailedInvocations, setTestClass, setThreadPoolSize, setTimeOut, setXmlTest, skipFailedInvocationsfinalize, getClass, notify, notifyAll, wait, wait, waitgetAttributes, getDataProviderMethod, isDataDrivenpublic JUnit4TestMethod(JUnitTestClass owner, org.junit.runner.Description desc)
private static ConstructorOrMethod getMethod(java.lang.Class<?> c, org.junit.runner.Description desc)
public boolean isTest()
BaseTestMethodisTest in interface ITestNGMethodisTest in class JUnitTestMethodpublic java.lang.String toString()
BaseTestMethodtoString in class BaseTestMethod