Code inspection: NUnit. Missing expected result for non-void test method.

Last modified: 08 April 2024

This inspection draws your attention to the fact that the expected result is missing in the Test or TestCase attribute for a test method with a return value. JetBrains Rider also suggests a quick-fix that adds the ExpectedResult argument with the default value of the compatible type, which you can then replace with a desired value.