Interface SqlResultSetScriptExecutor
-
public interface SqlResultSetScriptExecutorExecutes the sql validation script providing the result set representation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvalidate(List<Map<String,Object>> rows, TestContext context)Validates the SQL result set.
-
-
-
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.
-
-