JetBrains Rider 2024.1 Help

Code Inspection: NUnit. Missing arguments in TestCase attribute

Category

NUnit

ID

NUnit.MissingArgumentsInTestCaseAttribute

EditorConfig

resharper_n_unit_missing_arguments_in_test_case_attribute_highlighting

Default severity

Warning

Language

C#

Requires SWA

No

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.

Last modified: 17 April 2024