Class SmokeTestCaseValidator

  • All Implemented Interfaces:
    Validator

    public class SmokeTestCaseValidator
    extends AbstractValidator
    Validates the following:
    • vendorParamsShape is a valid shape.
    • vendorParams is compatible with vendorParamsShape.
    • input is valid for the operation under test.
    • Constructor Detail

      • SmokeTestCaseValidator

        public SmokeTestCaseValidator()
    • Method Detail

      • validate

        public java.util.List<ValidationEvent> validate​(Model model)
        Description copied from interface: Validator
        Validates a model and returns a list of validation events.
        Parameters:
        model - Model to validate.
        Returns:
        List of validation events.