C# Class TestJobManager.MockSystem

Inheritance: ISystem
Afficher le fichier Open project: ryanski44/VM-Automation-Framework Class Usage Examples

Méthodes publiques

Свойство Type Description
Events List

Méthodes publiques

Méthode 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 méthode

public MockSystem ( ) : System
Résultat System

Shutdown() public méthode

public Shutdown ( bool restart ) : void
restart bool
Résultat void

UpdateStatus() public méthode

public UpdateStatus ( string text ) : void
text string
Résultat void

UpdateStatus() public méthode

public UpdateStatus ( string text, bool log ) : void
text string
log bool
Résultat void

VerifyEventOccured() public méthode

public VerifyEventOccured ( MockEventType eventType, string eventText, bool partialMatch ) : void
eventType MockEventType
eventText string
partialMatch bool
Résultat void

Property Details

Events public_oe property

public List Events
Résultat List