EnumerableExtensions Class
Definition
Extension methods that provide non-generic enumerable assertions.
public static class EnumerableExtensions
Methods
| Name | Description |
|---|---|
NotSequenceEqual<T>(ObjectAssertions<T>, IEnumerable<Object>) |
Asserts that the non-generic enumerable is not sequence equal to the expected elements. |
SequenceEqual<T>(ObjectAssertions<T>, IEnumerable<Object>) |
Asserts that the non-generic enumerable is sequence equal to the expected elements. |