Uses of Class
com.googlecode.lightest.core.LightestTestCase

Packages that use LightestTestCase
com.googlecode.lightest.core   
 

Uses of LightestTestCase in com.googlecode.lightest.core
 

Fields in com.googlecode.lightest.core declared as LightestTestCase
protected  LightestTestCase LightestContext.testcase
           
 

Methods in com.googlecode.lightest.core that return LightestTestCase
 LightestTestCase TaskDispatcher.getTestCase()
          Returns the testcase this dispatcher is currently assigned to, or null if it is not assigned to a testcase.
 LightestTestCase ITaskDispatcher.getTestCase()
          Returns the testcase this dispatcher is currently assigned to, or null if it is not assigned to a testcase.
 LightestTestCase LatchedTestCase.getTestCase()
           
 

Methods in com.googlecode.lightest.core with parameters of type LightestTestCase
 boolean IDispatcherAssignmentStrategy.assign(LightestTestCase testcase)
          Assigns a dispatcher to a testcase, and the testcase to the dispatcher.
 boolean QueuedDispatcherAssignmentStrategy.assign(LightestTestCase testcase)
          Assigns a dispatcher to a testcase, and the testcase to the dispatcher.
protected  List QueuedDispatcherAssignmentStrategy.getAvailableDispatchers(LightestTestCase testcase)
          Returns a potentially empty list of currently available (unassigned) task dispatchers for a given testcase.
protected abstract  List QueuedDispatcherAssignmentStrategy.getCompatibleDispatchers(LightestTestCase testcase)
           
protected  List SimpleDispatcherAssignmentStrategy.getCompatibleDispatchers(LightestTestCase testcase)
          The canRunIn() method on the testcase is used as the compatibility test.
 void TaskDispatcher.setTestCase(LightestTestCase testcase)
          Assigns a testcase to this dispatcher.
 void ITaskDispatcher.setTestCase(LightestTestCase testcase)
          Assigns a testcase to this dispatcher.
 void LatchedTestCase.setTestCase(LightestTestCase value)
           
 void IDispatcherAssignmentStrategy.unassign(LightestTestCase testcase)
          Breaks the bi-directional association between a dispatcher and a testcase.
 void QueuedDispatcherAssignmentStrategy.unassign(LightestTestCase testcase)
           
 

Constructors in com.googlecode.lightest.core with parameters of type LightestTestCase
LatchedTestCase(LightestTestCase testCase, CountDownLatch latch)
           
 



Copyright © 2009. All Rights Reserved.