diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-12-27 02:09:56 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-12-27 02:09:56 -0800 |
commit | b6897fdd46d1d252c5647d978ee49fd67684ae07 (patch) | |
tree | e6c442a158af6b5ddf064a66711baac0a63f60f6 /tools/NUnit/doc/assemblyIsolation.html | |
parent | e0d0da142fd6746fefcb1257f0e5dcff89133a08 (diff) | |
download | DotNetOpenAuth-b6897fdd46d1d252c5647d978ee49fd67684ae07.zip DotNetOpenAuth-b6897fdd46d1d252c5647d978ee49fd67684ae07.tar.gz DotNetOpenAuth-b6897fdd46d1d252c5647d978ee49fd67684ae07.tar.bz2 |
Added missing NUnit binary files.
Diffstat (limited to 'tools/NUnit/doc/assemblyIsolation.html')
-rw-r--r-- | tools/NUnit/doc/assemblyIsolation.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/tools/NUnit/doc/assemblyIsolation.html b/tools/NUnit/doc/assemblyIsolation.html index 7fb24f5..284432b 100644 --- a/tools/NUnit/doc/assemblyIsolation.html +++ b/tools/NUnit/doc/assemblyIsolation.html @@ -41,7 +41,9 @@ <p>If greater separation is desired, test assemblies may be loaded into a separate <b>Process</b> or into multiple processes. This is done automatically by NUnit in the case where the tests are to be run under - a different runtime from the one that NUnit is currently using. + a different runtime from the one that NUnit is currently using. Tests + running in a separate process are executed under the control of the + <a href="nunit-agent.html">nunit-agent</a> program. <h3>Controlling Isolation</h3> @@ -66,12 +68,13 @@ <p>Isolation settings may be specified for an individual NUnit project using the <a href="projectEditor.html">Project Editor</a>. + </div> <!-- Submenu --> <div id="subnav"> <ul> -<li><a href="index.html">NUnit 2.5.5</a></li> +<li><a href="index.html">NUnit 2.5.9</a></li> <ul> <li><a href="getStarted.html">Getting Started</a></li> <li><a href="assertions.html">Assertions</a></li> @@ -82,6 +85,7 @@ <li><a href="nunit-console.html">Console Runner</a></li> <li><a href="nunit-gui.html">Gui Runner</a></li> <li><a href="pnunit.html">PNUnit Runner</a></li> +<li><a href="nunit-agent.html">NUnit Agent</a></li> <li><a href="runtimeSelection.html">Runtime Selection</a></li> <li id="current"><a href="assemblyIsolation.html">Assembly Isolation</a></li> <li><a href="configFiles.html">Configuration Files</a></li> @@ -100,7 +104,7 @@ <!-- Standard Footer for NUnit.org --> <div id="footer"> - Copyright © 2009 Charlie Poole. All Rights Reserved. + Copyright © 2010 Charlie Poole. All Rights Reserved. </div> <!-- End of Footer --> |