| Package | Description |
|---|---|
| net.thucydides.core.requirements.model |
| Modifier and Type | Method and Description |
|---|---|
Example |
ExampleBuilder.andCardNumber(String cardNumber) |
Example |
ExampleBuilder.andNoCardNumber() |
| Modifier and Type | Method and Description |
|---|---|
List<Example> |
Requirement.getExamples() |
| Modifier and Type | Method and Description |
|---|---|
Requirement |
Requirement.withExample(Example example) |
| Modifier and Type | Method and Description |
|---|---|
Requirement |
Requirement.withExamples(List<Example> examples) |
| Constructor and Description |
|---|
Requirement(String name,
String displayName,
String cardNumber,
String parent,
String type,
CustomFieldValue narrative,
List<Requirement> children,
List<Example> examples,
List<String> releaseVersions) |
Requirement(String name,
String displayName,
String cardNumber,
String parent,
String type,
CustomFieldValue narrative,
List<Requirement> children,
List<Example> examples,
List<String> releaseVersions,
List<CustomFieldValue> customFields) |
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.