Jagger
 All Classes Namespaces Files Functions Variables Enumerator 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 request to SUT 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