Jagger
 All Classes Namespaces Files Functions Variables Groups Pages
abstract boolean com.griddynamics.jagger.engine.e1.collector.ResponseValidator< Q, E, R >.validate ( query,
endpoint,
result,
long  duration 
)
pure virtual

Validates the result of invocation.

Author
Grid Dynamics
Details:

Validates the result of invocation with specified query and endpoint. If return false current invoke will be marked as failed.

Parameters
query- the query of current invocation
endpoint- the endpoint of current invocation
result- the result of invocation
duration- the duration of invocation
Returns
true if validation is successful

Implemented in com.griddynamics.jagger.engine.e1.collector.ConsistencyValidator< Q, E, R >, and com.griddynamics.jagger.engine.e1.collector.NotNullResponseValidator< Q, E, R >.