We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90be2ed commit e3f964eCopy full SHA for e3f964e
site/docs/capturing-output.md
@@ -8,7 +8,7 @@ In order to assist in debugging failing test (especially when running them on re
8
9
* xUnit.net v1 always captured output from `Console`, `Debug`, and `Trace`.
10
11
-* xUnit.net v2 removed this ability and replaced it with an injectable `ITraceOutputHelper` that could be used to capture output from a test.
+* xUnit.net v2 removed this ability and replaced it with an injectable `ITestOutputHelper` that could be used to capture output from a test.
12
13
* xUnit.net v3 reintroduced the ability to capture output, which is disabled by default for backward compatibility with v2.
14
0 commit comments