This is a migrated thread and some comments may be shown as answers.

Nunit Parameterized Tests

1 Answer 42 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Michael
Top achievements
Rank 1
Michael asked on 13 May 2014, 04:16 PM
Does the JustCode unit test window support parametrized tests?  It doesn't seem to be working for me.

[Test]
public void MyTest(
                                [Values(1,2,3)] int x,
                                [Values("A","B")] string s)
{
...
}

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 16 May 2014, 03:14 PM
Hello,

Unfortunately we don't have support for parameterized NUnit tests and don’t have immediate plans to implement one.
However, you can change our plans and make us implement your feature by suggesting it in our feedback portal - http://feedback.telerik.com/Project/100/Feedback/List/All%20Feedback

Regards,
Rumen
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
Michael
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or