Package org.testng.junit
Class JUnit3TestMethod
- java.lang.Object
-
- org.testng.internal.BaseTestMethod
-
- org.testng.junit.JUnitTestMethod
-
- org.testng.junit.JUnit3TestMethod
-
- All Implemented Interfaces:
java.lang.Cloneable
,ITestNGMethod
public class JUnit3TestMethod extends JUnitTestMethod
-
-
Field Summary
-
Fields inherited from class org.testng.internal.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
-
-
Constructor Summary
Constructors Constructor Description JUnit3TestMethod(JUnitTestClass owner, junit.framework.Test test)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static ConstructorOrMethod
getMethod(junit.framework.Test t)
-
Methods inherited from class org.testng.junit.JUnitTestMethod
clone, isTest
-
Methods inherited from class org.testng.internal.BaseTestMethod
addFailedInvocationNumber, addMethodDependedUpon, canRunFromClass, 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, getQualifiedName, getRealClass, getRetryAnalyzer, getSignature, getSimpleName, getStringArray, getSuccessPercentage, getTestClass, getThreadPoolSize, getTimeOut, getTotalInvocationCount, 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, setInvocationCount, setInvocationNumbers, setInvocationTimeOut, setMethodsDependedUpon, setMissingGroup, setMoreInvocationChecker, setParameterInvocationCount, setPriority, setRetryAnalyzer, setSkipFailedInvocations, setTestClass, setThreadPoolSize, setTimeOut, setXmlTest, skipFailedInvocations, toString
-
-
-
-
Constructor Detail
-
JUnit3TestMethod
public JUnit3TestMethod(JUnitTestClass owner, junit.framework.Test test)
-
-
Method Detail
-
getMethod
private static ConstructorOrMethod getMethod(junit.framework.Test t)
-
-