Uses of Class
io.trino.tempto.fulfillment.command.Command
Packages that use Command
-
Uses of Command in io.trino.tempto.fulfillment.command
Methods in io.trino.tempto.fulfillment.command that return types with arguments of type CommandConstructors in io.trino.tempto.fulfillment.command with parameters of type CommandModifierConstructorDescriptionSuiteCommandRequirement(Command setupCommand) TestCommandRequirement(Command setupCommand) Constructor parameters in io.trino.tempto.fulfillment.command with type arguments of type CommandModifierConstructorDescriptionCommandRequirement(List<Command> setupCommands) SuiteCommandRequirement(List<Command> setupCommands) TestCommandRequirement(List<Command> setupCommands)