Property | Type | Description | |
---|---|---|---|
Events | List |
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 |
public UpdateStatus ( string text, bool log ) : void | ||
text | string | |
log | bool | |
return | void |
public VerifyEventOccured ( MockEventType eventType, string eventText, bool partialMatch ) : void | ||
eventType | MockEventType | |
eventText | string | |
partialMatch | bool | |
return | void |