Package org.testng.internal.annotations
Interface ITest
-
- All Superinterfaces:
IAnnotation
,IDataProvidable
,IParameterizable
,ITestAnnotation
,ITestOrConfiguration
public interface ITest extends ITestAnnotation
-
-
Method Summary
-
Methods inherited from interface org.testng.annotations.IParameterizable
getEnabled, setEnabled
-
Methods inherited from interface org.testng.annotations.ITestAnnotation
getAlwaysRun, getAttributes, getDataProvider, getDataProviderClass, getExpectedExceptions, getExpectedExceptionsMessageRegExp, getInvocationCount, getPriority, getRetryAnalyzer, getRetryAnalyzerClass, getSingleThreaded, getSuccessPercentage, getSuiteName, getTestName, getThreadPoolSize, ignoreMissingDependencies, invocationTimeOut, setAlwaysRun, setAttributes, setDataProvider, setDataProviderClass, setExpectedExceptions, setExpectedExceptionsMessageRegExp, setIgnoreMissingDependencies, setInvocationCount, setInvocationTimeOut, setPriority, setRetryAnalyzer, setSingleThreaded, setSkipFailedInvocations, setSuccessPercentage, setSuiteName, setTestName, setThreadPoolSize, skipFailedInvocations
-
Methods inherited from interface org.testng.annotations.ITestOrConfiguration
getDependsOnGroups, getDependsOnMethods, getDescription, getGroups, getTimeOut, setDependsOnGroups, setDependsOnMethods, setDescription, setGroups, setTimeOut
-
-