JetBrains Rider
 
2021.3
Get JetBrains Rider
You are viewing the documentation for an earlier version of JetBrains Rider.

Code Inspection: NUnit. Missing arguments in TestCase attribute

Last modified: 07 April 2022

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 details and examples, see TestCaseAttribute documentation.