Package org.testng.junit
Class JUnitTestMethod
- java.lang.Object
-
- org.testng.internal.BaseTestMethod
-
- org.testng.junit.JUnitTestMethod
-
- All Implemented Interfaces:
java.lang.Cloneable,org.testng.internal.invokers.IInvocationStatus,ITestNGMethod
- Direct Known Subclasses:
JUnit3TestMethod,JUnit4TestMethod
public abstract class JUnitTestMethod extends org.testng.internal.BaseTestMethod
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJUnitTestMethod(ITestObjectFactory objectFactory, JUnitTestClass owner, java.lang.String methodName, org.testng.internal.ConstructorOrMethod method, java.lang.Object instance)protectedJUnitTestMethod(ITestObjectFactory objectFactory, JUnitTestClass owner, org.testng.internal.ConstructorOrMethod method, java.lang.Object instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ITestNGMethodclone()booleanisTest()-
Methods inherited from class org.testng.internal.BaseTestMethod
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, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.testng.ITestNGMethod
getAttributes, getDataProviderMethod, hasAfterGroupsConfiguration, hasBeforeGroupsConfiguration, isDataDriven
-
-
-
-
Constructor Detail
-
JUnitTestMethod
protected JUnitTestMethod(ITestObjectFactory objectFactory, JUnitTestClass owner, org.testng.internal.ConstructorOrMethod method, java.lang.Object instance)
-
JUnitTestMethod
protected JUnitTestMethod(ITestObjectFactory objectFactory, JUnitTestClass owner, java.lang.String methodName, org.testng.internal.ConstructorOrMethod method, java.lang.Object instance)
-
-
Method Detail
-
isTest
public boolean isTest()
- Specified by:
isTestin interfaceITestNGMethod- Overrides:
isTestin classorg.testng.internal.BaseTestMethod- Returns:
- true if this method was annotated with @Test
-
clone
public ITestNGMethod clone()
- Specified by:
clonein interfaceITestNGMethod- Specified by:
clonein classorg.testng.internal.BaseTestMethod
-
-