Base:
property
Properties
Microsoft.VisualStudio.TestPlatform.ObjectModel.TestObject.Properties
6 references to Properties
Microsoft.TestPlatform.CommunicationUtilities (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\TestPlatformJsonContext.TestCase.g.cs (1)
228Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TestCase)obj).Properties,
Microsoft.VisualStudio.TestPlatform.Extensions.TestIds.TestLogger (1)
TestIdsLogger.cs (1)
251foreach (TestProperty property in testCase.Properties)
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (2)
Utility\Converter.cs (2)
276var customProperty = testCase.Properties.FirstOrDefault(t => t.Id.Equals(categoryId)); 298TestProperty? tmiTestIdProperty = rockSteadyTestCase.Properties.FirstOrDefault(
vstest.console (1)
Processors\ListFullyQualifiedTestsArgumentProcessor.cs (1)
342foreach (var testProperty in testCase.Properties)
vstest.console.arm64 (1)
parent\vstest.console\Processors\ListFullyQualifiedTestsArgumentProcessor.cs (1)
342foreach (var testProperty in testCase.Properties)