3 references to UnitTestType
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (3)
ObjectModel\UnitTestElement.cs (1)
48
get { return Constants.
UnitTestType
; }
TrxLogger.cs (1)
708
if (parentTestElement != null && parentTestElement.TestType.Equals(TrxLoggerConstants.
UnitTestType
))
Utility\Converter.cs (1)
361
Constants.
UnitTestType
;