| Package | Description |
|---|---|
| net.thucydides.core.requirements.model |
| Modifier and Type | Method and Description |
|---|---|
Example |
Example.ExampleBuilder.andCardNumber(String cardNumber) |
Example |
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 type,
String narrativeText,
List<Requirement> children,
List<Example> examples) |
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.