Uses of Interface
org.specrunner.context.IModel

Packages that use IModel
org.specrunner.context.core   
org.specrunner.expressions   
org.specrunner.expressions.core   
org.specrunner.plugins   
org.specrunner.plugins.core   
 

Uses of IModel in org.specrunner.context.core
 

Classes in org.specrunner.context.core that implement IModel
 class LazyExpressionModel<T>
          A model with a object source.
 

Methods in org.specrunner.context.core that return IModel
static
<T> IModel<T>
Model.of(T source)
          Returns a model for any object.
 

Uses of IModel in org.specrunner.expressions
 

Methods in org.specrunner.expressions that return types with arguments of type IModel
 Map<String,IModel<?>> IExpressionFactory.getModels()
          The set of predefined models.
 

Methods in org.specrunner.expressions with parameters of type IModel
 IExpressionFactory IExpressionFactory.bindModel(String name, IModel<?> model)
          Bind a model to a predefined name.
 

Method parameters in org.specrunner.expressions with type arguments of type IModel
 IExpressionFactory IExpressionFactory.setModels(Map<String,IModel<?>> predefinedModels)
          Set predefined model in block.
 

Uses of IModel in org.specrunner.expressions.core
 

Methods in org.specrunner.expressions.core that return types with arguments of type IModel
 Map<String,IModel<?>> AbstractExpressionFactory.getModels()
           
 

Methods in org.specrunner.expressions.core with parameters of type IModel
 IExpressionFactory AbstractExpressionFactory.bindModel(String name, IModel<?> model)
           
 

Method parameters in org.specrunner.expressions.core with type arguments of type IModel
 IExpressionFactory AbstractExpressionFactory.setModels(Map<String,IModel<?>> predefinedModels)
           
 

Uses of IModel in org.specrunner.plugins
 

Methods in org.specrunner.plugins that return IModel
 IModel<Boolean> ITestPlugin.getConditionModel()
          Get the plugin execution condition model.
 IModel<Long> ISleepPlugin.getSleepModel()
          Return the sleep based on a model.
 IModel<Long> ITimedPlugin.getTimeoutModel()
          Model for timeout testing.
 IModel<Long> IWaitPlugin.getWaitModel()
          Return the wait based on a model.
 

Methods in org.specrunner.plugins with parameters of type IModel
 void ITestPlugin.setConditionModel(IModel<Boolean> model)
          Set plugin condition model.
 void ISleepPlugin.setSleepModel(IModel<Long> sleepModel)
          Set sleep model object.
 void ITimedPlugin.setTimeoutModel(IModel<Long> timeoutModel)
          Set the model.
 void IWaitPlugin.setWaitModel(IModel<Long> waitModel)
          Set wait model object.
 

Uses of IModel in org.specrunner.plugins.core
 

Methods in org.specrunner.plugins.core that return IModel
 IModel<Boolean> AbstractPlugin.getConditionModel()
           
 IModel<Long> AbstractPlugin.getSleepModel()
           
 IModel<Long> AbstractPlugin.getTimeoutModel()
           
 IModel<Long> AbstractPlugin.getWaitModel()
           
 

Methods in org.specrunner.plugins.core with parameters of type IModel
 void AbstractPlugin.setConditionModel(IModel<Boolean> conditionModel)
           
 void AbstractPlugin.setSleepModel(IModel<Long> sleepModel)
           
 void AbstractPlugin.setTimeoutModel(IModel<Long> timeoutModel)
           
 void AbstractPlugin.setWaitModel(IModel<Long> waitModel)
           
 



Copyright © 2014. All rights reserved.