Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
ExpectEvent ( object target, string eventName ) : void | ||
ExpectNoFire ( object target, string eventName ) : void | ||
MyEventCallback ( |
||
Verify ( ) : void |
Méthode | Description | |
---|---|---|
registerLocallyForEvent ( |
||
subscribeToEvent ( object target, string eventName ) : void |
public ExpectEvent ( object target, string eventName ) : void | ||
target | object | |
eventName | string | |
Résultat | void |
public ExpectNoFire ( object target, string eventName ) : void | ||
target | object | |
eventName | string | |
Résultat | void |
public MyEventCallback ( |
||
eventType | ||
args | object | |
Résultat | void |