Uses of Class
com.intuit.karate.core.FeatureResult
-
Packages that use FeatureResult Package Description com.intuit.karate com.intuit.karate.core com.intuit.karate.report -
-
Uses of FeatureResult in com.intuit.karate
Methods in com.intuit.karate that return types with arguments of type FeatureResult Modifier and Type Method Description java.util.stream.Stream<FeatureResult>Results. getFeatureResults()java.util.stream.Stream<FeatureResult>Suite. getFeatureResults()Methods in com.intuit.karate with parameters of type FeatureResult Modifier and Type Method Description voidPerfHook. afterFeature(FeatureResult fr)voidSuite. saveFeatureResults(FeatureResult fr) -
Uses of FeatureResult in com.intuit.karate.core
Fields in com.intuit.karate.core declared as FeatureResult Modifier and Type Field Description FeatureResultFeatureRuntime. resultMethods in com.intuit.karate.core that return FeatureResult Modifier and Type Method Description static FeatureResultFeatureResult. fromKarateJson(File workingDir, Map<String,Object> map)Methods in com.intuit.karate.core that return types with arguments of type FeatureResult Modifier and Type Method Description List<FeatureResult>StepResult. getCallResults()Methods in com.intuit.karate.core with parameters of type FeatureResult Modifier and Type Method Description voidScenarioRuntime. addCallResult(FeatureResult fr)voidTagResults. addFeatureResult(FeatureResult fr)voidTimelineResults. addFeatureResult(FeatureResult fr)Method parameters in com.intuit.karate.core with type arguments of type FeatureResult Modifier and Type Method Description voidStepResult. addCallResults(List<FeatureResult> values)voidStepResult. setCallResults(List<FeatureResult> callResults) -
Uses of FeatureResult in com.intuit.karate.report
Methods in com.intuit.karate.report with parameters of type FeatureResult Modifier and Type Method Description default ReportSuiteReports. featureReport(Suite suite, FeatureResult featureResult)static FileReportUtils. saveCucumberJson(String targetDir, FeatureResult result, String fileName)static FileReportUtils. saveJunitXml(String targetDir, FeatureResult result, String fileName)static FileReportUtils. saveKarateJson(String targetDir, FeatureResult result, String fileName)
-