| Package | Description |
|---|---|
| com.intuit.karate | |
| com.intuit.karate.core |
| Modifier and Type | Field and Description |
|---|---|
static Resource |
Resource.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
static Resource |
FileUtils.toResource(String path,
ScenarioContext context) |
| Modifier and Type | Method and Description |
|---|---|
static List<Resource> |
FileUtils.scanForFeatureFiles(boolean classpath,
String searchPath,
ClassLoader cl) |
static List<Resource> |
FileUtils.scanForFeatureFiles(List<String> paths,
Class clazz) |
static List<Resource> |
FileUtils.scanForFeatureFiles(List<String> paths,
ClassLoader cl) |
static List<Resource> |
FileUtils.scanForFeatureFilesOnClassPath(ClassLoader cl) |
| Modifier and Type | Method and Description |
|---|---|
Runner.Builder |
Runner.Builder.resources(Resource... resources) |
| Modifier and Type | Method and Description |
|---|---|
static Results |
Runner.parallel(List<Resource> resources,
int threadCount,
String reportDir) |
Runner.Builder |
Runner.Builder.resources(Collection<Resource> resources) |
| Modifier and Type | Method and Description |
|---|---|
Resource |
Feature.getResource() |
| Modifier and Type | Method and Description |
|---|---|
static Feature |
FeatureParser.parse(Resource resource) |
| Constructor and Description |
|---|
Feature(Resource resource) |
Copyright © 2020. All rights reserved.