public class Scenario extends AbstractNoraUiCli
ENVIRONMENTS, GOOGLE_INJECT_SINGLETON_ANNOTATION, IMPORT_SLF4J_LOGGER, NORAUI_LOGGABLE_ANNOTATION, RESOURCES
Modifier | Constructor and Description |
---|---|
|
Scenario() |
protected |
Scenario(String mainPath) |
Modifier and Type | Method and Description |
---|---|
void |
add(String scenarioName,
String description,
String applicationName,
String noraRobotName,
boolean verbose)
Add new scenario to your robot.
|
List<String> |
get() |
void |
remove(String scenarioName,
String noraRobotName,
Class<?> robotCounter,
boolean verbose)
Remove old scenario to your robot.
|
getJavaClassHeaders, updateFile
public Scenario()
protected Scenario(String mainPath)
public void add(String scenarioName, String description, String applicationName, String noraRobotName, boolean verbose)
scenarioName
- name of scenario.description
- is description of scenario.applicationName
- name of application.noraRobotName
- Name of your robot generated by NoraUi Maven archetype.verbose
- boolean to activate verbose mode (show more traces).public void remove(String scenarioName, String noraRobotName, Class<?> robotCounter, boolean verbose)
scenarioName
- name of scenario removed.noraRobotName
- Name of your robot generated by NoraUi Maven archetype.robotCounter
- Counter class from robot.verbose
- boolean to activate verbose mode (show more traces).Copyright © 2023 NoraUi. All rights reserved.