public class JUnit4TestMethod extends JUnitTestMethod
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 and Description |
---|
JUnit4TestMethod(JUnitTestClass owner,
org.junit.runner.Description desc) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
getInstances() |
private static ConstructorOrMethod |
getMethod(org.junit.runner.Description desc) |
boolean |
isTest() |
java.lang.String |
toString() |
clone
addFailedInvocationNumber, addMethodDependedUpon, canRunFromClass, compareTo, equals, findMethodParameters, getAfterGroups, getAnnotationFinder, getBeforeGroups, getConstructorOrMethod, getCurrentInvocationCount, getDate, getDescription, getEnabled, getFailedInvocationNumbers, getGroups, getGroupsDependedUpon, getIClass, getId, getInstance, getInstanceHashCodes, getInvocationCount, getInvocationNumbers, getInvocationTimeOut, getMethod, getMethodName, getMethodsDependedUpon, getMissingGroup, getParameterInvocationCount, getPriority, getRealClass, getRetryAnalyzer, getSignature, getSimpleName, getStringArray, getSuccessPercentage, getTestClass, getThreadPoolSize, getTimeOut, getTotalInvocationCount, 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, setInvocationCount, setInvocationNumbers, setInvocationTimeOut, setMethodsDependedUpon, setMissingGroup, setMoreInvocationChecker, setParameterInvocationCount, setPriority, setRetryAnalyzer, setSkipFailedInvocations, setTestClass, setThreadPoolSize, setTimeOut, setXmlTest, skipFailedInvocations
public JUnit4TestMethod(JUnitTestClass owner, org.junit.runner.Description desc)
public java.lang.Object[] getInstances()
BaseTestMethod
getInstances
in interface ITestNGMethod
getInstances
in class BaseTestMethod
private static ConstructorOrMethod getMethod(org.junit.runner.Description desc)
public boolean isTest()
BaseTestMethod
isTest
in interface ITestNGMethod
isTest
in class JUnitTestMethod
public java.lang.String toString()
BaseTestMethod
toString
in class BaseTestMethod