Uses of Class
org.specrunner.context.ContextException

Packages that use ContextException
org.specrunner.context   
org.specrunner.context.core   
org.specrunner.core.pipes   
org.specrunner.util.string   
 

Uses of ContextException in org.specrunner.context
 

Methods in org.specrunner.context that throw ContextException
 IContext IContextFactory.newContext(ISource source, IRunner runner)
          Creates a new context based on an source and a runner.
 

Uses of ContextException in org.specrunner.context.core
 

Methods in org.specrunner.context.core that throw ContextException
 T LazyExpressionModel.getObject(IContext context)
           
 IContext ContextFactoryImpl.newContext(ISource source, IRunner runner)
           
 

Constructors in org.specrunner.context.core that throw ContextException
ContextImpl(ISource source, IRunner runner)
          Creates a context from a source and a runner.
 

Uses of ContextException in org.specrunner.core.pipes
 

Methods in org.specrunner.core.pipes that throw ContextException
protected  IContext PipeContext.createContext(ISource source, IRunner runner)
          Creates a context based on a source and runner.
protected  IContext PipePopulator.populate(IContext context)
          Populate a context with predefined values.
 

Uses of ContextException in org.specrunner.util.string
 

Methods in org.specrunner.util.string that throw ContextException
 String IStringProvider.newString(IContext context)
          Provides a String based, or not, on the given context.
 



Copyright © 2014. All rights reserved.