Reporter | Anup Shah (anup@onenaught.com) |
---|---|
Created | Mar 12, 2018 1:49:29 PM |
Updated | Apr 14, 2018 6:10:50 PM |
Subsystem | Code Analysis - C# |
Assignee | Ivan Serduk (IvanSerduk) |
Priority | Normal |
State | Submitted |
Type | Bug |
Fix version | No Fix versions |
Affected versions | 2016.3.2 |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
Problem:
Try to use the [Values] attribute in an NUnit test, as seen in any example here: https://github.com/nunit/docs/wiki/Values-Attribute
By default you will get the NUnit.MethodWithParametersAndTestAttribute warning.
Example:
Expected behaviour:
No warning.