Uses of Interface
org.databene.contiperf.Invoker

Packages that use Invoker
org.databene.contiperf   
org.databene.contiperf.junit   
org.databene.contiperf.util   
 

Uses of Invoker in org.databene.contiperf
 

Classes in org.databene.contiperf that implement Invoker
 class PerformanceTracker
          InvokerProxy that provides performance tracking features.
 

Constructors in org.databene.contiperf with parameters of type Invoker
CountRunner(Invoker invoker, ArgumentsProvider argsProvider, WaitTimer waitTimer, AtomicLong invocationsLeft)
           
PerformanceTracker(Invoker target, ExecutionConfig executionConfig, PerformanceRequirement requirement, ReportContext context, Clock[] clocks)
           
PerformanceTracker(Invoker target, PerformanceRequirement requirement, ReportContext context)
           
TimedRunner(Invoker invoker, ArgumentsProvider argsProvider, WaitTimer waitTimer, long duration)
           
 

Uses of Invoker in org.databene.contiperf.junit
 

Classes in org.databene.contiperf.junit that implement Invoker
 class JUnitInvoker
          Invoker implementation for JUnit 4.7+.
 

Uses of Invoker in org.databene.contiperf.util
 

Classes in org.databene.contiperf.util that implement Invoker
 class InvokerProxy
          Invoker implementation which acts as a proxy to another Invoker.
 

Fields in org.databene.contiperf.util declared as Invoker
protected  Invoker InvokerProxy.target
           
 

Constructors in org.databene.contiperf.util with parameters of type Invoker
InvokerProxy(Invoker target)
           
 



Copyright © 2013. All Rights Reserved.