Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: void AssertAll<T>(IEnumerable<T>, Func<T, bool>, string)

  • Declared in: RT.Util.Ut

Declaration

public static void AssertAll<T>(
    IEnumerable<T> collection,
    Func<T, bool> assertion,
    string message = null
)

Summary

Checks the specified condition and causes the debugger to break if it is false. Throws an Exception afterwards.

Generic type parameters

TThis type parameter is not documented.