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

Inheritance: IDisposable
Afficher le fichier Open project: royosherove/aout1 Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Expect ( object target, string eventName ) : void
ExpectNoEvent ( object target, string eventName ) : void
Verify ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Expect() public méthode

public Expect ( object target, string eventName ) : void
target object
eventName string
Résultat void

ExpectNoEvent() public méthode

public ExpectNoEvent ( object target, string eventName ) : void
target object
eventName string
Résultat void

Verify() public méthode

public Verify ( ) : void
Résultat void