| Package | Description |
|---|---|
| org.specrunner.context.core | |
| org.specrunner.expressions | |
| org.specrunner.expressions.core | |
| org.specrunner.plugins | |
| org.specrunner.plugins.core |
| Modifier and Type | Class and Description |
|---|---|
class |
LazyExpressionModel<T>
A model with a object source.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> IModel<T> |
Model.of(T source)
Returns a model for any object.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,IModel<?>> |
IExpressionFactory.getModels()
The set of predefined models.
|
| Modifier and Type | Method and Description |
|---|---|
IExpressionFactory |
IExpressionFactory.bindModel(String name,
IModel<?> model)
Bind a model to a predefined name.
|
| Modifier and Type | Method and Description |
|---|---|
IExpressionFactory |
IExpressionFactory.setModels(Map<String,IModel<?>> predefinedModels)
Set predefined model in block.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,IModel<?>> |
AbstractExpressionFactory.predefinedModels
The set of predefined models.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,IModel<?>> |
AbstractExpressionFactory.getModels() |
| Modifier and Type | Method and Description |
|---|---|
IExpressionFactory |
AbstractExpressionFactory.bindModel(String name,
IModel<?> model) |
| Modifier and Type | Method and Description |
|---|---|
IExpressionFactory |
AbstractExpressionFactory.setModels(Map<String,IModel<?>> predefinedModels) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
IModel<Boolean> |
AbstractPlugin.getConditionModel() |
IModel<Long> |
AbstractPlugin.getSleepModel() |
IModel<Long> |
AbstractPlugin.getTimeoutModel() |
IModel<Long> |
AbstractPlugin.getWaitModel() |
| Modifier and Type | Method and Description |
|---|---|
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 © 2016. All rights reserved.