Interface | Description |
---|---|
ScenarioFactory |
Interface of factories that can load a scenario from various resources.
|
Class | Description |
---|---|
DslFactory |
Loads the scenario from a DSL script.
|
ReplayResults |
Replays the results previously recorded with
RawReporter . |
Scenario |
Encapsulates whole test execution, contains all information necessary to run the test.
|
ScenarioBuilder |
A Java based builder for creating
Scenario instance, which can be run by ScenarioExecution . |
ScenarioLoader |
Loads
Scenario instance, which can be run by ScenarioExecution based on its file type. |
XmlFactory |
Loads the scenario from an XML file.
|
Copyright © 2010–2017 PerfCake Community. All rights reserved.