| Package | Description |
|---|---|
| com.intuit.karate.core | |
| com.intuit.karate.netty |
| Modifier and Type | Method and Description |
|---|---|
FeatureServer |
ScriptBridge.start(Map<String,Object> config) |
FeatureServer |
ScriptBridge.start(String mock) |
| Modifier and Type | Method and Description |
|---|---|
static FeatureServer |
FeatureServer.start(File featureFile,
int port,
boolean ssl,
File certFile,
File privateKeyFile,
Map<String,Object> arg) |
static FeatureServer |
FeatureServer.start(File featureFile,
int port,
boolean ssl,
Map<String,Object> arg) |
static FeatureServer |
FeatureServer.start(List<File> featureFiles,
int port,
boolean ssl,
File certFile,
File privateKeyFile,
Map<String,Object> arg) |
static FeatureServer |
FeatureServer.start(List<File> featureFiles,
int port,
boolean ssl,
Map<String,Object> arg) |
| Constructor and Description |
|---|
FileChangedWatcher(File mock,
FeatureServer server,
Integer port,
boolean ssl,
File cert,
File key) |
FileChangedWatcher(List<File> mocks,
FeatureServer server,
Integer port,
boolean ssl,
File cert,
File key) |
Copyright © 2020. All rights reserved.