AssertExtension Methods |
Name | Description | |
---|---|---|
![]() ![]() | Assert<TSource>(IEnumerable<TSource>, Func<TSource, Boolean>) |
Asserts that all elements of a sequence meet a given condition
otherwise throws an Exception object.
|
![]() ![]() | Assert<TSource>(IEnumerable<TSource>, Func<TSource, Boolean>, Func<TSource, Exception>) |
Asserts that all elements of a sequence meet a given condition
otherwise throws an Exception object.
|