Uses of Interface
com.googlecode.lightest.core.IDispatcherAssignmentStrategy

Packages that use IDispatcherAssignmentStrategy
com.googlecode.lightest.core   
 

Uses of IDispatcherAssignmentStrategy in com.googlecode.lightest.core
 

Classes in com.googlecode.lightest.core that implement IDispatcherAssignmentStrategy
 class QueuedDispatcherAssignmentStrategy
          Assigns testcases to dispatchers in a FIFO manner.
 class SimpleDispatcherAssignmentStrategy
          A bare-bones subclass of QueuedDispatcherAssignmentStrategy that should be sufficient for most cases of multi-environment test runs.
 

Methods in com.googlecode.lightest.core that return IDispatcherAssignmentStrategy
 IDispatcherAssignmentStrategy Configuration.getDispatcherAssignmentStrategy()
          Returns the specified dispatcher assignment strategy.
 IDispatcherAssignmentStrategy IConfiguration.getDispatcherAssignmentStrategy()
           
 

Methods in com.googlecode.lightest.core with parameters of type IDispatcherAssignmentStrategy
 void ILightestTestListener.setDispatcherAssignmentStrategy(IDispatcherAssignmentStrategy strategy)
          This listener is the mechanism through which the dispatcher assignment strategy is communicated to each testcase.
 void LightestTestListener.setDispatcherAssignmentStrategy(IDispatcherAssignmentStrategy strategy)
           
 



Copyright © 2009. All Rights Reserved.