Uses of Class
com.intuit.karate.core.FeatureRuntime
-
Packages that use FeatureRuntime Package Description com.intuit.karate com.intuit.karate.cli com.intuit.karate.core -
-
Uses of FeatureRuntime in com.intuit.karate
Methods in com.intuit.karate with parameters of type FeatureRuntime Modifier and Type Method Description default voidRuntimeHook. afterFeature(FeatureRuntime fr)default booleanRuntimeHook. beforeFeature(FeatureRuntime fr) -
Uses of FeatureRuntime in com.intuit.karate.cli
Methods in com.intuit.karate.cli with parameters of type FeatureRuntime Modifier and Type Method Description voidIntellijHook. afterFeature(FeatureRuntime fr)booleanIntellijHook. beforeFeature(FeatureRuntime fr) -
Uses of FeatureRuntime in com.intuit.karate.core
Fields in com.intuit.karate.core declared as FeatureRuntime Modifier and Type Field Description FeatureRuntimeScenarioRuntime. featureRuntimeFeatureRuntimeFeatureRuntime. rootFeatureMethods in com.intuit.karate.core that return FeatureRuntime Modifier and Type Method Description static FeatureRuntimeFeatureRuntime. forTempUse(HttpClientFactory hcf)static FeatureRuntimeFeatureRuntime. of(Feature feature)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)Methods in com.intuit.karate.core with parameters of type FeatureRuntime Modifier and Type Method Description List<Scenario>ScenarioOutline. getScenarios(FeatureRuntime fr)Constructors in com.intuit.karate.core with parameters of type FeatureRuntime Constructor Description ScenarioFileReader(ScenarioEngine engine, FeatureRuntime featureRuntime)ScenarioIterator(FeatureRuntime featureRuntime)ScenarioRuntime(FeatureRuntime featureRuntime, Scenario scenario)
-