Interface SqlResultSetScriptExecutor


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

      • 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.