1 instantiation of DebugAssertException
testhost.x86 (1)
TestHostTraceListener.cs (1)
73
return new
DebugAssertException
(wholeMessage, stackTrace);
2 references to DebugAssertException
testhost.x86 (2)
TestHostTraceListener.cs (2)
46
private static
DebugAssertException
GetException(string? message)
71
var wholeMessage = $"Method {methodName} failed with '{message}', and was translated to {typeof(
DebugAssertException
).FullName} to avoid terminating the process hosting the test.";