nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #02469
[Bug 917590] Re: Combination of Repeat attribute and TestCase attribute not working.
Sorry I forgot to mention the Environment.
I am using NUnit 2.6, OS Windows 7 64Bit. .Net 4.0
--
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/917590
Title:
Combination of Repeat attribute and TestCase attribute not working.
Status in NUnit V2 Test Framework:
New
Bug description:
Today I got some intermittent failures in my regression tests, so for
reproducing the bug I added a Repeat attribute with Testcase
attribute. Like this
[Repeat(10)]
[TestCase(Mode.WCF, Execution.Remote, Description = "OutProc Test")]
//Both Mode and Execution is enums
But the Test executed only once.
I am not sure it is reported before, but I couldn't find it in the
buglist.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nunitv2/+bug/917590/+subscriptions
References