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.