Skip to content

Commit

Permalink
Update docs for removed ListMapper
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanKilleen committed Nov 11, 2024
1 parent 32d2916 commit 8c9d061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/nunit/writing-tests/ListMapper.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ListMapper

> [!IMPORTANT]
> > ListMapper has been deprecated as of NUnit Framework 3.13.2. The functionality will be removed in NUnit Framework 4.0.
> > ListMapper has been deprecated as of NUnit Framework 3.13.2. The functionality was removed in NUnit Framework 4.0.
Unlike Constraint classes, `ListMapper` is used to modify the actual
value argument to `Assert.That()`. It transforms the actual value, which
Expand Down

0 comments on commit 8c9d061

Please sign in to comment.