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
|  |oNv2Package for test definition of http load tests
|  ||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
|     oNauxiliary
|     |\CIdRepresents an ID for Jagger load test description entities
|     oNload
|     |oNauxiliary
|     ||oCNumberOfUsersThe number of virtual users for performing workload
|     ||\CRequestsPerSecondThe number of requests per second Jagger shall perform
|     |oCJLoadProfile
|     |oCJLoadProfileRpsThis type of load implements an exact number of requests per second performed by Jagger
|     ||\CBuilder
|     |oCJLoadProfileUserGroupsThis load is a list of user groups JLoadProfileUsers
|     ||\CBuilder
|     |\CJLoadProfileUsersThis class represents a user group in JLoadProfileUserGroups
|     | \CBuilder
|     oNtermination
|     |oNauxiliary
|     ||oCDurationInSecondsTest load execution time in seconds
|     ||oCIterationsNumberThe target number of requests to the system under test
|     ||\CMaxDurationInSecondsThe timeout for the test execution
|     |oCJTerminationCriteria
|     |oCJTerminationCriteriaBackgroundTest with such termination strategy will wait another tests in test-group to be stopped
|     |oCJTerminationCriteriaDurationTest with such termination strategy will be executed for the defined time - duration
|     |\CJTerminationCriteriaIterationsTest with such termination strategy will last till defined number of requests are executed
|     oCJLoadScenarioDescribes the execution sequence of the load tests during single run
|     |\CBuilder
|     oCJLoadTestDescribes the instance of a load test performed by Jagger
|     |\CBuilder
|     oCJParallelTestsGroupDescribes step in the JLoadScenario execution sequence
|     |\CBuilder
|     \CJTestDefinitionDefinition of the load test - describes test data sources and the protocol, used during load test
|      \CBuilder
\CAbstractHttpInvoker