Skip to content

DecimalAssertionsChain Struct

Definition

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

public sealed struct DecimalAssertionsChain

Constructors

Name Description
DecimalAssertionsChain(DecimalAssertions) Enables chaining of assertions on a Decimal value after a successful assertion.

Properties

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