Package org.testng.internal
Class ConfigurationMethod
- java.lang.Object
-
- org.testng.internal.BaseTestMethod
-
- org.testng.internal.ConfigurationMethod
-
- All Implemented Interfaces:
java.lang.Cloneable,ITestNGMethod
public class ConfigurationMethod extends BaseTestMethod
-
-
Field Summary
Fields Modifier and Type Field Description private booleanm_inheritGroupsFromTestClassprivate booleanm_isAfterClassConfigurationprivate booleanm_isAfterGroupsConfigurationprivate booleanm_isAfterMethodConfigurationprivate booleanm_isAfterSuiteConfigurationprivate booleanm_isAfterTestConfigurationprivate booleanm_isBeforeClassConfigurationprivate booleanm_isBeforeGroupsConfigurationprivate booleanm_isBeforeMethodConfigurationprivate booleanm_isBeforeSuiteConfigurationprivate booleanm_isBeforeTestConfiguration-
Fields 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_testClass
-
-
Constructor Summary
Constructors Modifier Constructor Description privateConfigurationMethod(ConstructorOrMethod com, 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, boolean initialize, java.lang.Object instance)ConfigurationMethod(ConstructorOrMethod com, 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, java.lang.Object instance)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurationMethodclone()static ITestNGMethod[]createAfterConfigurationMethods(ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, java.lang.Object instance)static ITestNGMethod[]createBeforeConfigurationMethods(ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, java.lang.Object instance)static ITestNGMethod[]createClassConfigurationMethods(ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, java.lang.Object instance)private static ITestNGMethod[]createMethods(ITestNGMethod[] methods, IAnnotationFinder finder, boolean isBeforeSuite, boolean isAfterSuite, boolean isBeforeTest, boolean isAfterTest, boolean isBeforeClass, boolean isAfterClass, boolean isBeforeMethod, boolean isAfterMethod, java.lang.Object instance)static ITestNGMethod[]createSuiteConfigurationMethods(ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, java.lang.Object instance)static ITestNGMethod[]createTestConfigurationMethods(ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, java.lang.Object instance)static ITestNGMethod[]createTestMethodConfigurationMethods(ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, java.lang.Object instance)java.lang.String[]getGroupFilters()booleanhasAfterGroupsConfiguration()booleanhasBeforeGroupsConfiguration()private booleaninheritGroupsFromTestClass()private voidinit()booleanisAfterClassConfiguration()booleanisAfterGroupsConfiguration()booleanisAfterMethodConfiguration()booleanisAfterSuiteConfiguration()booleanisAfterTestConfiguration()booleanisBeforeClassConfiguration()booleanisBeforeGroupsConfiguration()booleanisBeforeMethodConfiguration()booleanisBeforeSuiteConfiguration()booleanisBeforeTestConfiguration()booleanisFirstTimeOnly()booleanisLastTimeOnly()-
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, getInvocationTimeOut, getMethodName, getMethodsDependedUpon, getMissingGroup, getParameterInvocationCount, getPriority, getQualifiedName, getRealClass, getRetryAnalyzer, getRetryAnalyzer, getRetryAnalyzerClass, getSignature, getSimpleName, getStringArray, getSuccessPercentage, getTestClass, getThreadPoolSize, getTimeOut, getXmlTest, hashCode, hasMoreInvocation, ignoreMissingDependencies, incrementCurrentInvocationCount, initBeforeAfterGroups, initGroups, isAlwaysRun, isTest, setAlwaysRun, setDate, setDescription, setEnabled, setGroups, setGroupsDependedUpon, setId, setIgnoreMissingDependencies, setInterceptedPriority, setInvocationCount, setInvocationNumbers, setInvocationTimeOut, setMethodsDependedUpon, setMissingGroup, setMoreInvocationChecker, setParameterInvocationCount, setPriority, setRetryAnalyzer, setRetryAnalyzerClass, setSkipFailedInvocations, setTestClass, setThreadPoolSize, setTimeOut, setXmlTest, skipFailedInvocations, stringify, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.testng.ITestNGMethod
getAttributes, getDataProviderMethod, isDataDriven
-
-
-
-
Field Detail
-
m_isBeforeSuiteConfiguration
private final boolean m_isBeforeSuiteConfiguration
-
m_isAfterSuiteConfiguration
private final boolean m_isAfterSuiteConfiguration
-
m_isBeforeTestConfiguration
private final boolean m_isBeforeTestConfiguration
-
m_isAfterTestConfiguration
private final boolean m_isAfterTestConfiguration
-
m_isBeforeClassConfiguration
private final boolean m_isBeforeClassConfiguration
-
m_isAfterClassConfiguration
private final boolean m_isAfterClassConfiguration
-
m_isBeforeMethodConfiguration
private final boolean m_isBeforeMethodConfiguration
-
m_isAfterMethodConfiguration
private final boolean m_isAfterMethodConfiguration
-
m_isBeforeGroupsConfiguration
private boolean m_isBeforeGroupsConfiguration
-
m_isAfterGroupsConfiguration
private boolean m_isAfterGroupsConfiguration
-
m_inheritGroupsFromTestClass
private boolean m_inheritGroupsFromTestClass
-
-
Constructor Detail
-
ConfigurationMethod
private ConfigurationMethod(ConstructorOrMethod com, 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, boolean initialize, java.lang.Object instance)
-
ConfigurationMethod
public ConfigurationMethod(ConstructorOrMethod com, 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, java.lang.Object instance)
-
-
Method Detail
-
createMethods
private static ITestNGMethod[] createMethods(ITestNGMethod[] methods, IAnnotationFinder finder, boolean isBeforeSuite, boolean isAfterSuite, boolean isBeforeTest, boolean isAfterTest, boolean isBeforeClass, boolean isAfterClass, boolean isBeforeMethod, boolean isAfterMethod, java.lang.Object instance)
-
createSuiteConfigurationMethods
public static ITestNGMethod[] createSuiteConfigurationMethods(ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, java.lang.Object instance)
-
createTestConfigurationMethods
public static ITestNGMethod[] createTestConfigurationMethods(ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, java.lang.Object instance)
-
createClassConfigurationMethods
public static ITestNGMethod[] createClassConfigurationMethods(ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, java.lang.Object instance)
-
createBeforeConfigurationMethods
public static ITestNGMethod[] createBeforeConfigurationMethods(ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, java.lang.Object instance)
-
createAfterConfigurationMethods
public static ITestNGMethod[] createAfterConfigurationMethods(ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, java.lang.Object instance)
-
createTestMethodConfigurationMethods
public static ITestNGMethod[] createTestMethodConfigurationMethods(ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, java.lang.Object instance)
-
isAfterClassConfiguration
public boolean isAfterClassConfiguration()
Description copied from class:BaseTestMethod- Specified by:
isAfterClassConfigurationin interfaceITestNGMethod- Overrides:
isAfterClassConfigurationin classBaseTestMethod- Returns:
- Returns the isAfterClassConfiguration.
-
isAfterMethodConfiguration
public boolean isAfterMethodConfiguration()
Description copied from class:BaseTestMethod- Specified by:
isAfterMethodConfigurationin interfaceITestNGMethod- Overrides:
isAfterMethodConfigurationin classBaseTestMethod- Returns:
- Returns the isAfterMethodConfiguration.
-
isBeforeClassConfiguration
public boolean isBeforeClassConfiguration()
Description copied from class:BaseTestMethod- Specified by:
isBeforeClassConfigurationin interfaceITestNGMethod- Overrides:
isBeforeClassConfigurationin classBaseTestMethod- Returns:
- Returns the isBeforeClassConfiguration.
-
isBeforeMethodConfiguration
public boolean isBeforeMethodConfiguration()
Description copied from class:BaseTestMethod- Specified by:
isBeforeMethodConfigurationin interfaceITestNGMethod- Overrides:
isBeforeMethodConfigurationin classBaseTestMethod- Returns:
- Returns the isBeforeMethodConfiguration.
-
isAfterSuiteConfiguration
public boolean isAfterSuiteConfiguration()
Description copied from class:BaseTestMethod- Specified by:
isAfterSuiteConfigurationin interfaceITestNGMethod- Overrides:
isAfterSuiteConfigurationin classBaseTestMethod- Returns:
- Returns the isAfterSuiteConfiguration.
-
isBeforeSuiteConfiguration
public boolean isBeforeSuiteConfiguration()
Description copied from class:BaseTestMethod- Specified by:
isBeforeSuiteConfigurationin interfaceITestNGMethod- Overrides:
isBeforeSuiteConfigurationin classBaseTestMethod- Returns:
- Returns the isBeforeSuiteConfiguration.
-
isBeforeTestConfiguration
public boolean isBeforeTestConfiguration()
Description copied from class:BaseTestMethod- Specified by:
isBeforeTestConfigurationin interfaceITestNGMethod- Overrides:
isBeforeTestConfigurationin classBaseTestMethod- Returns:
trueif this method is a @BeforeTest (@Configuration beforeTest=true)
-
isAfterTestConfiguration
public boolean isAfterTestConfiguration()
Description copied from class:BaseTestMethod- Specified by:
isAfterTestConfigurationin interfaceITestNGMethod- Overrides:
isAfterTestConfigurationin classBaseTestMethod- Returns:
trueif this method is an @AfterTest (@Configuration afterTest=true)
-
isBeforeGroupsConfiguration
public boolean isBeforeGroupsConfiguration()
Description copied from class:BaseTestMethod- Specified by:
isBeforeGroupsConfigurationin interfaceITestNGMethod- Overrides:
isBeforeGroupsConfigurationin classBaseTestMethod
-
hasBeforeGroupsConfiguration
public boolean hasBeforeGroupsConfiguration()
-
hasAfterGroupsConfiguration
public boolean hasAfterGroupsConfiguration()
-
isAfterGroupsConfiguration
public boolean isAfterGroupsConfiguration()
Description copied from class:BaseTestMethod- Specified by:
isAfterGroupsConfigurationin interfaceITestNGMethod- Overrides:
isAfterGroupsConfigurationin classBaseTestMethod
-
inheritGroupsFromTestClass
private boolean inheritGroupsFromTestClass()
-
init
private void init()
-
clone
public ConfigurationMethod clone()
- Specified by:
clonein interfaceITestNGMethod- Specified by:
clonein classBaseTestMethod
-
isFirstTimeOnly
public boolean isFirstTimeOnly()
-
isLastTimeOnly
public boolean isLastTimeOnly()
-
getGroupFilters
public java.lang.String[] getGroupFilters()
-
-