|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.testng.internal.BaseTestMethod
org.testng.internal.ConfigurationMethod
public class ConfigurationMethod
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 | |
---|---|
ConfigurationMethod(java.lang.reflect.Method method,
IAnnotationFinder annotationFinder,
boolean isBeforeSuite,
boolean isAfterSuite,
boolean isBeforeTest,
boolean isAfterTest,
boolean isBeforeClass,
boolean isAfterClass,
boolean isBeforeMethod,
boolean isAfterMethod,
java.lang.String[] beforeGroups,
java.lang.String[] afterGroups)
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationMethod(java.lang.reflect.Method method, IAnnotationFinder annotationFinder, boolean isBeforeSuite, boolean isAfterSuite, boolean isBeforeTest, boolean isAfterTest, boolean isBeforeClass, boolean isAfterClass, boolean isBeforeMethod, boolean isAfterMethod, java.lang.String[] beforeGroups, java.lang.String[] afterGroups)
Method Detail |
---|
public static ITestNGMethod[] createSuiteConfigurationMethods(ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore)
public static ITestNGMethod[] createTestConfigurationMethods(ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore)
public static ITestNGMethod[] createClassConfigurationMethods(ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore)
public static ITestNGMethod[] createBeforeConfigurationMethods(ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore)
public static ITestNGMethod[] createAfterConfigurationMethods(ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore)
public static ITestNGMethod[] createTestMethodConfigurationMethods(ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore)
public boolean isAfterClassConfiguration()
BaseTestMethod
isAfterClassConfiguration
in interface ITestNGMethod
isAfterClassConfiguration
in class BaseTestMethod
public boolean isAfterMethodConfiguration()
BaseTestMethod
isAfterMethodConfiguration
in interface ITestNGMethod
isAfterMethodConfiguration
in class BaseTestMethod
public boolean isBeforeClassConfiguration()
BaseTestMethod
isBeforeClassConfiguration
in interface ITestNGMethod
isBeforeClassConfiguration
in class BaseTestMethod
public boolean isBeforeMethodConfiguration()
BaseTestMethod
isBeforeMethodConfiguration
in interface ITestNGMethod
isBeforeMethodConfiguration
in class BaseTestMethod
public boolean isAfterSuiteConfiguration()
BaseTestMethod
isAfterSuiteConfiguration
in interface ITestNGMethod
isAfterSuiteConfiguration
in class BaseTestMethod
public boolean isBeforeSuiteConfiguration()
BaseTestMethod
isBeforeSuiteConfiguration
in interface ITestNGMethod
isBeforeSuiteConfiguration
in class BaseTestMethod
public boolean isBeforeTestConfiguration()
BaseTestMethod
isBeforeTestConfiguration
in interface ITestNGMethod
isBeforeTestConfiguration
in class BaseTestMethod
public boolean isAfterTestConfiguration()
BaseTestMethod
isAfterTestConfiguration
in interface ITestNGMethod
isAfterTestConfiguration
in class BaseTestMethod
public boolean isBeforeGroupsConfiguration()
BaseTestMethod
isBeforeGroupsConfiguration
in interface ITestNGMethod
isBeforeGroupsConfiguration
in class BaseTestMethod
public boolean isAfterGroupsConfiguration()
BaseTestMethod
isAfterGroupsConfiguration
in interface ITestNGMethod
isAfterGroupsConfiguration
in class BaseTestMethod
public ConfigurationMethod clone()
clone
in interface ITestNGMethod
clone
in class BaseTestMethod
public boolean isFirstTimeOnly()
public boolean isLastTimeOnly()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |