source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/lib/NUnit/NUnit-2.5.10.11092/doc/runningTests.html@ 1146

Last change on this file since 1146 was 1146, checked in by Sam Habiel, 13 years ago

Initial Import of BMX4

File size: 4.0 KB
Line 
1<!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2<html>
3<!-- Standard Head Part -->
4<head>
5<title>NUnit - RunningTests</title>
6<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
7<meta http-equiv="Content-Language" content="en-US">
8<link rel="stylesheet" type="text/css" href="nunit.css">
9<link rel="shortcut icon" href="favicon.ico">
10</head>
11<!-- End Standard Head Part -->
12
13<body>
14
15<!-- Standard Header for NUnit.org -->
16<div id="header">
17 <a id="logo" href="http://www.nunit.org"><img src="img/logo.gif" alt="NUnit.org" title="NUnit.org"></a>
18 <div id="nav">
19 <a href="http://www.nunit.org">NUnit</a>
20 <a class="active" href="index.html">Documentation</a>
21 </div>
22</div>
23<!-- End of Header -->
24
25<div id="content">
26
27<h2>Running Tests</h2>
28
29<p>Nunit provides three different runners, which may be used to load and
30run your tests.
31
32<ul>
33<li>The <a href="nunit-console.html">console runner</a>,
34 nunit-console.exe, is used for batch execution.
35<li>The <a href="nunit-gui.html">gui runner</a>, nunit.exe,
36 provides interactive loading and running of tests.
37<li>The <a href="pnunit.html">pNUnit runner</a>,
38 pnunit-launcher.exe, is used to run parallel, distributed tests under the
39 control of pNUnit.
40</ul>
41
42<h3>NUnit Agent</h3>
43
44<p>When running tests in a separate process, the console and gui runners
45 make use of the <a href="nunit-agent.html">nunit-agent</a> program, nunit-agent.exe. Although not directly run by users, nunit-agent
46 does load and execute tests and users need to be aware of it, especially
47 when debugging is involved.
48
49<h3>Third-Party Runners</h3>
50
51<p>Various third-party applications are available for loading and running
52 NUnit tests. Some of these actually use NUnit to load the tests, while
53 others provide their own emulation and may not work in the same way
54 that NUnit does.
55
56<p>Because the status of such projects may change from time to time, we don't
57 discuss them individually here. For the latest information, consult the
58 manufacturer of any third-party software or ask other users on our
59 <a href="http://groups.google.com/group/nunit-discuss">discussion list</a>.
60
61<h3>Additional Information</h3>
62
63<p>For additional general information on how tests are loaded and run, see
64
65<ul>
66<li><a href="runtimeSelection.html">Runtime Selection</a><li><a href="assemblyIsolation.html">Assembly Isolation</a><li><a href="configFiles.html">Configuration Files</a><li><a href="multiAssembly.html">Multiple Assemblies</a><li><a href="vsSupport.html">Visual Studio Support</a></ul>
67
68</div>
69
70<!-- Submenu -->
71<div id="subnav">
72<ul>
73<li><a href="index.html">NUnit 2.5.10</a></li>
74<ul>
75<li><a href="getStarted.html">Getting&nbsp;Started</a></li>
76<li><a href="assertions.html">Assertions</a></li>
77<li><a href="constraintModel.html">Constraints</a></li>
78<li><a href="attributes.html">Attributes</a></li>
79<li id="current"><a href="runningTests.html">Running&nbsp;Tests</a></li>
80<ul>
81<li><a href="nunit-console.html">Console&nbsp;Runner</a></li>
82<li><a href="nunit-gui.html">Gui&nbsp;Runner</a></li>
83<li><a href="pnunit.html">PNUnit&nbsp;Runner</a></li>
84<li><a href="nunit-agent.html">NUnit&nbsp;Agent</a></li>
85<li><a href="runtimeSelection.html">Runtime&nbsp;Selection</a></li>
86<li><a href="assemblyIsolation.html">Assembly&nbsp;Isolation</a></li>
87<li><a href="configFiles.html">Configuration&nbsp;Files</a></li>
88<li><a href="multiAssembly.html">Multiple&nbsp;Assemblies</a></li>
89<li><a href="vsSupport.html">Visual&nbsp;Studio&nbsp;Support</a></li>
90</ul>
91<li><a href="extensibility.html">Extensibility</a></li>
92<li><a href="releaseNotes.html">Release&nbsp;Notes</a></li>
93<li><a href="samples.html">Samples</a></li>
94<li><a href="license.html">License</a></li>
95</ul>
96</ul>
97</div>
98<!-- End of Submenu -->
99
100
101<!-- Standard Footer for NUnit.org -->
102<div id="footer">
103 Copyright &copy; 2010 Charlie Poole. All Rights Reserved.
104</div>
105<!-- End of Footer -->
106
107</body>
108</html>
Note: See TracBrowser for help on using the repository browser.