DelegatingExpect

interface DelegatingExpect<T> : Expect<T> (source)

Represents an Expect which passes on appended Assertions to a given Expect.

Types

Link copied to clipboard
object Companion