Method EndAssertions
EndAssertions()
Ends an assertions session previously started by a call to BeginAssertions().
Declaration
public static void EndAssertions()
Exceptions
| Type | Condition |
|---|---|
| System.InvalidOperationException | Thrown if no assertions session has been started. |