From 8c9d061044334ec31e6cd1788bff3a48abbef06a Mon Sep 17 00:00:00 2001 From: Sean Killeen Date: Mon, 11 Nov 2024 17:10:07 +0000 Subject: [PATCH] Update docs for removed ListMapper --- docs/articles/nunit/writing-tests/ListMapper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/nunit/writing-tests/ListMapper.md b/docs/articles/nunit/writing-tests/ListMapper.md index 9be2a2cff..cc23d4037 100644 --- a/docs/articles/nunit/writing-tests/ListMapper.md +++ b/docs/articles/nunit/writing-tests/ListMapper.md @@ -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