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

public class RequirementsAwareTestNGMethod extends DelegateTestNGMethod
See Also:
  • Constructor Details

    • RequirementsAwareTestNGMethod

      public RequirementsAwareTestNGMethod(org.testng.ITestNGMethod delegate, Set<Requirement> requirements)
  • Method Details

    • getRequirements

      public Set<Requirement> getRequirements()
    • clone

      public org.testng.ITestNGMethod clone()
      Specified by:
      clone in interface org.testng.ITestNGMethod
      Specified by:
      clone in class DelegateTestNGMethod