| Package | Description |
|---|---|
| com.intuit.karate | |
| com.intuit.karate.core |
| Modifier and Type | Method and Description |
|---|---|
static AssignType |
AssignType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssignType[] |
AssignType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ScriptValue |
Script.assign(AssignType assignType,
String name,
String exp,
ScenarioContext context,
boolean validateName) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScenarioContext.assign(AssignType assignType,
String name,
String exp) |
Copyright © 2019. All rights reserved.