Jagger
|
By extending JaggerPropertiesProvider you get access to all Jagger properties and test properties. More...
Public Member Functions | |
JLoadScenario | exampleJaggerLoadScenario () |
JLoadScenario | myFirstJaggerLoadScenario () |
Public Member Functions inherited from JaggerPropertiesProvider | |
String | getEnvPropertyValue (String key) |
String | getTestPropertyValue (String key) |
By extending JaggerPropertiesProvider you get access to all Jagger properties and test properties.
You can use them for configuration of JLoadScenario.
Benefit of this approach is that you can change JLoadScenario configuration by changing properties file and no recompilation is needed.
Properties in test.properties do not override properties from environment.properties.
Definition at line 52 of file ExampleJLoadScenarioProvider.java.