Uses of Interface
com.intuit.karate.PerfHook
-
Packages that use PerfHook Package Description com.intuit.karate com.intuit.karate.core -
-
Uses of PerfHook in com.intuit.karate
Methods in com.intuit.karate with parameters of type PerfHook Modifier and Type Method Description static voidRunner. callAsync(Runner.Builder builder, String path, Map<String,Object> arg, PerfHook perfHook) -
Uses of PerfHook in com.intuit.karate.core
Fields in com.intuit.karate.core declared as PerfHook Modifier and Type Field Description PerfHookFeatureRuntime. perfHookMethods in com.intuit.karate.core with parameters of type PerfHook Modifier and Type Method Description static FeatureRuntimeFeatureRuntime. of(Suite sr, FeatureCall feature, Map<String,Object> arg, PerfHook perfHook)
-