Uses of Class
com.intuit.karate.core.FeatureCall
Packages that use FeatureCall
-
Uses of FeatureCall in com.intuit.karate
Fields in com.intuit.karate with type parameters of type FeatureCallMethods in com.intuit.karate that return FeatureCallModifier and TypeMethodDescriptionstatic FeatureCallFileUtils.parseFeatureAndCallTag(String path) Methods in com.intuit.karate that return types with arguments of type FeatureCallMethods in com.intuit.karate with parameters of type FeatureCallModifier and TypeMethodDescriptionRunner.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 FeatureCallModifier and TypeFieldDescriptionfinal FeatureCallFeatureRuntime.featureCallfinal FeatureCallScenarioCall.featureCallMethods in com.intuit.karate.core with parameters of type FeatureCallModifier and TypeMethodDescriptionScenarioEngine.callFeature(FeatureCall featureCall, Variable arg, int index, boolean sharedScope) static FeatureRuntimeFeatureRuntime.of(FeatureCall feature) static FeatureRuntimeFeatureRuntime.of(Suite sr, FeatureCall feature) static FeatureRuntimestatic FeatureRuntimeConstructors in com.intuit.karate.core with parameters of type FeatureCallModifierConstructorDescriptionScenarioCall(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 FeatureCallModifier and TypeMethodDescriptionstatic List<FeatureCall>ResourceUtils.findFeatureFiles(File workingDir, List<String> paths, String scenarioName)