4 references to Error
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (4)
TrxLogger.cs (3)
249runMessage = new RunInfo(e.Message, null, Environment.MachineName, TrxLoggerObjectModel.TestOutcome.Error); 380TestResultOutcome = TrxLoggerObjectModel.TestOutcome.Error; 383RunInfo runMessage = new(msg, null, Environment.MachineName, TrxLoggerObjectModel.TestOutcome.Error);
Utility\Converter.cs (1)
419testResult.Outcome = TrxObjectModel.TestOutcome.Error;