Click or drag to resize

AssertExtension Methods

Methods
  NameDescription
Public methodStatic memberAssert<TSource>(IEnumerable<TSource>, Func<TSource, Boolean>)
Asserts that all elements of a sequence meet a given condition otherwise throws an Exception object.
Public methodStatic memberAssert<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.
Top
See Also