public abstract class JUnitTestMethod extends BaseTestMethod
DATE_COMPARATOR, m_afterGroups, m_annotationFinder, m_beforeGroups, m_currentInvocationCount, m_date, m_groups, m_groupsDependedUpon, m_id, m_method, m_methodClass, m_methodsDependedUpon, m_testClass| Modifier | Constructor and Description |
|---|---|
protected |
JUnitTestMethod(JUnitTestClass owner,
java.lang.reflect.Method method,
java.lang.Object instance) |
protected |
JUnitTestMethod(JUnitTestClass owner,
java.lang.String methodName,
java.lang.reflect.Method method,
java.lang.Object instance) |
| Modifier and Type | Method and Description |
|---|---|
ITestNGMethod |
clone() |
boolean |
isTest() |
addFailedInvocationNumber, addMethodDependedUpon, canRunFromClass, compareTo, equals, findMethodParameters, getAfterGroups, getAnnotationFinder, getBeforeGroups, getConstructorOrMethod, getCurrentInvocationCount, getDate, getDescription, getEnabled, getFailedInvocationNumbers, getGroups, getGroupsDependedUpon, getIClass, getId, getInstance, getInstanceHashCodes, getInstances, getInvocationCount, getInvocationNumbers, getInvocationTimeOut, getMethod, getMethodName, getMethodsDependedUpon, getMissingGroup, getParameterInvocationCount, getPriority, getRealClass, getRetryAnalyzer, getSignature, getStringArray, getSuccessPercentage, getTestClass, getThreadPoolSize, getTimeOut, getTotalInvocationCount, getXmlTest, hashCode, ignoreMissingDependencies, incrementCurrentInvocationCount, initGroups, isAfterClassConfiguration, isAfterGroupsConfiguration, isAfterMethodConfiguration, isAfterSuiteConfiguration, isAfterTestConfiguration, isAlwaysRun, isBeforeClassConfiguration, isBeforeGroupsConfiguration, isBeforeMethodConfiguration, isBeforeSuiteConfiguration, isBeforeTestConfiguration, setAlwaysRun, setDate, setDescription, setEnabled, setGroups, setGroupsDependedUpon, setId, setIgnoreMissingDependencies, setInvocationCount, setInvocationNumbers, setInvocationTimeOut, setMethodsDependedUpon, setMissingGroup, setParameterInvocationCount, setPriority, setRetryAnalyzer, setSkipFailedInvocations, setTestClass, setThreadPoolSize, setTimeOut, setXmlTest, skipFailedInvocations, toStringprotected JUnitTestMethod(JUnitTestClass owner, java.lang.reflect.Method method, java.lang.Object instance)
protected JUnitTestMethod(JUnitTestClass owner, java.lang.String methodName, java.lang.reflect.Method method, java.lang.Object instance)
public boolean isTest()
BaseTestMethodisTest in interface ITestNGMethodisTest in class BaseTestMethodpublic ITestNGMethod clone()
clone in interface ITestNGMethodclone in class BaseTestMethod