api

http4k / org.http4k.testing / RecordingEvents

RecordingEvents

class RecordingEvents : Events, Iterable<Event>

Simple recording events that can be used in tests

Constructors

Name Summary
<init> Simple recording events that can be used in testsRecordingEvents()

Functions

Name Summary
invoke fun invoke(p1: Event): Unit
iterator fun iterator(): MutableIterator<Event!>