source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/lib/NUnit/NUnit-2.5.10.11092/doc/pnunit.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: 3.6 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 - Pnunit</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>PNUnit</h2>
28
29<p><b>PNUnit</b> stands for "Parallel NUnit." It is an extension of NUNit
30developed by Pablo Santos Luaces and his team at Codice Software for
31their internal use in testing the Plastic (TM) Software Configuration
32Management System. Codice released PNUnit to the community in 2007.
33
34<p>As part of the NUnit 2.5 release, we worked with the NUnit and PNUnit
35teams worked together to make PNUnit work with NUnit without any modifications.
36PNUnit is now included in the NUnit distribution.
37
38<h3>How it Works</h3>
39
40<p><b>PNUnit</b> is not intended for "casual" parallelism merely to
41make the tests run faster. Rather, it's intended as a way to test
42applications composed of distributed, communicating components. Tests
43of each component run in parallel and use memory barriers to synchronize
44their operation.
45
46<p>PNUnit uses a special executable to launch its tests.
47The launcher reads an xml file that specifies the tests to be
48executed and where they should run, whether on the same machine or
49on another machine on the network.
50
51<p>For more information about using PNUnit, consult the
52<a href="http://www.codicesoftware.com/infocenter/technical-articles/pnunit.aspx">documentation</a>
53at <a href="http://www.codicesoftware.com">www.codicesoftware.com</a>
54
55<h3>Future Plans</h3>
56
57<p>PNUnit will be integrated with NUnit so that parallel, distributed tests
58may be used through the normal NUnit console or gui runners.
59
60</div>
61
62<!-- Submenu -->
63<div id="subnav">
64<ul>
65<li><a href="index.html">NUnit 2.5.10</a></li>
66<ul>
67<li><a href="getStarted.html">Getting&nbsp;Started</a></li>
68<li><a href="assertions.html">Assertions</a></li>
69<li><a href="constraintModel.html">Constraints</a></li>
70<li><a href="attributes.html">Attributes</a></li>
71<li><a href="runningTests.html">Running&nbsp;Tests</a></li>
72<ul>
73<li><a href="nunit-console.html">Console&nbsp;Runner</a></li>
74<li><a href="nunit-gui.html">Gui&nbsp;Runner</a></li>
75<li id="current"><a href="pnunit.html">PNUnit&nbsp;Runner</a></li>
76<li><a href="nunit-agent.html">NUnit&nbsp;Agent</a></li>
77<li><a href="runtimeSelection.html">Runtime&nbsp;Selection</a></li>
78<li><a href="assemblyIsolation.html">Assembly&nbsp;Isolation</a></li>
79<li><a href="configFiles.html">Configuration&nbsp;Files</a></li>
80<li><a href="multiAssembly.html">Multiple&nbsp;Assemblies</a></li>
81<li><a href="vsSupport.html">Visual&nbsp;Studio&nbsp;Support</a></li>
82</ul>
83<li><a href="extensibility.html">Extensibility</a></li>
84<li><a href="releaseNotes.html">Release&nbsp;Notes</a></li>
85<li><a href="samples.html">Samples</a></li>
86<li><a href="license.html">License</a></li>
87</ul>
88</ul>
89</div>
90<!-- End of Submenu -->
91
92
93<!-- Standard Footer for NUnit.org -->
94<div id="footer">
95 Copyright &copy; 2010 Charlie Poole. All Rights Reserved.
96</div>
97<!-- End of Footer -->
98
99</body>
100</html>
Note: See TracBrowser for help on using the repository browser.