Jagger
 All Classes Namespaces Files Functions Variables Groups Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123456789]
oNcom
|\Ngriddynamics
| \Njagger
|  oNengine
|  |\Ne1
|  | \Ncollector
|  |  \CResponseValidator< Q, E, R >Validates the result of invocation
|  oNinvoker
|  |oNv2
|  ||oCAbstractHttpInvoker< HTTP_CLIENT extends JHttpClient >An object that represents abstract HTTP-invoker that invokes services of SuT via http protocol
|  ||oCDefaultHttpInvokerDefault HTTP-invoker that invokes services of SuT via http(s) protocol
|  ||oCJHttpClientAn object that represents HTTP-client
|  ||oCJHttpEndpointAn object that represents HTTP-endpoint
|  |||\CProtocolEnum representing HTTP and HTTPS protocols
|  ||oCJHttpQuery< T >An object that represents HTTP-request
|  ||oCJHttpResponse< T >An object that represents HTTP-response
|  ||\CSpringBasedHttpClientImplementation of JHttpClient
|  || \CJSpringBasedHttpClientParametersValues: JSpringBasedHttpClientParameters#DEFAULT_URI_VARIABLES, JSpringBasedHttpClientParameters#ERROR_HANDLER, JSpringBasedHttpClientParameters#MESSAGE_CONVERTERS, JSpringBasedHttpClientParameters#URI_TEMPLATE_HANDLER, JSpringBasedHttpClientParameters#INTERCEPTORS, JSpringBasedHttpClientParameters#REQUEST_FACTORY
|  |\CInvoker< Q, R, E >Responsible for action invocation on specified endpoint and query
|  \Nuser
|   \Ntest
|    \Nconfigurations
|     oNload
|     |oCJLoadThe Load defines workload profile for a Jagger test
|     |\CJLoadRpsThis type of load implements an exact number of requests per second performed by Jagger
|     | \CBuilder
|     oNtermination
|     |oCJTerminationTermination defines the criteria of test execution halting
|     |oCJTerminationBackgroundTest with such termination strategy will wait another tests in test-group to be stopped
|     ||\CBuilder
|     |oCJTerminationDurationTest with such termination strategy will be executed for the defined time - duration
|     ||\CBuilder
|     |\CJTerminationIterationsTest with such termination strategy will last till defined number of requests are executed
|     | \CBuilder
|     oCJTestDescribes the instance of a test performed by Jagger
|     |\CBuilder
|     oCJTestDescriptionDescribes JTest prototype
|     |\CBuilder
|     oCJTestGroupDescribes the group of JTest that should run in parallel
|     |\CBuilder
|     \CJTestSuiteDefines the test suite consisting of several JTestGroup
|      \CBuilder
\CAbstractHttpInvoker