public class TestCase extends Object
Constructor and Description |
---|
TestCase(List<TestStep> testSteps,
gherkin.events.PickleEvent pickleEvent)
Deprecated.
not part of the public api
|
TestCase(List<TestStep> testSteps,
gherkin.events.PickleEvent pickleEvent,
boolean dryRun)
Deprecated.
not part of the public api
|
Modifier and Type | Method and Description |
---|---|
int |
getLine() |
String |
getName() |
String |
getScenarioDesignation() |
List<gherkin.pickles.PickleTag> |
getTags() |
List<TestStep> |
getTestSteps() |
String |
getUri() |
void |
run(EventBus bus)
Deprecated.
not part of the public api
|
@Deprecated public TestCase(List<TestStep> testSteps, gherkin.events.PickleEvent pickleEvent)
testSteps
- of the test casepickleEvent
- the pickle executed by this test case@Deprecated public TestCase(List<TestStep> testSteps, gherkin.events.PickleEvent pickleEvent, boolean dryRun)
testSteps
- of the test casepickleEvent
- the pickle executed by this test casedryRun
- skip execution of the test steps@Deprecated public void run(EventBus bus)
bus
- to which events should be broadcastpublic String getName()
public String getScenarioDesignation()
public String getUri()
public int getLine()
public List<gherkin.pickles.PickleTag> getTags()
Copyright © 2017. All Rights Reserved.