Uses of Class
com.intuit.karate.core.Variable
Packages that use Variable
-
Uses of Variable in com.intuit.karate.core
Fields in com.intuit.karate.core declared as VariableModifier and TypeFieldDescriptionfinal VariableScenarioCall.argstatic final VariableVariable.NOT_PRESENTstatic final VariableVariable.NULLfinal VariableScenarioCall.Result.valueFields in com.intuit.karate.core with type parameters of type VariableMethods in com.intuit.karate.core that return VariableModifier and TypeMethodDescriptionVariable.copy(boolean deep) ScenarioEngine.evalEmbeddedExpressions(Variable value, boolean forMatch) ScenarioEngine.evalJsonPath(Variable v, String path) ScenarioEngine.evalJsonPathOnVariableByName(String name, String path) ScenarioEngine.evalKarateExpression(String text) ScenarioEngine.evalKarateExpression(String text, boolean forMatch) static VariableScenarioEngine.evalXmlPath(Variable xml, String path) ScenarioEngine.evalXmlPathOnVariableByName(String name, String path) ScenarioEngine.executeFunction(Variable var, Object... args) Config.getAfterFeature()Config.getAfterScenario()Config.getAfterScenarioOutline()Config.getCookies()Config.getHeaders()Config.getResponseHeaders()Variable.toLowerCase()Methods in com.intuit.karate.core that return types with arguments of type VariableModifier and TypeMethodDescriptionScenarioCall.getParentVars(boolean shallowCopy) ScenarioEngine.shallowCloneVariables()Methods in com.intuit.karate.core with parameters of type VariableModifier and TypeMethodDescriptionScenarioEngine.callFeature(FeatureCall featureCall, Variable arg, int index, boolean sharedScope) booleanvoidScenarioEngine.evalEmbeddedExpressions(Variable value, boolean forMatch) ScenarioEngine.evalJsonPath(Variable v, String path) static VariableScenarioEngine.evalXmlPath(Variable xml, String path) ScenarioEngine.executeFunction(Variable var, Object... args) ScenarioEngine.getOrEvalAsMap(Variable var, Object... args) voidvoidConfig.setAfterFeature(Variable afterFeature) voidConfig.setAfterScenario(Variable afterScenario) voidConfig.setAfterScenarioOutline(Variable afterScenarioOutline) voidConfig.setCookies(Variable cookies) Constructors in com.intuit.karate.core with parameters of type VariableModifierConstructorDescriptionScenarioCall(ScenarioRuntime parentRuntime, FeatureCall featureCall, Variable arg) Constructor parameters in com.intuit.karate.core with type arguments of type Variable -
Uses of Variable in com.intuit.karate.driver
Methods in com.intuit.karate.driver that return VariableModifier and TypeMethodDescriptionprotected Variableprotected VariableDevToolsMessage.getResult()DevToolsMessage.getResultVariable(String key) Methods in com.intuit.karate.driver with parameters of type Variable