ReSharper 2023.3 Help

Code Inspection: NUnit. Redundant argument in TestCase attribute

This inspection notifies you that according to the test method signature, an argument in the [TestCase] attribute is redundant.

Although a redundant argument will be ignored during test execution, it is a good idea to remove it to reduce the chances of unexpected behavior if you decide to modify the method in the future.

Last modified: 21 March 2024