Package org.testng.junit
Class JUnit4TestMethod
java.lang.Object
org.testng.internal.BaseTestMethod
org.testng.junit.JUnitTestMethod
org.testng.junit.JUnit4TestMethod
- All Implemented Interfaces:
Cloneable,IInvocationStatus,ITestNGMethod
Deprecated.
-
Field Summary
FieldsFields inherited from class org.testng.internal.BaseTestMethod
m_afterGroups, m_annotationFinder, m_beforeGroups, m_currentInvocationCount, m_date, m_groups, m_groupsDependedUpon, m_id, m_method, m_methodClass, m_methodsDependedUpon, m_objectFactory, m_testClass -
Constructor Summary
ConstructorsConstructorDescriptionJUnit4TestMethod(ITestObjectFactory objectFactory, JUnitTestClass owner, org.junit.runner.Description desc) Deprecated. -
Method Summary
Methods inherited from class org.testng.junit.JUnitTestMethod
cloneMethods inherited from class org.testng.internal.BaseTestMethod
addFailedInvocationNumber, addMethodDependedUpon, canRunFromClass, downstreamDependencies, equals, findMethodParameters, getAfterGroups, getAnnotationFinder, getBeforeGroups, getConstructorOrMethod, getCurrentInvocationCount, getDate, getDescription, getEnabled, getFactoryMethodParamsInfo, getFailedInvocationNumbers, getGroups, getGroupsDependedUpon, 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, setDownstreamDependencies, setEnabled, setGroups, setGroupsDependedUpon, setId, setIgnoreMissingDependencies, setInterceptedPriority, setInvocationCount, setInvocationNumbers, setInvocationTimeOut, setInvokedAt, setMethodsDependedUpon, setMissingGroup, setMoreInvocationChecker, setParameterInvocationCount, setPriority, setRetryAnalyzerClass, setSkipFailedInvocations, setTestClass, setThreadPoolSize, setTimeOut, setUpstreamDependencies, setXmlTest, skipFailedInvocations, upstreamDependenciesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.testng.ITestNGMethod
getAttributes, getDataProviderMethod, hasAfterGroupsConfiguration, hasBeforeGroupsConfiguration, isDataDriven, isIgnoreFailure
-
Field Details
-
warnOnce
Deprecated.
-
-
Constructor Details
-
JUnit4TestMethod
public JUnit4TestMethod(ITestObjectFactory objectFactory, JUnitTestClass owner, org.junit.runner.Description desc) Deprecated.
-
-
Method Details
-
getMethod
Deprecated. -
isTest
public boolean isTest()Deprecated.Description copied from class:BaseTestMethod- Specified by:
isTestin interfaceITestNGMethod- Overrides:
isTestin classJUnitTestMethod- Returns:
- true if this method was annotated with @Test
-
toString
Deprecated.Description copied from class:BaseTestMethod- Overrides:
toStringin classBaseTestMethod
-
7.7.0