Search code examples
unit-testingtestingnunitmbunitpnunit

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


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.


Solution

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