Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
Validators implementations and examples
Collaboration diagram for Validators implementations and examples:

Classes

class  com.griddynamics.jagger.engine.e1.collector.DefaultResponseValidatorProvider
 Default implementation of $ResponseValidatorProvider which provides instances of $ResponseValidator using reflection and a mandatory constructor for $ResponseValidator instances
Created by Andrey Badaev Date: 13/12/16. More...
 
class  com.griddynamics.jagger.engine.e1.collector.ExampleResponseValidatorProvider
 Example ResponseValidatorProvider implementation aimed to demonstrate process of passing a value to a dynamically created instances of ResponseValidator. More...
 
class  com.griddynamics.jagger.engine.e1.collector.JHttpResponseStatusValidator
 Validates JHttpResponse status code. More...
 
class  com.griddynamics.jagger.engine.e1.collector.JHttpResponseStatusValidatorProvider
 Provides default response status validator JHttpResponseStatusValidator. More...
 
class  com.griddynamics.jagger.engine.e1.collector.NotNullResponseValidator
 Validates that invocation result is not null. More...
 
class  com.griddynamics.jagger.engine.e1.collector.ResponseValidator< Q, E, R >
 Validates the result of invocation. More...
 
interface  com.griddynamics.jagger.engine.e1.collector.ResponseValidatorProvider
 Provides instances of a $ResponseValidator class
Created by Andrey Badaev Date: 14/12/16. More...
 

Detailed Description

Validators