Interface ScriptValidationContext

All Superinterfaces:
ValidationContext

public interface ScriptValidationContext extends ValidationContext
  • Method Details

    • getScriptType

      String getScriptType()
      Gets the type of script used in this validation context.
      Returns:
      the scriptType
    • getValidationScript

      String getValidationScript(TestContext context)
      Constructs the actual validation script either from data or external resource.
      Parameters:
      context - the current TestContext.
      Returns:
      the validationScript