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

Code Inspection: NUnit. The maximum range value is not reachable with the step value

Last modified: 07 April 2022

If the maximum value specified in the to argument of the NUnit's Range Attribute is beyond the limit of the test parameter type, the test will not work properly:

  • In NUnit 2.x, tests with out-of-the-bounds values will not be executed.

  • In NUnit 3.x the test will fail with the Out of range error.