ReSharper
 
Get ReSharper
Get your hands on the new features ahead of the release by joining the Early Access Program for ReSharper 2025.1! Learn more

Code inspection: NUnit. Missing arguments in TestCase attribute.

Last modified: 11 February 2024

This inspection notifies you that according to the test method signature, there are missing arguments in the TestCase attribute.

You need to provide value arguments of compatible types for all test method parameters. For more information, refer to TestCaseAttribute documentation.