Package io.trino.tempto.fulfillment
Interface RequirementFulfiller
- All Known Implementing Classes:
CommandFulfiller,ImmutableTablesFulfiller,MutableTablesFulfiller,SuiteCommandFulfiller,SuiteResourceFulfiller,TableRequirementFulfiller,TestCommandFulfiller,TestResourceFulfiller
public interface RequirementFulfiller
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic @interfaceApply annotation to fulfillers which should be evaluated at suite level.static @interfaceApply annotation to fulfillers which should be evaluated at testLevel. -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanup(TestStatus status) fulfill(Set<Requirement> requirements)
-
Method Details
-
fulfill
-
cleanup
-