List

class List(asserters: CallAsserter) : CallAsserter

Asserter that delegates to a collection of sub-asserters

Constructors

Link copied to clipboard
constructor(vararg asserters: CallAsserter)

Functions

Link copied to clipboard
open suspend override fun assertEquals(msgPrefix: String, expected: <Error class: unknown class>, actual: <Error class: unknown class>)

Verify that expected and actual are equal according to this asserter's criteria. If not, an AssertionError is thrown.