Package | Description |
---|---|
org.dynamide.interpreters | |
org.dynamide.restreplay |
Modifier and Type | Method and Description |
---|---|
EvalResult |
RhinoInterpreter.eval(String resourceName,
String source) |
EvalResult |
NashornInterpreter.eval(String resourceName,
String source) |
EvalResult |
Eval.eval(String logname,
String inputJexlExpression,
Map<String,Object> vars)
You may pass in a Jexl 2 expression, e.g.
|
EvalResult |
Eval.setCurrentTestIDLabel(String val)
The current test label is the title of a block of evals in the Eval Report for this session.
|
Modifier and Type | Method and Description |
---|---|
List<EvalResult> |
Eval.getEvalReport() |
Modifier and Type | Method and Description |
---|---|
void |
Eval.addToEvalReport(EvalResult result) |
boolean |
Eval.popLastEvalReportItemIfUnused(EvalResult result) |
Modifier and Type | Field and Description |
---|---|
List<EvalResult> |
RestReplay.evalReport |
Modifier and Type | Method and Description |
---|---|
protected EvalResult |
RestReplay.runValidatorScript(ServiceResult serviceResult,
org.dynamide.restreplay.RestReplay.PartsStruct expectedResponseParts,
Eval evalStruct) |
Copyright © 2016. All rights reserved.