public class Group extends Step
| Constructor and Description |
|---|
Group(String name,
String command,
String env,
String cwd,
Group group)
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)
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 belongsCopyright © 2015. All rights reserved.