Add test for TimelineItemPollView
This commit is contained in:
parent
a13862e7a9
commit
28f26b1aae
3 changed files with 103 additions and 0 deletions
|
|
@ -31,6 +31,10 @@ class EventsRecorder<T>(
|
|||
}
|
||||
}
|
||||
|
||||
fun assertEmpty() {
|
||||
assertThat(events).isEmpty()
|
||||
}
|
||||
|
||||
fun assertSingle(event: T) {
|
||||
assertList(listOf(event))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue