Property | Type | Description | |
---|---|---|---|
ProcessMessageQueue | void | ||
RunOnDispatcherThread | void |
Method | Description | |
---|---|---|
BuildProgress ( ) : System | ||
InvokePropertyChanged ( string name ) : void | ||
Reset ( ) : void | ||
Write ( string type, string message ) : void | ||
Write ( string type, string message, string statusDescription ) : void | ||
WriteDebugMessage ( string message ) : void | ||
WriteError ( string type, string message ) : void | ||
WriteHeader ( string header ) : void | ||
WriteTestSuiteStarted ( string name ) : ITestSuiteMessageLogger | ||
WriteWarning ( string type, string message ) : void |
Method | Description | |
---|---|---|
ProcessMessageQueue ( ) : void | ||
RunOnDispatcherThread ( System.Action x ) : void |
public InvokePropertyChanged ( string name ) : void | ||
name | string | |
return | void |
public Write ( string type, string message ) : void | ||
type | string | |
message | string | |
return | void |
public Write ( string type, string message, string statusDescription ) : void | ||
type | string | |
message | string | |
statusDescription | string | |
return | void |
public WriteDebugMessage ( string message ) : void | ||
message | string | |
return | void |
public WriteError ( string type, string message ) : void | ||
type | string | |
message | string | |
return | void |
public WriteTestSuiteStarted ( string name ) : ITestSuiteMessageLogger | ||
name | string | |
return | ITestSuiteMessageLogger |
public WriteWarning ( string type, string message ) : void | ||
type | string | |
message | string | |
return | void |