public class Pickle extends Object
| Constructor and Description |
|---|
Pickle(String name,
List<PickleStep> steps,
List<PickleTag> tags,
PickleLocation... source) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTestStep(PickleStep pickleStep) |
String |
getName() |
List<PickleLocation> |
getSource() |
List<PickleStep> |
getSteps() |
public Pickle(String name, List<PickleStep> steps, List<PickleTag> tags, PickleLocation... source)
public void addTestStep(PickleStep pickleStep)
public String getName()
public List<PickleStep> getSteps()
public List<PickleLocation> getSource()
Copyright © 2015. All rights reserved.