phuccaoca123 / mb-unit

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

Add an out-of-process test domain implementation. #112

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It looks like in some cases we may need to run tests out of process to get
maximum robustness.

Motivating examples:

1. In applications that do not use the legacy exception policy, a test that
throws an unhandled exception could easily bring down the application.

2. Running tests out of process makes it easier to ensure that the
assemblies are unloaded promptly so they can be recompiled.

So the idea would be to create a HostProcessTestDomain and a standalone
hosting process executable.

Original issue reported on code.google.com by jeff.br...@gmail.com on 19 Dec 2007 at 7:17

GoogleCodeExporter commented 8 years ago
Moving this up to Alpha 2 because it is required to ensure the robustness of 
tests.

Original comment by jeff.br...@gmail.com on 11 Jan 2008 at 11:36

GoogleCodeExporter commented 8 years ago
Done.
Even added TypeMock and NCover support based on it.

Original comment by jeff.br...@gmail.com on 22 Feb 2008 at 8:04