|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StepModel | |
|---|---|
| com.tngtech.jgiven.report.html | |
| com.tngtech.jgiven.report.model | |
| com.tngtech.jgiven.report.text | |
| Uses of StepModel in com.tngtech.jgiven.report.html |
|---|
| Methods in com.tngtech.jgiven.report.html with parameters of type StepModel | |
|---|---|
void |
ScenarioHtmlWriter.visit(StepModel stepModel)
|
void |
DataTableScenarioHtmlWriter.visit(StepModel stepModel)
|
| Uses of StepModel in com.tngtech.jgiven.report.model |
|---|
| Fields in com.tngtech.jgiven.report.model with type parameters of type StepModel | |
|---|---|
List<StepModel> |
ScenarioCaseModel.steps
|
| Methods in com.tngtech.jgiven.report.model that return StepModel | |
|---|---|
StepModel |
StepModel.addWords(Word... words)
|
StepModel |
ReportModel.getFirstStepModelOfLastScenario()
|
StepModel |
ScenarioCaseModel.getStep(int i)
|
| Methods in com.tngtech.jgiven.report.model with parameters of type StepModel | |
|---|---|
void |
ScenarioCaseModel.addStep(StepModel stepModel)
|
void |
ReportModelVisitor.visit(StepModel methodModel)
|
void |
ReportModelBuilder.writeStep(StepModel stepModel)
|
| Uses of StepModel in com.tngtech.jgiven.report.text |
|---|
| Methods in com.tngtech.jgiven.report.text with parameters of type StepModel | |
|---|---|
void |
DataTablePlainTextScenarioWriter.visit(StepModel stepModel)
|
void |
PlainTextScenarioWriter.visit(StepModel stepModel)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||