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

Packages that use ITaskProvider
com.googlecode.lightest.core   
 

Uses of ITaskProvider in com.googlecode.lightest.core
 

Subinterfaces of ITaskProvider in com.googlecode.lightest.core
 interface IBreakpointTask
          Represents a task that can have a breakpoint set on it, in order to pause its execution.
 interface ITask
          Represents a domain-specific task to be performed in a test.
 

Classes in com.googlecode.lightest.core that implement ITaskProvider
 class LightestTask
          A convenient base class for implementations of ITask.
 class LightestTestCase
          The base class for all testcase classes runnable in the Lightest framework.
 class TaskNodeBuilder
          Exactly like NodeBuilder, except TaskNode's are used instead of plain old Node's.
 

Methods in com.googlecode.lightest.core that return ITaskProvider
 ITaskProvider LightestContext.getTaskProvider()
          Returns the current task provider.
protected  ITaskProvider LightestContext.popTaskProvider()
           
 

Methods in com.googlecode.lightest.core with parameters of type ITaskProvider
protected  void LightestContext.pushTaskProvider(ITaskProvider taskProvider)
           
 

Constructors in com.googlecode.lightest.core with parameters of type ITaskProvider
ContextCarryingTaskProvider(ITaskProvider delegate)
           
 



Copyright © 2009. All Rights Reserved.