public class Runner extends Object
Constructor and Description |
---|
Runner() |
Modifier and Type | Method and Description |
---|---|
static void |
callAsync(String path,
Map<String,Object> arg,
ExecutionHook hook,
java.util.function.Consumer<Runnable> system,
Runnable next) |
static Results |
parallel(Class<?> clazz,
int threadCount) |
static Results |
parallel(Class<?> clazz,
int threadCount,
String reportDir) |
static Results |
parallel(List<String> tags,
List<String> paths,
ExecutionHook hook,
int threadCount,
String reportDir) |
static Results |
parallel(List<String> tags,
List<String> paths,
int threadCount,
String reportDir) |
static Results |
parallel(String tagSelector,
List<Resource> resources,
ExecutionHook hook,
int threadCount,
String reportDir) |
static Results |
parallel(String tagSelector,
List<Resource> resources,
int threadCount,
String reportDir) |
static Map<String,Object> |
runFeature(Class relativeTo,
String path,
Map<String,Object> vars,
boolean evalKarateConfig) |
static Map<String,Object> |
runFeature(Feature feature,
Map<String,Object> vars,
boolean evalKarateConfig) |
static Map<String,Object> |
runFeature(File file,
Map<String,Object> vars,
boolean evalKarateConfig) |
static Map<String,Object> |
runFeature(String path,
Map<String,Object> vars,
boolean evalKarateConfig) |
public static Results parallel(List<String> tags, List<String> paths, int threadCount, String reportDir)
public static Results parallel(List<String> tags, List<String> paths, ExecutionHook hook, int threadCount, String reportDir)
public static Results parallel(String tagSelector, List<Resource> resources, int threadCount, String reportDir)
public static Results parallel(String tagSelector, List<Resource> resources, ExecutionHook hook, int threadCount, String reportDir)
public static Map<String,Object> runFeature(Feature feature, Map<String,Object> vars, boolean evalKarateConfig)
public static Map<String,Object> runFeature(File file, Map<String,Object> vars, boolean evalKarateConfig)
public static Map<String,Object> runFeature(Class relativeTo, String path, Map<String,Object> vars, boolean evalKarateConfig)
public static Map<String,Object> runFeature(String path, Map<String,Object> vars, boolean evalKarateConfig)
public static void callAsync(String path, Map<String,Object> arg, ExecutionHook hook, java.util.function.Consumer<Runnable> system, Runnable next)
Copyright © 2018. All rights reserved.