mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
some more tests
This commit is contained in:
parent
16dc45ab46
commit
0bb0f6671d
5 changed files with 131 additions and 19 deletions
|
|
@ -186,7 +186,16 @@ public class ConfigurationBuilder {
|
|||
* @return the scenario configuration builder
|
||||
*/
|
||||
public static ScenarioBuilder scenario(final String name) {
|
||||
return new ScenarioBuilder(name);
|
||||
return new ScenarioBuilder().name(name);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a new scenario configuration.
|
||||
*
|
||||
* @return the scenario configuration builder
|
||||
*/
|
||||
public static ScenarioBuilder scenario() {
|
||||
return scenario(null);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue