public class Transcript extends Object
| Constructor and Description |
|---|
Transcript() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String event) |
void |
assertEventsInclude(String... expectedEvents) |
void |
assertEventsSoFar(String... expectedEvents) |
void |
assertNoEventsSoFar() |
void |
clear() |
List<String> |
getEvents() |
Copyright © 2016. All rights reserved.