← Back to team overview

nunit-core team mailing list archive

[Bug 917590] [NEW] Combination of Repeat attribute and TestCase attribute not working.

 

You have been subscribed to a public bug:

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.

** Affects: nunit-3.0
     Importance: Undecided
         Status: New

-- 
Combination of Repeat attribute and TestCase attribute not working.
https://bugs.launchpad.net/bugs/917590
You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework.


References