RecordingConsumer

open class RecordingConsumer<V> : Consumer<V>

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun accept(value: V)
Link copied to clipboard
fun assertValues(vararg expectedValues: V)
Link copied to clipboard
fun assertValuesInAnyOrder(vararg expectedValues: V)
Link copied to clipboard
Link copied to clipboard