chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
0 votes

Is support for NUnit's Values attribute on the roadmap?

https://github.com/nunit/docs/wiki/Values-Attribute

[Test()]
public void Throttle_WhenCalled_DelaysForSpecifiedTime(
    [Values(10, 20, 100)] int nTestMillis)

I am replacing my instances of Values with TestCases for now.

asked by KentRollins (2.7k points)

1 Answer

+1 vote
 
Best answer
Hi,

It is on the roadmap now :-)
answered by eli (5.7k points)
selected by KentRollins
...