public class TestNGScenario
extends org.testng.internal.TestNGMethod
| Constructor and Description |
|---|
TestNGScenario(java.lang.reflect.Method method,
org.testng.internal.annotations.IAnnotationFinder finder,
org.testng.xml.XmlTest xmlTest,
java.lang.Object instance) |
TestNGScenario(org.testng.internal.TestNGMethod testNGMethod) |
| Modifier and Type | Method and Description |
|---|---|
org.testng.internal.BaseTestMethod |
clone() |
int |
decAndgetCurrentInvocationCount() |
java.lang.String |
getClassOrFileName() |
java.util.Map<java.lang.String,java.lang.Object> |
getMetaData() |
java.lang.String |
getMethodName() |
java.lang.String |
getQualifiedName() |
java.lang.String |
getSignature() |
java.util.Collection<java.lang.String> |
getSteps() |
getInvocationCount, getSuccessPercentage, getThreadPoolSize, getTotalInvocationCount, isTest, setInvocationCount, setThreadPoolSizeaddFailedInvocationNumber, addMethodDependedUpon, canRunFromClass, compareTo, equals, findMethodParameters, getAfterGroups, getAnnotationFinder, getBeforeGroups, getConstructorOrMethod, getCurrentInvocationCount, getDate, getDescription, getEnabled, getFailedInvocationNumbers, getGroups, getGroupsDependedUpon, getIClass, getId, getInstance, getInstanceHashCodes, getInstances, getInvocationNumbers, getInvocationTimeOut, getMethod, getMethodsDependedUpon, getMissingGroup, getParameterInvocationCount, getPriority, getRealClass, getRetryAnalyzer, getSimpleName, getStringArray, getTestClass, getTimeOut, getXmlTest, hashCode, hasMoreInvocation, ignoreMissingDependencies, incrementCurrentInvocationCount, initGroups, isAfterClassConfiguration, isAfterGroupsConfiguration, isAfterMethodConfiguration, isAfterSuiteConfiguration, isAfterTestConfiguration, isAlwaysRun, isBeforeClassConfiguration, isBeforeGroupsConfiguration, isBeforeMethodConfiguration, isBeforeSuiteConfiguration, isBeforeTestConfiguration, setAlwaysRun, setDate, setDescription, setEnabled, setGroups, setGroupsDependedUpon, setId, setIgnoreMissingDependencies, setInvocationNumbers, setInvocationTimeOut, setMethodsDependedUpon, setMissingGroup, setMoreInvocationChecker, setParameterInvocationCount, setPriority, setRetryAnalyzer, setSkipFailedInvocations, setTestClass, setTimeOut, setXmlTest, skipFailedInvocations, toStringpublic TestNGScenario(org.testng.internal.TestNGMethod testNGMethod)
public TestNGScenario(java.lang.reflect.Method method,
org.testng.internal.annotations.IAnnotationFinder finder,
org.testng.xml.XmlTest xmlTest,
java.lang.Object instance)
public java.lang.String getMethodName()
getMethodName in interface org.testng.ITestNGMethodgetMethodName in class org.testng.internal.BaseTestMethodpublic java.lang.String getSignature()
getSignature in class org.testng.internal.BaseTestMethodpublic java.util.Map<java.lang.String,java.lang.Object> getMetaData()
public int decAndgetCurrentInvocationCount()
public java.lang.String getQualifiedName()
getQualifiedName in interface org.testng.ITestNGMethodgetQualifiedName in class org.testng.internal.BaseTestMethodpublic java.util.Collection<java.lang.String> getSteps()
public java.lang.String getClassOrFileName()
public org.testng.internal.BaseTestMethod clone()
clone in interface org.testng.ITestNGMethodclone in class org.testng.internal.TestNGMethodCopyright © 2000 Infostretch Corp.