constructor-igor / NUnit.That.Resharper.Plugin

Resharper plugin for NUnit support
MIT License
3 stars 0 forks source link

Attribute TestCase: "Result" to "ExpectedResult" #26

Open constructor-igor opened 9 years ago

constructor-igor commented 9 years ago
[TestCase("data.txt", Result="data")]

to

[TestCase("data.txt", ExpectedResult="data")]