Expect

interface Expect<T>(source)

Represents the extension point for Assertion functions and sophisticated builders for subjects of type T.

Parameters

T

The type of the subject of this expectation.

Inheritors