Метод | Описание | |
---|---|---|
TeamCityServiceMessageWriter ( Action |
||
WriteError ( string message, string details ) : void | ||
WriteProgressFinish ( string message ) : void | ||
WriteProgressMessage ( string message ) : void | ||
WriteProgressStart ( string message ) : void | ||
WriteTestFailed ( string name, string message, string details ) : void | ||
WriteTestFailedWithComparisonFailure ( string name, string message, string details, string expected, string actual ) : void | ||
WriteTestFinished ( string name, System.TimeSpan duration ) : void | ||
WriteTestIgnored ( string name, string message ) : void | ||
WriteTestStarted ( string name, bool captureStandardOutput ) : void | ||
WriteTestStdErr ( string name, string text ) : void | ||
WriteTestStdOut ( string name, string text ) : void | ||
WriteTestSuiteFinished ( string name ) : void | ||
WriteTestSuiteStarted ( string name ) : void |
Метод | Описание | |
---|---|---|
AppendEscapedString ( StringBuilder builder, string rawString ) : void | ||
WriteMessage ( Action |
public TeamCityServiceMessageWriter ( Action |
||
writer | Action |
|
Результат | System |
public WriteError ( string message, string details ) : void | ||
message | string | |
details | string | |
Результат | void |
public WriteProgressFinish ( string message ) : void | ||
message | string | |
Результат | void |
public WriteProgressMessage ( string message ) : void | ||
message | string | |
Результат | void |
public WriteProgressStart ( string message ) : void | ||
message | string | |
Результат | void |
public WriteTestFailed ( string name, string message, string details ) : void | ||
name | string | |
message | string | |
details | string | |
Результат | void |
public WriteTestFailedWithComparisonFailure ( string name, string message, string details, string expected, string actual ) : void | ||
name | string | |
message | string | |
details | string | |
expected | string | |
actual | string | |
Результат | void |
public WriteTestFinished ( string name, System.TimeSpan duration ) : void | ||
name | string | |
duration | System.TimeSpan | |
Результат | void |
public WriteTestIgnored ( string name, string message ) : void | ||
name | string | |
message | string | |
Результат | void |
public WriteTestStarted ( string name, bool captureStandardOutput ) : void | ||
name | string | |
captureStandardOutput | bool | |
Результат | void |
public WriteTestStdErr ( string name, string text ) : void | ||
name | string | |
text | string | |
Результат | void |
public WriteTestStdOut ( string name, string text ) : void | ||
name | string | |
text | string | |
Результат | void |
public WriteTestSuiteFinished ( string name ) : void | ||
name | string | |
Результат | void |
public WriteTestSuiteStarted ( string name ) : void | ||
name | string | |
Результат | void |