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