** Tags added: feature framework -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/917590
Title: Combination of Repeat attribute and TestCase attribute not working. Status in NUnit 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/nunit-3.0/+bug/917590/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~nunit-core Post to : nunit-core@lists.launchpad.net Unsubscribe : https://launchpad.net/~nunit-core More help : https://help.launchpad.net/ListHelp