yuva2achieve / mb-unit

Automatically exported from code.google.com/p/mb-unit
1 stars 0 forks source link

Run tests inside of a separate thread or context. #137

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We have to be able to run tests within a new thread or possibly in a custom
execution context of the user's choosing.

Related features:

1. Test and fixture timeouts.
2. STA/MTA support.
3. ASP.Net hosting support.
4. Tolerance of StackOverflowException and ThreadAbortExceptions.

Original issue reported on code.google.com by jeff.br...@gmail.com on 29 Feb 2008 at 8:02

GoogleCodeExporter commented 9 years ago
The Sandbox and ThreadAbortScope abstractions handle timeouts now.  They can be
extended as needed to do other things later on.

Original comment by jeff.br...@gmail.com on 17 Mar 2008 at 11:18