| Class and Description |
|---|
| AbstractInvocationRunner
Abstract helper class which provides common functionality for
InvocationRunners.Created: 06.04.2012 17:38:28 |
| 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.
|
| Config
Parses and provides the ContiPerf configuration.
Created: 18.10.2009 06:46:31 |
| ExecutionConfig
Holds the execution configuration for a single test.
Created: 18.10.2009 06:31:25 |
| 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.
|
| 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 |
| PerfTestException
Parent class for all exceptions defined in ContiPerf.
Created: 16.04.2010 08:29:11 |
| WaitTimer
Common interface for components that provide a wait time.
Created: 06.04.2012 17:04:42 |
| Class and Description |
|---|
| Clock
Extension interface for different providers of time, e.g.
|
| Class and Description |
|---|
| ExecutionConfig
Holds the execution configuration for a single test.
Created: 18.10.2009 06:31:25 |
| ExecutionLogger
Deprecated.
Replaced with
ReportModule. When using a predefined
ExecutionLogger, replace it with the corresponding ReportModule.
If the old version was
@Rule public ContiPerfRule = new ContiPerfRule(new ConsoleExecutionLogger());
the new version would be
@Rule public ContiPerfRule = new ContiPerfRule(new ConsoleReportModule());
Custom ExecutionLogger implementations still can be used by
wrapping them with a LoggerModuleAdapter. If the old
version was
@Rule public ContiPerfRule = new ContiPerfRule(new MyCustomLogger());
the new version would be
@Rule public ContiPerfRule = new ContiPerfRule(new LoggerModuleAdapter(new MyCustomLogger()));
|
| Invoker
Abstraction of anything that can be invoked.
|
| 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.
|
| Class and Description |
|---|
| ExecutionLogger
Deprecated.
Replaced with
ReportModule. When using a predefined
ExecutionLogger, replace it with the corresponding ReportModule.
If the old version was
@Rule public ContiPerfRule = new ContiPerfRule(new ConsoleExecutionLogger());
the new version would be
@Rule public ContiPerfRule = new ContiPerfRule(new ConsoleReportModule());
Custom ExecutionLogger implementations still can be used by
wrapping them with a LoggerModuleAdapter. If the old
version was
@Rule public ContiPerfRule = new ContiPerfRule(new MyCustomLogger());
the new version would be
@Rule public ContiPerfRule = new ContiPerfRule(new LoggerModuleAdapter(new MyCustomLogger()));
|
| Class and Description |
|---|
| ExecutionConfig
Holds the execution configuration for a single test.
Created: 18.10.2009 06:31:25 |
| ExecutionLogger
Deprecated.
Replaced with
ReportModule. When using a predefined
ExecutionLogger, replace it with the corresponding ReportModule.
If the old version was
@Rule public ContiPerfRule = new ContiPerfRule(new ConsoleExecutionLogger());
the new version would be
@Rule public ContiPerfRule = new ContiPerfRule(new ConsoleReportModule());
Custom ExecutionLogger implementations still can be used by
wrapping them with a LoggerModuleAdapter. If the old
version was
@Rule public ContiPerfRule = new ContiPerfRule(new MyCustomLogger());
the new version would be
@Rule public ContiPerfRule = new ContiPerfRule(new LoggerModuleAdapter(new MyCustomLogger()));
|
| 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 |
| Class and Description |
|---|
| WaitTimer
Common interface for components that provide a wait time.
Created: 06.04.2012 17:04:42 |
| Class and Description |
|---|
| ExecutionConfig
Holds the execution configuration for a single test.
Created: 18.10.2009 06:31:25 |
| Invoker
Abstraction of anything that can be invoked.
|
| 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 |
| 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.
|
| PerfTestException
Parent class for all exceptions defined in ContiPerf.
Created: 16.04.2010 08:29:11 |
| Required
Specifies performance requirements for a test.
Created: 15.10.2009 14:42:57 |
| Class and Description |
|---|
| PerfTestExecutionError
Indicates that an error occurred in performance test execution.
Created: 16.04.2010 11:50:32 |
Copyright © 2019. All rights reserved.