Uses of Class
com.intuit.karate.core.AssignType
-
Packages that use AssignType Package Description com.intuit.karate.core -
-
Uses of AssignType in com.intuit.karate.core
Methods in com.intuit.karate.core that return AssignType Modifier and Type Method Description static AssignTypeAssignType. 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.Methods in com.intuit.karate.core with parameters of type AssignType Modifier and Type Method Description voidScenarioEngine. assign(AssignType assignType, String name, String exp, boolean docString)
-