ReSharper 2018.3 Help

Code Inspection: NUnit. Parameters without provided values in test method

If you write parameterized NUnit tests, you must provide data values for each test parameter. There are different ways in which you can specify data values, which are described in the Parameterized Tests section of the NUnit documentation.

Last modified: 25 April 2019

See Also