Method | Description | |
---|---|---|
Dispose ( ) : void | ||
ExpectEvent ( object target, string eventName ) : void | ||
ExpectNoFire ( object target, string eventName ) : void | ||
MyEventCallback ( |
||
Verify ( ) : void |
Method | Description | |
---|---|---|
registerLocallyForEvent ( |
||
subscribeToEvent ( object target, string eventName ) : void |
public ExpectEvent ( object target, string eventName ) : void | ||
target | object | |
eventName | string | |
return | void |
public ExpectNoFire ( object target, string eventName ) : void | ||
target | object | |
eventName | string | |
return | void |
public MyEventCallback ( |
||
eventType | ||
args | object | |
return | void |