You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Source/Tests/AssertWarnings.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@
25
25
26
26
namespaceTests
27
27
{
28
+
// TODO: This class needs to be removed and replaced with a `JsonReaderTests`-style warning counter, instead of modifying global state (`Trace.Listeners`)
28
29
/// <summary>
29
30
/// This class can be used to test for Trace.TraceWarning() calls.
30
31
/// Instead of having the warnings go to the output window of xunit, they are captured by this class.
0 commit comments