Looking for alternatives to MbUnit's parallel test, using [attributes]

211 Views Asked by At

MbUnit uses the [Parallelizable(TestScope.*)] attribute for parallel tests, however I cannot use MbUnit because it seems to be discontinued (or soon to be discontinued).

I would like to do something similar with another testing framework, ideally PNUnit, but it could be anything else. What's the closest thing I can get to [Parallelizable(TestScope.*)] attribute for parallel tests in PNUnit? I looked at the documentation and found nothing quite similar. Any suggestions? Thank you.

1

There are 1 best solutions below

0
On BEST ANSWER

It looks like NUnit 3 alpha is a promising alternative to MbUnit.