Click or drag to resize

RaiseAssertions Class

Helper class to test standard event (EventHandler compatible) raise.
Inheritance Hierarchy
SystemObject
  SmartTests.AssertionsRaiseAssertions

Namespace:  SmartTests.Assertions
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
public static class RaiseAssertions
Methods
  NameDescription
Public methodStatic memberCode exampleNotRaised(SmartAssertPlaceHolder, String)
Creates an Assertion that ensure an standard event is not raised in the Act part of your test.
Public methodStatic memberCode exampleNotRaised(SmartAssertPlaceHolder, Object, String)
Creates an Assertion that ensure an standard event is not raised in the Act part of your test.
Public methodStatic memberCode exampleRaised(SmartAssertPlaceHolder, String)
Creates an Assertion that ensure an standard event is raised in the Act part of your test.
Public methodStatic memberCode exampleRaised(SmartAssertPlaceHolder, Object, String)
Creates an Assertion that ensure an standard event is raised in the Act part of your test.
Public methodStatic memberCode exampleRaisedT(SmartAssertPlaceHolder, String, EventHandlerT)
Creates an Assertion that ensure an standard event is raised in the Act part of your test.
Public methodStatic memberCode exampleRaisedT(SmartAssertPlaceHolder, Object, String, EventHandlerT)
Creates an Assertion that ensure an standard event is raised in the Act part of your test.
Top
See Also