C# 클래스 AOUT.CH5.Logan.Tests.EventExpectation

상속: IDisposable
파일 보기 프로젝트 열기: royosherove/aout1 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
ExpectEvent ( object target, string eventName ) : void
ExpectNoFire ( object target, string eventName ) : void
MyEventCallback ( Type eventType, object args ) : void
Verify ( ) : void

비공개 메소드들

메소드 설명
registerLocallyForEvent ( EventInfo eventInfo, object target ) : MethodInfo
subscribeToEvent ( object target, string eventName ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ExpectEvent() 공개 메소드

public ExpectEvent ( object target, string eventName ) : void
target object
eventName string
리턴 void

ExpectNoFire() 공개 메소드

public ExpectNoFire ( object target, string eventName ) : void
target object
eventName string
리턴 void

MyEventCallback() 공개 메소드

public MyEventCallback ( Type eventType, object args ) : void
eventType System.Type
args object
리턴 void

Verify() 공개 메소드

public Verify ( ) : void
리턴 void