Interface SqlResultSetScriptExecutor


public interface SqlResultSetScriptExecutor
Executes the sql validation script providing the result set representation.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Validates the SQL result set.
  • Method Details

    • validate

      void validate(List<Map<String,Object>> rows, TestContext context)
      Validates the SQL result set.
      Parameters:
      rows - the result set.
      context - the current test context.