C# 클래스 TestJobManager.MockSystem

상속: ISystem
파일 보기 프로젝트 열기: ryanski44/VM-Automation-Framework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Events List

공개 메소드들

메소드 설명
MockSystem ( ) : System
Shutdown ( bool restart ) : void
UpdateStatus ( string text ) : void
UpdateStatus ( string text, bool log ) : void
VerifyEventOccured ( MockEventType eventType, string eventText, bool partialMatch ) : void

메소드 상세

MockSystem() 공개 메소드

public MockSystem ( ) : System
리턴 System

Shutdown() 공개 메소드

public Shutdown ( bool restart ) : void
restart bool
리턴 void

UpdateStatus() 공개 메소드

public UpdateStatus ( string text ) : void
text string
리턴 void

UpdateStatus() 공개 메소드

public UpdateStatus ( string text, bool log ) : void
text string
log bool
리턴 void

VerifyEventOccured() 공개 메소드

public VerifyEventOccured ( MockEventType eventType, string eventText, bool partialMatch ) : void
eventType MockEventType
eventText string
partialMatch bool
리턴 void

프로퍼티 상세

Events 공개적으로 프로퍼티

public List Events
리턴 List