| Interface | Description |
|---|---|
| ArgumentsProvider |
Abstraction of classes that provide arguments for
Invoker calls in a
performance test run.Created: 22.10.2009 06:40:33 |
| Clock |
Extension interface for different providers of time, e.g.
|
| ExecutionLogger | Deprecated
Replaced with
ReportModule. |
| InvocationRunner |
Parent interface for ContiPerf adapters that perform, if necessary, parameter
generation and the actual invocation of a target service.
Created: 03.06.2010 19:18:21 |
| Invoker |
Abstraction of anything that can be invoked.
|
| WaitTimer |
Common interface for components that provide a wait time.
Created: 06.04.2012 17:04:42 |
| Class | Description |
|---|---|
| AbstractInvocationRunner |
Abstract helper class which provides common functionality for
InvocationRunners.Created: 06.04.2012 17:38:28 |
| ConcurrentRunner |
Runs several
Runnables concurrently. |
| Config |
Parses and provides the ContiPerf configuration.
Created: 18.10.2009 06:46:31 |
| CountRunner |
Calls the invoker a fixed number of times.
Created: 22.10.2009 06:30:28 |
| EmptyArgumentsProvider | |
| ExecutionConfig |
Holds the execution configuration for a single test.
Created: 18.10.2009 06:31:25 |
| PercentileRequirement |
Defines percentile performance requests on a test.
Created: 18.10.2009 06:25:42 |
| PerformanceRequirement |
Defines performance requirements on a test.
Created: 18.10.2009 06:21:57 |
| PerformanceTracker | |
| StopWatch |
Stopwatch-style access to ContiPerf's
LatencyCounter features. |
| TimedRunner |
Calls the invoker for a certain amount of time.
Created: 15.04.2010 23:13:52 |
| Exception | Description |
|---|---|
| PerfTestConfigurationError |
Indicates invalid configuration settings in a performance test.
Created: 16.04.2010 11:51:02 |
| PerfTestException |
Parent class for all exceptions defined in ContiPerf.
Created: 16.04.2010 08:29:11 |
| PerfTestExecutionError |
Indicates that an error occurred in performance test execution.
Created: 16.04.2010 11:50:32 |
| Error | Description |
|---|---|
| PerfTestFailure |
Indicates that a performance requirement has been missed in a performance
test.
Created: 16.04.2010 11:50:09 |
| Annotation Type | Description |
|---|---|
| PerfTest |
Defines execution details and performance requirements for a test method: How
long the test should take, the level of concurrency and timings to apply.
|
| Required |
Specifies performance requirements for a test.
Created: 15.10.2009 14:42:57 |
| Unrepeatable |
Marks a test as unrepeatable.
|
Copyright © 2019. All rights reserved.