com.consol.citrus.validation.script.sql
Interface SqlResultSetScriptValidator

All Known Implementing Classes:
GroovySqlResultSetValidator

public interface SqlResultSetScriptValidator

Validator working on SQL result sets. Scripts get the actual test context and a SQL result set representation for validation.

Author:
Christoph Deppisch

Method Summary
 void validateSqlResultSet(List<Map<String,Object>> resultSet, ScriptValidationContext validationContext, TestContext context)
          Validates the SQL result set.
 

Method Detail

validateSqlResultSet

void validateSqlResultSet(List<Map<String,Object>> resultSet,
                          ScriptValidationContext validationContext,
                          TestContext context)
                          throws ValidationException
Validates the SQL result set.

Parameters:
resultSet - the SQL result set.
validationContext - the current validation context.
context - the current test context.
Throws:
ValidationException


Copyright © 2008-2013 ConSol* Consulting&Solutions GmbH. All Rights Reserved.