Skip to content

EnumerableAssertionsChain<TEnumerable, T> Struct

Definition

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

public sealed struct EnumerableAssertionsChain<TEnumerable, T>
   where TEnumerable : IEnumerable<T>

Type Parameters

Name Description
TEnumerable The type of the enumerable being asserted on.
T The type of elements in the enumerable.

Constructors

Name Description
EnumerableAssertionsChain(EnumerableAssertions<TEnumerable, T>) Enables chaining of assertions on an enumerable value after a successful assertion.

Properties

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