public abstract class JUnitTestMethod
extends org.testng.internal.BaseTestMethod
| Modifier | Constructor and Description |
|---|---|
protected |
JUnitTestMethod(JUnitTestClass owner,
org.testng.internal.ConstructorOrMethod method,
java.lang.Object instance) |
protected |
JUnitTestMethod(JUnitTestClass owner,
java.lang.String methodName,
org.testng.internal.ConstructorOrMethod method,
java.lang.Object instance) |
| Modifier and Type | Method and Description |
|---|---|
ITestNGMethod |
clone() |
boolean |
isTest() |
addFailedInvocationNumber, addMethodDependedUpon, canRunFromClass, equals, findMethodParameters, getAfterGroups, getAnnotationFinder, getBeforeGroups, getConstructorOrMethod, getCurrentInvocationCount, getDate, getDescription, getEnabled, getFactoryMethodParamsInfo, getFailedInvocationNumbers, getGroups, getGroupsDependedUpon, getIClass, getId, getInstance, getInstanceHashCodes, getInterceptedPriority, getInvocationCount, getInvocationNumbers, getInvocationTime, getInvocationTimeOut, getMethodName, getMethodsDependedUpon, getMissingGroup, getParameterInvocationCount, getParameterTypes, getPriority, getQualifiedName, getRealClass, 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, setInvokedAt, setMethodsDependedUpon, setMissingGroup, setMoreInvocationChecker, setParameterInvocationCount, setPriority, setRetryAnalyzerClass, setSkipFailedInvocations, setTestClass, setThreadPoolSize, setTimeOut, setXmlTest, skipFailedInvocations, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitgetAttributes, getDataProviderMethod, hasAfterGroupsConfiguration, hasBeforeGroupsConfiguration, isDataDrivenprotected JUnitTestMethod(JUnitTestClass owner, org.testng.internal.ConstructorOrMethod method, java.lang.Object instance)
protected JUnitTestMethod(JUnitTestClass owner, java.lang.String methodName, org.testng.internal.ConstructorOrMethod method, java.lang.Object instance)
public boolean isTest()
isTest in interface ITestNGMethodisTest in class org.testng.internal.BaseTestMethodpublic ITestNGMethod clone()
clone in interface ITestNGMethodclone in class org.testng.internal.BaseTestMethod