Class TestCommandRequirement
java.lang.Object
io.trino.tempto.fulfillment.command.CommandRequirement
io.trino.tempto.fulfillment.command.TestCommandRequirement
- All Implemented Interfaces:
Requirement
Commands will be executed before the test.
-
Constructor Summary
ConstructorsConstructorDescriptionTestCommandRequirement(Command setupCommand) TestCommandRequirement(List<Command> setupCommands) -
Method Summary
Modifier and TypeMethodDescriptionstatic TestCommandRequirementtestCommand(String command) toString()Methods inherited from class io.trino.tempto.fulfillment.command.CommandRequirement
equals, getSetupCommands, hashCode
-
Constructor Details
-
TestCommandRequirement
-
TestCommandRequirement
-
-
Method Details
-
testCommand
-
toString
- Overrides:
toStringin classCommandRequirement
-