Base:
property
Properties
Microsoft.VisualStudio.TestPlatform.ObjectModel.TestObject.Properties
11 references to Properties
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\65\TestPlatformJsonContext.TestResult.g.cs (2)
283
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TestResult)obj).
Properties
,
371
IEnumerableTestPropertySerializeHandler(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TestResult)value).
Properties
);
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (2)
HtmlLogger.cs (2)
395
var parentExecutionIdProperty = testResult.
Properties
.FirstOrDefault(property =>
409
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 =>