public class StepDefs extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
StepDefs.ExitException |
Constructor and Description |
---|
StepDefs() |
Modifier and Type | Method and Description |
---|---|
void |
a_test_string_with_string(String testName,
String testDir,
String resourceDir,
String reportDir,
String commandArgs) |
void |
execute_a_validate_command() |
void |
produced_output_from_validate_command_should_be_similiar_to_reference_ref_output_value_or_no_error_reported(String refOutputValue) |
void |
with_test_property(int messageCount,
String messageText,
String problemEnum,
String refOutputValue) |
@Given(value="a test {string} at dir {string} at resource {string} sending report to {string} with {string} as arguments") public void a_test_string_with_string(String testName, String testDir, String resourceDir, String reportDir, String commandArgs)
@When(value="with test property count {int} text {string} problem {string} reference {string}") public void with_test_property(int messageCount, String messageText, String problemEnum, String refOutputValue)
@When(value="execute a validate command") public void execute_a_validate_command()
@Then(value="produced output from validate command should be similiar to reference {string} or no error reported.") public void produced_output_from_validate_command_should_be_similiar_to_reference_ref_output_value_or_no_error_reported(String refOutputValue)
Copyright © 2022 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved.