public interface ScenarioFactory
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_CORRELATOR_PACKAGE |
static String |
DEFAULT_DESTINATION_PACKAGE |
static String |
DEFAULT_GENERATOR_PACKAGE |
static String |
DEFAULT_RECEIVER_PACKAGE |
static String |
DEFAULT_REPORTER_PACKAGE |
static String |
DEFAULT_SENDER_PACKAGE |
static String |
DEFAULT_SEQUENCE_PACKAGE |
static String |
DEFAULT_VALIDATION_PACKAGE |
Modifier and Type | Method and Description |
---|---|
Scenario |
getScenario()
Constructs the scenario based on previously loaded data.
|
void |
init(URL scenarioUrl)
Initializes all resources needed to prepare the scenario object.
|
static final String DEFAULT_GENERATOR_PACKAGE
static final String DEFAULT_SEQUENCE_PACKAGE
static final String DEFAULT_SENDER_PACKAGE
static final String DEFAULT_REPORTER_PACKAGE
static final String DEFAULT_DESTINATION_PACKAGE
static final String DEFAULT_VALIDATION_PACKAGE
static final String DEFAULT_CORRELATOR_PACKAGE
static final String DEFAULT_RECEIVER_PACKAGE
void init(URL scenarioUrl) throws PerfCakeException
scenarioUrl
- Location of the scenario file.PerfCakeException
- When it was not possible to parse the scenario.Scenario getScenario() throws PerfCakeException
PerfCakeException
- When it was not possible to properly parese the loaded data.Copyright © 2010–2017 PerfCake Community. All rights reserved.