2 references to TestTypePropertyIdentifier
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (2)
Utility\Constants.cs (1)
109
public static readonly TestProperty TestTypeProperty = TestProperty.Register("TestType",
TestTypePropertyIdentifier
, typeof(Guid), TestPropertyAttributes.Hidden, typeof(ObjectModel.TestResult));
Utility\Converter.cs (1)
355
TestProperty? testTypeProperty = testResult.Properties.FirstOrDefault(property => property.Id.Equals(Constants.
TestTypePropertyIdentifier
));