RootExpect

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

Represents the root of an Expect chain, intended as extension point for functionality which should only be available on the root.

Types

Link copied to clipboard
object Companion