Uses of Class
com.intuit.karate.core.Variable
-
Packages that use Variable Package Description com.intuit.karate.core com.intuit.karate.debug com.intuit.karate.driver -
-
Uses of Variable in com.intuit.karate.core
Fields in com.intuit.karate.core declared as Variable Modifier and Type Field Description VariableScenarioCall. argstatic VariableVariable. NOT_PRESENTstatic VariableVariable. NULLVariableScenarioCall.Result. valueFields in com.intuit.karate.core with type parameters of type Variable Modifier and Type Field Description Map<String,Variable>ScenarioCall.Result. varsMap<String,Variable>ScenarioEngine. varsMethods in com.intuit.karate.core that return Variable Modifier and Type Method Description VariableScenarioEngine. call(boolean callOnce, String exp, boolean sharedScope)VariableScenarioEngine. call(Variable called, Variable arg, boolean sharedScope)VariableVariable. copy(boolean deep)VariableScenarioEngine. evalEmbeddedExpressions(Variable value, boolean forMatch)VariableScenarioEngine. evalJs(String js)VariableScenarioEngine. evalJsonPath(Variable v, String path)VariableScenarioEngine. evalJsonPathOnVariableByName(String name, String path)VariableScenarioEngine. evalKarateExpression(String text)VariableScenarioEngine. evalKarateExpression(String text, boolean forMatch)static VariableScenarioEngine. evalXmlPath(Variable xml, String path)VariableScenarioEngine. evalXmlPathOnVariableByName(String name, String path)VariableScenarioEngine. executeFunction(Variable var, Object... args)VariableConfig. getAfterFeature()VariableConfig. getAfterScenario()VariableConfig. getCookies()VariableConfig. getHeaders()VariableConfig. getResponseHeaders()VariableVariable. toLowerCase()Methods in com.intuit.karate.core that return types with arguments of type Variable Modifier and Type Method Description Map<String,Variable>ScenarioCall. getParentVars(boolean shallowCopy)protected Map<String,Variable>ScenarioEngine. shallowCloneVariables()Methods in com.intuit.karate.core with parameters of type Variable Modifier and Type Method Description VariableScenarioEngine. call(Variable called, Variable arg, boolean sharedScope)ObjectScenarioEngine. callFeature(FeatureCall featureCall, Variable arg, int index, boolean sharedScope)booleanConfig. configure(String key, Variable value)voidScenarioEngine. configure(String key, Variable v)VariableScenarioEngine. evalEmbeddedExpressions(Variable value, boolean forMatch)VariableScenarioEngine. evalJsonPath(Variable v, String path)static VariableScenarioEngine. evalXmlPath(Variable xml, String path)VariableScenarioEngine. executeFunction(Variable var, Object... args)protected <T> Map<String,T>ScenarioEngine. getOrEvalAsMap(Variable var, Object... args)voidScenarioEngine. set(String name, String path, Variable value)voidConfig. setAfterFeature(Variable afterFeature)voidConfig. setAfterScenario(Variable afterScenario)voidConfig. setCookies(Variable cookies)Constructors in com.intuit.karate.core with parameters of type Variable Constructor Description Result(Variable value, Config config, Map<String,Variable> vars)ScenarioCall(ScenarioRuntime parentRuntime, FeatureCall featureCall, Variable arg)Constructor parameters in com.intuit.karate.core with type arguments of type Variable Constructor Description Result(Variable value, Config config, Map<String,Variable> vars)ScenarioEngine(Config config, ScenarioRuntime runtime, Map<String,Variable> vars, Logger logger) -
Uses of Variable in com.intuit.karate.debug
Fields in com.intuit.karate.debug with type parameters of type Variable Modifier and Type Field Description protected Map<Long,Stack<Map<String,Variable>>>DapServerHandler. FRAME_VARSprotected Map<Long,Map.Entry<String,Variable>>DapServerHandler. VARIABLESMethod parameters in com.intuit.karate.debug with type arguments of type Variable Modifier and Type Method Description protected StringDapServerHandler. evaluateVarExpression(Map<String,Variable> vars, String expression) -
Uses of Variable in com.intuit.karate.driver
Methods in com.intuit.karate.driver that return Variable Modifier and Type Method Description protected VariableWebDriver. eval(String expression)protected VariableWebDriver. eval(String expression, List args)VariableDevToolsMessage. getResult()VariableDevToolsMessage. getResultVariable(String key)Methods in com.intuit.karate.driver with parameters of type Variable Modifier and Type Method Description voidDevToolsMessage. setResult(Variable result)
-