![]() | RaiseAssertions Methods |
Name | Description | |
---|---|---|
![]() ![]() ![]() | NotRaised(SmartAssertPlaceHolder, String) |
Creates an Assertion that ensure an standard event is not raised in the Act part of your test.
|
![]() ![]() ![]() | NotRaised(SmartAssertPlaceHolder, Object, String) |
Creates an Assertion that ensure an standard event is not raised in the Act part of your test.
|
![]() ![]() ![]() | Raised(SmartAssertPlaceHolder, String) |
Creates an Assertion that ensure an standard event is raised in the Act part of your test.
|
![]() ![]() ![]() | Raised(SmartAssertPlaceHolder, Object, String) |
Creates an Assertion that ensure an standard event is raised in the Act part of your test.
|
![]() ![]() ![]() | RaisedT(SmartAssertPlaceHolder, String, EventHandlerT) |
Creates an Assertion that ensure an standard event is raised in the Act part of your test.
|
![]() ![]() ![]() | RaisedT(SmartAssertPlaceHolder, Object, String, EventHandlerT) |
Creates an Assertion that ensure an standard event is raised in the Act part of your test.
|