EitherBranch

class EitherBranch<T>(val expectations: List<Expectation<T, *>>)

A branch for the ExpectedEither expectation.

Constructors

Link copied to clipboard
constructor(expectations: List<Expectation<T, *>>)

Properties

Link copied to clipboard

The expectations that are a part of this branch.