Uses of Class
com.intuit.karate.Runner.Builder
-
Packages that use Runner.Builder Package Description com.intuit.karate -
-
Uses of Runner.Builder in com.intuit.karate
Classes in com.intuit.karate with type parameters of type Runner.Builder Modifier and Type Class Description static classRunner.Builder<T extends Runner.Builder>Methods in com.intuit.karate that return Runner.Builder Modifier and Type Method Description static Runner.BuilderRunner. builder()Runner.BuilderRunner.Builder. copy()static Runner.BuilderRunner. path(String... paths)static Runner.BuilderRunner. path(List<String> paths)Runner.BuilderRunner.Builder. threads(int value)Methods in com.intuit.karate with parameters of type Runner.Builder Modifier and Type Method Description static voidRunner. callAsync(Runner.Builder builder, String path, Map<String,Object> arg, PerfHook perfHook)Constructors in com.intuit.karate with parameters of type Runner.Builder Constructor Description Suite(Runner.Builder rb)
-