| Package | Description |
|---|---|
| org.specrunner.expressions | |
| org.specrunner.expressions.core |
| Modifier and Type | Method and Description |
|---|---|
IExpression |
IExpressionFactory.create(Object source,
IContext context)
For expression creation, the priority for name resolution is:
first - context variables;
second - predefined values;
third - class generated values.
last - model values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExpression
The expression factory.
|
class |
ExpressionJanino
A Janino expression.
|
class |
ExpressionVariable
Expression variable.
|
| Modifier and Type | Method and Description |
|---|---|
IExpression |
ExpressionFactoryJanino.create(Object source,
IContext context) |
Copyright © 2016. All rights reserved.