Modifier and Type | Field and Description |
---|---|
static String |
ACCEPT_CONTAINS |
protected ScriptBridge |
bridge |
static String |
KARATE |
static String |
KARATE_CONFIG |
static String |
KARATE_CONFIG_JS |
static String |
KARATE_ENV |
static String |
METHOD_IS |
static String |
PARAM_VALUE |
static String |
PATH_MATCHES |
static String |
PATH_PARAMS |
static String |
READ |
static String |
READ_KARATE_CONFIG |
static String |
TYPE_CONTAINS |
Constructor and Description |
---|
ScriptBindings(ScriptContext context) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,Object>> |
entrySet() |
static ScriptValue |
evalInNashorn(String exp,
ScriptContext context,
ScriptEvalContext evalContext) |
Object |
get(Object key) |
boolean |
isEmpty() |
Set<String> |
keySet() |
Object |
put(String name,
Object value) |
void |
putAll(Map<? extends String,? extends Object> toMerge) |
Object |
remove(Object key) |
int |
size() |
Collection<Object> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
protected final ScriptBridge bridge
public static final String KARATE
public static final String KARATE_ENV
public static final String KARATE_CONFIG
public static final String KARATE_CONFIG_JS
public static final String READ
public static final String PATH_MATCHES
public static final String METHOD_IS
public static final String TYPE_CONTAINS
public static final String ACCEPT_CONTAINS
public static final String PARAM_VALUE
public static final String PATH_PARAMS
public static final String READ_KARATE_CONFIG
public ScriptBindings(ScriptContext context)
public static ScriptValue evalInNashorn(String exp, ScriptContext context, ScriptEvalContext evalContext)
public boolean containsKey(Object key)
containsKey
in interface Map<String,Object>
containsKey
in interface Bindings
public boolean containsValue(Object value)
containsValue
in interface Map<String,Object>
Copyright © 2018. All rights reserved.