зеркало из https://github.com/microsoft/testfx.git
Update 001-protocol-intro.md (#3753)
This commit is contained in:
Родитель
40a6387864
Коммит
6d1ee6e841
|
@ -369,6 +369,12 @@ interface TestNode {
|
||||||
// Example: "location.line-end": 9,
|
// Example: "location.line-end": 9,
|
||||||
'location.line-end'?: number;
|
'location.line-end'?: number;
|
||||||
|
|
||||||
|
// Standard output associated with the test node
|
||||||
|
'standardOutput'?: string;
|
||||||
|
|
||||||
|
// Standard error associated with the test node
|
||||||
|
'standardError'?: string;
|
||||||
|
|
||||||
// Result properties:
|
// Result properties:
|
||||||
|
|
||||||
// Example: "execution-state": "failed",
|
// Example: "execution-state": "failed",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче