public class ConfigurationFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_FILE_PROPERTY |
| Constructor and Description |
|---|
ConfigurationFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
configureBuildNumber(net.masterthought.cucumber.Configuration configuration,
Properties properties) |
protected static void |
configureClassifications(net.masterthought.cucumber.Configuration configuration,
Properties properties) |
protected static void |
configureParallelTesting(net.masterthought.cucumber.Configuration configuration,
Properties properties) |
protected static void |
configureRunWithJenkins(net.masterthought.cucumber.Configuration configuration,
Properties properties) |
static net.masterthought.cucumber.Configuration |
getConfiguration(File outputDir) |
protected static String |
getPropertiesFilename() |
protected static InputStream |
getPropertiesStream() |
protected static Properties |
loadProperties() |
public static final String CONFIG_FILE_PROPERTY
public static net.masterthought.cucumber.Configuration getConfiguration(File outputDir)
protected static void configureParallelTesting(net.masterthought.cucumber.Configuration configuration,
Properties properties)
protected static void configureRunWithJenkins(net.masterthought.cucumber.Configuration configuration,
Properties properties)
protected static void configureBuildNumber(net.masterthought.cucumber.Configuration configuration,
Properties properties)
protected static void configureClassifications(net.masterthought.cucumber.Configuration configuration,
Properties properties)
protected static Properties loadProperties()
protected static InputStream getPropertiesStream()
protected static String getPropertiesFilename()
Copyright © 2019. All rights reserved.