Skip to content

BooleanAssertionsChain Struct

Definition

Enables chaining of assertions on a boolean value after a successful assertion.

public sealed struct BooleanAssertionsChain

Constructors

Name Description
BooleanAssertionsChain(BooleanAssertions) Enables chaining of assertions on a boolean value after a successful assertion.

Properties

Name Description
And Gets the assertions object for chaining further assertions.
Value Gets the boolean value being asserted on.