@ShellComponent @ShellCommandGroup(value="Reference Testing") public class ReferenceTest extends Object
| Constructor and Description |
|---|
ReferenceTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
autoValidate(String enableValidation) |
void |
payloadValidationStatus() |
void |
validatePath(String fileOrFolder) |
@ShellMethod(value="Retrieve current conformance check status") public void payloadValidationStatus()
@ShellMethod(value="Validate all Payloads Automatically")
public void autoValidate(@ShellOption(help="enable or disable")
String enableValidation)
throws IOException
IOException@ShellMethod(value="Validate json payload(s) against CDS")
public void validatePath(@ShellOption(value="-f",help="payload file or folder")
String fileOrFolder)
throws IOException
IOExceptionCopyright © 2019. All rights reserved.