public class FeatureContext extends Object
| Modifier and Type | Field and Description |
|---|---|
Map<String,CallResult> |
callCache |
String |
env |
Feature |
feature |
String |
packageQualifiedName |
Path |
parentPath |
String |
tagSelector |
| Constructor and Description |
|---|
FeatureContext(String envString,
Feature feature,
File workingDir,
String tagSelector) |
FeatureContext(String env,
Feature feature,
String tagSelector) |
| Modifier and Type | Method and Description |
|---|---|
static FeatureContext |
forEnv() |
static FeatureContext |
forEnv(String env) |
static FeatureContext |
forFeatureAndWorkingDir(String env,
Feature feature,
File file) |
static FeatureContext |
forWorkingDir(File file) |
static FeatureContext |
forWorkingDir(String env,
File file) |
String |
toString() |
public final String env
public final String tagSelector
public final Feature feature
public final Path parentPath
public final Map<String,CallResult> callCache
public final String packageQualifiedName
public FeatureContext(String envString, Feature feature, File workingDir, String tagSelector)
public static FeatureContext forEnv(String env)
public static FeatureContext forEnv()
public static FeatureContext forWorkingDir(File file)
public static FeatureContext forWorkingDir(String env, File file)
public static FeatureContext forFeatureAndWorkingDir(String env, Feature feature, File file)
Copyright © 2019. All rights reserved.