Skip to content

StringAssertionsChain Struct

Definition

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

public sealed struct StringAssertionsChain

Constructors

Name Description
StringAssertionsChain(StringAssertions) Enables chaining of assertions on a string value after a successful assertion.

Properties

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