Skip to content

ObjectAssertionsChain<T> Constructors

Enables chaining of assertions on an object value after a successful assertion.

public ObjectAssertionsChain(ObjectAssertions<T> objectAssertions);

Parameters

Name Type Description
objectAssertions ObjectAssertions<T> The assertions object to chain from.