public class Runner extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Runner.Builder<T extends Runner.Builder> |
Constructor and Description |
---|
Runner() |
Modifier and Type | Method and Description |
---|---|
static Runner.Builder |
builder() |
static void |
callAsync(Runner.Builder builder,
String path,
Map<String,Object> arg,
PerfHook perfHook) |
static Results |
parallel(Class<?> clazz,
int threadCount)
Deprecated.
|
static Results |
parallel(Class<?> clazz,
int threadCount,
String reportDir)
Deprecated.
|
static Results |
parallel(int threadCount,
String... tagsOrPaths)
Deprecated.
|
static Results |
parallel(List<String> tags,
List<String> paths,
int threadCount,
String reportDir)
Deprecated.
|
static Results |
parallel(List<String> tags,
List<String> paths,
String scenarioName,
List<RuntimeHook> hooks,
int threadCount,
String reportDir)
Deprecated.
|
static Results |
parallel(String reportDir,
int threadCount,
String... tagsOrPaths)
Deprecated.
|
static Runner.Builder |
path(List<String> paths) |
static Runner.Builder |
path(String... paths) |
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 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(Runner.Builder builder, String path, Map<String,Object> arg, PerfHook perfHook)
@Deprecated public static Results parallel(Class<?> clazz, int threadCount)
builder()
@Deprecated public static Results parallel(Class<?> clazz, int threadCount, String reportDir)
builder()
@Deprecated public static Results parallel(List<String> tags, List<String> paths, int threadCount, String reportDir)
builder()
@Deprecated public static Results parallel(int threadCount, String... tagsOrPaths)
builder()
@Deprecated public static Results parallel(String reportDir, int threadCount, String... tagsOrPaths)
builder()
@Deprecated public static Results parallel(List<String> tags, List<String> paths, String scenarioName, List<RuntimeHook> hooks, int threadCount, String reportDir)
builder()
public static Runner.Builder path(String... paths)
public static Runner.Builder path(List<String> paths)
public static Runner.Builder builder()
Copyright © 2022. All rights reserved.