C# Class TestJobManager.MockSystem

Inheritance: ISystem
Mostra file Open project: ryanski44/VM-Automation-Framework Class Usage Examples

Public Properties

Property Type Description
Events List

Public Methods

Method Description
MockSystem ( ) : System
Shutdown ( bool restart ) : void
UpdateStatus ( string text ) : void
UpdateStatus ( string text, bool log ) : void
VerifyEventOccured ( MockEventType eventType, string eventText, bool partialMatch ) : void

Method Details

MockSystem() public method

public MockSystem ( ) : System
return System

Shutdown() public method

public Shutdown ( bool restart ) : void
restart bool
return void

UpdateStatus() public method

public UpdateStatus ( string text ) : void
text string
return void

UpdateStatus() public method

public UpdateStatus ( string text, bool log ) : void
text string
log bool
return void

VerifyEventOccured() public method

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

Property Details

Events public_oe property

public List Events
return List