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
Properties
| Name |
Description |
| And |
Gets the assertions object for chaining further assertions. |
| Value |
Gets the enumerable value being asserted on. |