ReadOnlySetAssertionsChain<TSet, T> Struct
Definition
Enables chaining of assertions on a read-only set value after a successful assertion.
public sealed struct ReadOnlySetAssertionsChain<TSet, T>
where TSet : IReadOnlySet<T>
Type Parameters
| Name | Description |
|---|---|
TSet |
The type of the set being asserted on. |
T |
The type of elements in the set. |
Constructors
| Name | Description |
|---|---|
ReadOnlySetAssertionsChain(ReadOnlySetAssertions<TSet, T>) |
Enables chaining of assertions on a read-only set value after a successful assertion. |
Properties
| Name | Description |
|---|---|
And |
Gets the assertions object for chaining further assertions. |
Value |
Gets the set value being asserted on. |