Package org.databene.contiperf

Interface Summary
ArgumentsProvider Abstraction of classes that provide arguments for Invoker calls in a performance test run.
ExecutionLogger  
Invoker Abstraction of anything that can be invoked.
 

Class Summary
ConcurrentRunner Runs several Runnables concurrently.
Config Parses and provides the ContiPerf configuration.
CountRunner Calls the invoker a fixed number of times.
EmptyArgumentsProvider ArgumentsProvider implementation for no-arg invocations.
ExecutionConfig Holds the execution configuration for a single test.
PercentileRequirement Defines percentile performance requests on a test.
PerformanceRequirement Defines performance requirements on a test.
PerformanceTracker InvokerProxy that provides performance tracking features.
TimedRunner Calls the invoker for a certain amount of time.
 

Exception Summary
PerfTestConfigurationError Indicates invalid configuration settings in a performance test.
PerfTestException Parent class for all exceptions defined in ContiPerf.
PerfTestExecutionError Indicates that an error occurred in performance test execution.
PerfTestFailure Indicates that a performance requirement has been missed in a performance test.
 

Annotation Types Summary
PerfTest Defines execution details and performance requirements for a test method.
Required Used to specify performance requirements for a test.
Unrepeatable Marks a test as unrepeatable.
 



Copyright © 2010. All Rights Reserved.