RepeatedTest NUnit attribute
RepeatedTest is an extension attribute (nunit.core.extensions.dll) that
will run a test multiple times. It replaces the usual Test attribute
(you can't use both attributes together).
R#'s runner doesn't recognize this attribute.
Please sign in to leave a comment.
Thank you for the feedback.
We'll implement this attribute support.
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Chris Morris" <chris.morris@einstruction.com> wrote in message
news:el9hau$49h$1@is.intellij.net...
>