Class RequirementsAwareTestNGMethod
java.lang.Object
io.trino.tempto.internal.initialization.DelegateTestNGMethod
io.trino.tempto.internal.initialization.RequirementsAwareTestNGMethod
- All Implemented Interfaces:
Serializable,Cloneable,Comparable,org.testng.ITestNGMethod
- See Also:
-
Field Summary
Fields inherited from class io.trino.tempto.internal.initialization.DelegateTestNGMethod
delegate -
Constructor Summary
ConstructorsConstructorDescriptionRequirementsAwareTestNGMethod(org.testng.ITestNGMethod delegate, Set<Requirement> requirements) -
Method Summary
Methods inherited from class io.trino.tempto.internal.initialization.DelegateTestNGMethod
addFailedInvocationNumber, addMethodDependedUpon, canRunFromClass, compareTo, findMethodParameters, getAfterGroups, getBeforeGroups, getConstructorOrMethod, getCurrentInvocationCount, getDate, getDescription, getEnabled, getFailedInvocationNumbers, getGroups, getGroupsDependedUpon, getId, getInstance, getInstanceHashCodes, getInstances, getInvocationCount, getInvocationNumbers, getInvocationTimeOut, getMethod, getMethodName, getMethodsDependedUpon, getMissingGroup, getParameterInvocationCount, getPriority, getQualifiedName, getRealClass, getRetryAnalyzer, getSuccessPercentage, getTestClass, getThreadPoolSize, getTimeOut, getTotalInvocationCount, getXmlTest, hasMoreInvocation, ignoreMissingDependencies, incrementCurrentInvocationCount, isAfterClassConfiguration, isAfterGroupsConfiguration, isAfterMethodConfiguration, isAfterSuiteConfiguration, isAfterTestConfiguration, isAlwaysRun, isBeforeClassConfiguration, isBeforeGroupsConfiguration, isBeforeMethodConfiguration, isBeforeSuiteConfiguration, isBeforeTestConfiguration, isTest, setDate, setDescription, setId, setIgnoreMissingDependencies, setInvocationCount, setInvocationNumbers, setMissingGroup, setMoreInvocationChecker, setParameterInvocationCount, setPriority, setRetryAnalyzer, setSkipFailedInvocations, setTestClass, setThreadPoolSize, setTimeOut, skipFailedInvocations, toString
-
Constructor Details
-
RequirementsAwareTestNGMethod
public RequirementsAwareTestNGMethod(org.testng.ITestNGMethod delegate, Set<Requirement> requirements)
-
-
Method Details
-
getRequirements
-
clone
public org.testng.ITestNGMethod clone()- Specified by:
clonein interfaceorg.testng.ITestNGMethod- Specified by:
clonein classDelegateTestNGMethod
-