Uses of Class
com.intuit.karate.Suite
-
Packages that use Suite Package Description com.intuit.karate com.intuit.karate.cli com.intuit.karate.core com.intuit.karate.report -
-
Uses of Suite in com.intuit.karate
Methods in com.intuit.karate that return Suite Modifier and Type Method Description static SuiteSuite. forTempUse(HttpClientFactory hcf)SuiteResults. getSuite()Methods in com.intuit.karate with parameters of type Suite Modifier and Type Method Description default voidRuntimeHook. afterSuite(Suite suite)default voidRuntimeHook. beforeSuite(Suite suite)static ResultsResults. of(Suite suite) -
Uses of Suite in com.intuit.karate.cli
Methods in com.intuit.karate.cli with parameters of type Suite Modifier and Type Method Description voidIntellijHook. beforeSuite(Suite suite) -
Uses of Suite in com.intuit.karate.core
Fields in com.intuit.karate.core declared as Suite Modifier and Type Field Description SuiteFeatureRuntime. suiteMethods in com.intuit.karate.core with parameters of type Suite Modifier and Type Method Description 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) -
Uses of Suite in com.intuit.karate.report
Methods in com.intuit.karate.report with parameters of type Suite Modifier and Type Method Description default ReportSuiteReports. featureReport(Suite suite, FeatureResult featureResult)default ReportSuiteReports. summaryReport(Suite suite, Results results)default ReportSuiteReports. tagsReport(Suite suite, TagResults tagResults)default ReportSuiteReports. timelineReport(Suite suite, TimelineResults timelineResults)
-