Base:
property
Properties
Microsoft.VisualStudio.TestPlatform.ObjectModel.TestObject.Properties
9 references to Properties
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (2)
HtmlLogger.cs (2)
386
var parentExecutionIdProperty = testResult.
Properties
.FirstOrDefault(property =>
400
var executionIdProperty = testResult.
Properties
.FirstOrDefault(property =>
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (3)
Utility\Converter.cs (3)
319
TestProperty? parentExecutionIdProperty = testResult.
Properties
.FirstOrDefault(
334
TestProperty? executionIdProperty = testResult.
Properties
.FirstOrDefault(
355
TestProperty? testTypeProperty = testResult.
Properties
.FirstOrDefault(property => property.Id.Equals(Constants.TestTypePropertyIdentifier));
vstest.console (2)
Internal\ConsoleLogger.cs (2)
382
var parentExecutionIdProperty = testResult.
Properties
.FirstOrDefault(property =>
396
var executionIdProperty = testResult.
Properties
.FirstOrDefault(property =>
vstest.console.arm64 (2)
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (2)
382
var parentExecutionIdProperty = testResult.
Properties
.FirstOrDefault(property =>
396
var executionIdProperty = testResult.
Properties
.FirstOrDefault(property =>