multithreaded nunit framework

J

John Grandy

Does anyone of a multithreaded framework for running suites of nunit tests
in .NET ? Or other solutions. Thanks.
 
A

Alvin Bruney [MVP]

Why do you need a multi-threaded nunit framework? The concept of unit tests
aren't related to threading. If you care to exercise a part of the code
using multiple threads, you simply write the threaded code inside the test
harness. Why isn't this working for you?
 
J

John Grandy

Performance gain when running large suites of tests on nx cpu machines.
Apparently the nunit guys are working on a multi-threaded framework.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top