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

Packages that use LightestContext
com.googlecode.lightest.core   
 

Uses of LightestContext in com.googlecode.lightest.core
 

Methods in com.googlecode.lightest.core that return LightestContext
protected  LightestContext ThreadedLightestContext.childValue(LightestContext parentValue)
           
 LightestContext LightestContextFactory.create()
          Creates and returns a new LightestContext instance, based on the class set as the context class on this object.
 LightestContext LightestContextFactory.create(LightestContext parentContext)
          Creates and returns a new LightestContext instance, with a parent instance to model from.
 LightestContext LightestContextAware.getContext()
          Returns the thread context as provided by the dispatcher, which must be set.
 LightestContext TaskDispatcher.getContext()
          Returns the thread local context associated with this dispatcher, for the currently executing thread.
 LightestContext ITaskDispatcher.getContext()
          Returns the context object associated with this dispatcher.
protected  LightestContext ThreadedLightestContext.initialValue()
           
 

Methods in com.googlecode.lightest.core with parameters of type LightestContext
protected  LightestContext ThreadedLightestContext.childValue(LightestContext parentValue)
           
 LightestContext LightestContextFactory.create(LightestContext parentContext)
          Creates and returns a new LightestContext instance, with a parent instance to model from.
 void LightestContext.inheritContextFromParent(LightestContext parentContext)
          Sets the preferences, environment, and testcase from the specified parent context.
 



Copyright © 2009. All Rights Reserved.