| Package | Description |
|---|---|
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
| Modifier and Type | Method and Description |
|---|---|
Story.RequirementType |
Story.getType() |
static Story.RequirementType |
Story.RequirementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Story.RequirementType[] |
Story.RequirementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Story(String id,
String storyName,
String storyClassName,
String path,
ApplicationFeature feature,
String narrative,
Story.RequirementType type) |
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.