expectEventBody

open fun <E : Any> expectEventBody(expected: E.() -> Unit): AE
open fun <E : Any> expectEventBody(expected: Consumer<E>): AE