Uses of Class
com.intuit.karate.core.Feature
-
Packages that use Feature Package Description com.intuit.karate com.intuit.karate.core -
-
Uses of Feature in com.intuit.karate
Methods in com.intuit.karate with parameters of type Feature Modifier and Type Method Description TRunner.Builder. features(Feature... value)Method parameters in com.intuit.karate with type arguments of type Feature Modifier and Type Method Description TRunner.Builder. features(Collection<Feature> value) -
Uses of Feature in com.intuit.karate.core
Fields in com.intuit.karate.core declared as Feature Modifier and Type Field Description FeatureFeatureCall. featureMethods in com.intuit.karate.core that return Feature Modifier and Type Method Description FeatureFeatureResult. getFeature()FeatureScenario. getFeature()FeatureStep. getFeature()static FeatureFeature. read(Resource resource)static FeatureFeature. read(File file)static FeatureFeature. read(String path)Methods in com.intuit.karate.core with parameters of type Feature Modifier and Type Method Description static MockServer.BuilderMockServer. feature(Feature feature)static ScenarioResultScenarioResult. fromKarateJson(File workingDir, Feature feature, Map<String,Object> map)static FeatureRuntimeFeatureRuntime. of(Feature feature)protected static voidFeatureParser. parse(Feature feature)Method parameters in com.intuit.karate.core with type arguments of type Feature Modifier and Type Method Description static MockServer.BuilderMockServer. features(List<Feature> features)Constructors in com.intuit.karate.core with parameters of type Feature Constructor Description FeatureCall(Feature feature)FeatureCall(Feature feature, String callTag, int callLine, String callName)FeatureResult(Feature feature)MockHandler(Feature feature)MockHandler(Feature feature, Map<String,Object> args)Scenario(Feature feature, FeatureSection section, int exampleIndex)ScenarioOutline(Feature feature, FeatureSection section)Step(Feature feature, int index)Constructor parameters in com.intuit.karate.core with type arguments of type Feature Constructor Description MockHandler(String prefix, List<Feature> features, Map<String,Object> args)MockHandler(List<Feature> features)
-