public class Group extends Step
| Constructor and Description |
|---|
Group(String name,
String command,
String env,
String cwd,
Group group,
int delay)
Creates a new test step.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(Step child)
Adds the specified step or group as a child of this group.
|
Set<Step> |
children()
Returns the set of child steps and groups contained within this group.
|
public Group(String name, String command, String env, String cwd, Group group, int delay)
name - group namecommand - default commandenv - default path to file to be sourced into the environmentcwd - default path to current working directory for the stepgroup - optional group to which this step belongsdelay - seconds to delay before executingCopyright © 2016. All rights reserved.