Uses of Class
com.intuit.karate.core.FeatureCall
-
Packages that use FeatureCall Package Description com.intuit.karate com.intuit.karate.core com.intuit.karate.resource -
-
Uses of FeatureCall in com.intuit.karate
Fields in com.intuit.karate with type parameters of type FeatureCall Modifier and Type Field Description List<FeatureCall>Suite. featuresMethods in com.intuit.karate that return FeatureCall Modifier and Type Method Description static FeatureCallFileUtils. parseFeatureAndCallTag(String path)Methods in com.intuit.karate that return types with arguments of type FeatureCall Modifier and Type Method Description List<FeatureCall>Runner.Builder. resolveAll()Methods in com.intuit.karate with parameters of type FeatureCall Modifier and Type Method Description static Map<String,Object>Runner. runFeature(FeatureCall feature, Map<String,Object> vars, boolean evalKarateConfig) -
Uses of FeatureCall in com.intuit.karate.core
Fields in com.intuit.karate.core declared as FeatureCall Modifier and Type Field Description FeatureCallFeatureRuntime. featureCallFeatureCallScenarioCall. featureCallMethods in com.intuit.karate.core with parameters of type FeatureCall Modifier and Type Method Description ObjectScenarioEngine. callFeature(FeatureCall featureCall, Variable arg, int index, boolean sharedScope)static FeatureRuntimeFeatureRuntime. of(FeatureCall feature)static FeatureRuntimeFeatureRuntime. of(Suite sr, FeatureCall feature)static FeatureRuntimeFeatureRuntime. of(Suite sr, FeatureCall feature, Map<String,Object> arg)static FeatureRuntimeFeatureRuntime. of(Suite sr, FeatureCall feature, Map<String,Object> arg, PerfHook perfHook)Constructors in com.intuit.karate.core with parameters of type FeatureCall Constructor Description ScenarioCall(ScenarioRuntime parentRuntime, FeatureCall featureCall, Variable arg) -
Uses of FeatureCall in com.intuit.karate.resource
Methods in com.intuit.karate.resource that return types with arguments of type FeatureCall Modifier and Type Method Description static List<FeatureCall>ResourceUtils. findFeatureFiles(File workingDir, List<String> paths, String scenarioName)
-