C# Class AOUT.CH5.Logan.Tests.EventsVerifier

Inheritance: IDisposable
Show file Open project: royosherove/aout1 Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Expect ( object target, string eventName ) : void
ExpectNoEvent ( object target, string eventName ) : void
Verify ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Expect() public method

public Expect ( object target, string eventName ) : void
target object
eventName string
return void

ExpectNoEvent() public method

public ExpectNoEvent ( object target, string eventName ) : void
target object
eventName string
return void

Verify() public method

public Verify ( ) : void
return void