nunit 2.4.8.0 → 2.5.0.9122
Sign up to get free protection for your applications and to get access to all the features.
- data/docs/addinsDialog.html +36 -6
- data/docs/assertions.html +31 -12
- data/docs/attributes.html +59 -36
- data/docs/category.html +32 -9
- data/docs/collectionAssert.html +30 -12
- data/docs/collectionConstraints.html +242 -44
- data/docs/combinatorial.html +130 -0
- data/docs/comparisonAsserts.html +12 -9
- data/docs/comparisonConstraints.html +159 -25
- data/docs/compoundConstraints.html +12 -9
- data/docs/conditionAsserts.html +36 -12
- data/docs/conditionConstraints.html +131 -25
- data/docs/configEditor.html +10 -5
- data/docs/configFiles.html +5 -6
- data/docs/consoleCommandLine.html +51 -24
- data/docs/constraintModel.html +56 -19
- data/docs/contextMenu.html +10 -5
- data/docs/culture.html +32 -9
- data/docs/customConstraints.html +53 -37
- data/docs/datapoint.html +124 -0
- data/docs/datapointProviders.html +105 -0
- data/docs/delayedConstraint.html +98 -0
- data/docs/description.html +32 -9
- data/docs/directoryAssert.html +151 -0
- data/docs/equalConstraint.html +167 -47
- data/docs/equalityAsserts.html +12 -9
- data/docs/eventListeners.html +110 -0
- data/docs/exception.html +61 -36
- data/docs/exceptionAsserts.html +210 -0
- data/docs/explicit.html +32 -9
- data/docs/extensibility.html +8 -8
- data/docs/extensionTips.html +100 -0
- data/docs/fileAssert.html +12 -9
- data/docs/files/TestResult.xml +99 -67
- data/docs/fixtureSetup.html +60 -18
- data/docs/fixtureTeardown.html +56 -17
- data/docs/getStarted.html +9 -4
- data/docs/guiCommandLine.html +10 -5
- data/docs/identityAsserts.html +12 -9
- data/docs/ignore.html +32 -9
- data/docs/img/addinsDialog.JPG +0 -0
- data/docs/img/advancedSettings.jpg +0 -0
- data/docs/img/assembliesTab.jpg +0 -0
- data/docs/img/assemblyReloadSettings.JPG +0 -0
- data/docs/img/configEditor.jpg +0 -0
- data/docs/img/console-mock.jpg +0 -0
- data/docs/img/generalSettings.jpg +0 -0
- data/docs/img/generalTab.jpg +0 -0
- data/docs/img/gui-screenshot.jpg +0 -0
- data/docs/img/gui-verify.jpg +0 -0
- data/docs/img/miniGui.jpg +0 -0
- data/docs/img/testLoadSettings.jpg +0 -0
- data/docs/img/testOutputSettings.jpg +0 -0
- data/docs/img/testProperties.jpg +0 -0
- data/docs/img/testResultSettings.JPG +0 -0
- data/docs/img/textOutputSettings.jpg +0 -0
- data/docs/img/treeDisplaySettings.jpg +0 -0
- data/docs/img/visualStudioSettings.jpg +0 -0
- data/docs/index.html +15 -8
- data/docs/installation.html +33 -75
- data/docs/license.html +9 -4
- data/docs/listMapper.html +12 -9
- data/docs/mainMenu.html +18 -8
- data/docs/maxtime.html +109 -0
- data/docs/multiAssembly.html +5 -6
- data/docs/nunit-console.html +9 -4
- data/docs/nunit-gui.html +32 -15
- data/docs/nunit.css +3 -3
- data/docs/nunitAddins.html +41 -144
- data/docs/pairwise.html +114 -0
- data/docs/parameterizedTests.html +141 -0
- data/docs/pathConstraints.html +162 -0
- data/docs/platform.html +37 -9
- data/docs/pnunit.html +93 -0
- data/docs/projectEditor.html +82 -11
- data/docs/property.html +39 -10
- data/docs/propertyConstraint.html +12 -9
- data/docs/quickStart.html +9 -4
- data/docs/random.html +138 -0
- data/docs/range.html +149 -0
- data/docs/releaseDetail.html +861 -0
- data/docs/releaseNotes.html +457 -1133
- data/docs/repeat.html +104 -0
- data/docs/requiredAddin.html +153 -0
- data/docs/requiresMTA.html +152 -0
- data/docs/requiresSTA.html +153 -0
- data/docs/requiresThread.html +153 -0
- data/docs/sameasConstraint.html +23 -17
- data/docs/samples.html +12 -9
- data/docs/sequential.html +132 -0
- data/docs/setCulture.html +32 -9
- data/docs/{optionsDialog.html → settingsDialog.html} +89 -53
- data/docs/setup.html +61 -16
- data/docs/setupFixture.html +32 -9
- data/docs/stringAssert.html +15 -12
- data/docs/stringConstraints.html +12 -9
- data/docs/suite.html +32 -11
- data/docs/suiteBuilders.html +106 -0
- data/docs/teardown.html +56 -16
- data/docs/test.html +67 -18
- data/docs/testCase.html +168 -0
- data/docs/testCaseSource.html +284 -0
- data/docs/testDecorators.html +117 -0
- data/docs/testFixture.html +228 -16
- data/docs/testProperties.html +10 -5
- data/docs/testcaseBuilders.html +117 -0
- data/docs/testcaseProviders.html +122 -0
- data/docs/theory.html +208 -0
- data/docs/throwsConstraint.html +112 -0
- data/docs/timeout.html +109 -0
- data/docs/typeAsserts.html +47 -14
- data/docs/typeConstraints.html +12 -9
- data/docs/upgrade.html +23 -17
- data/docs/utilityAsserts.html +38 -16
- data/docs/valueSource.html +137 -0
- data/docs/values.html +136 -0
- data/docs/vsSupport.html +5 -6
- data/lib/net-1.1/NUnitTests.config +2 -2
- data/lib/net-1.1/NUnitTests.nunit +8 -11
- data/lib/net-1.1/agent.conf +4 -0
- data/lib/net-1.1/agent.log.conf +18 -0
- data/lib/net-1.1/framework/nunit.framework.dll +0 -0
- data/lib/net-1.1/framework/nunit.framework.xml +9321 -0
- data/lib/net-1.1/framework/nunit.mocks.dll +0 -0
- data/lib/net-1.1/framework/pnunit.framework.dll +0 -0
- data/lib/net-1.1/launcher.log.conf +18 -0
- data/lib/net-1.1/{fit.dll → lib/fit.dll} +0 -0
- data/lib/net-1.1/lib/log4net.dll +0 -0
- data/lib/net-1.1/lib/nunit-console-runner.dll +0 -0
- data/lib/net-1.1/lib/nunit.core.dll +0 -0
- data/lib/net-1.1/lib/nunit.core.interfaces.dll +0 -0
- data/lib/net-1.1/lib/nunit.fixtures.dll +0 -0
- data/lib/net-1.1/lib/nunit.util.dll +0 -0
- data/lib/net-1.1/nunit-agent.exe +0 -0
- data/lib/net-1.1/{nunit.exe.config → nunit-agent.exe.config} +21 -55
- data/lib/net-1.1/nunit-console.exe +0 -0
- data/lib/net-1.1/nunit-console.exe.config +19 -49
- data/lib/net-1.1/nunit.framework.dll +0 -0
- data/lib/net-1.1/pnunit-agent.exe +0 -0
- data/lib/net-1.1/pnunit-agent.exe.config +87 -0
- data/lib/net-1.1/pnunit-launcher.exe +0 -0
- data/lib/net-1.1/pnunit-launcher.exe.config +87 -0
- data/lib/net-1.1/pnunit.framework.dll +0 -0
- data/lib/net-1.1/pnunit.tests.dll +0 -0
- data/lib/net-1.1/runpnunit.bat +2 -0
- data/lib/net-1.1/test.conf +24 -0
- data/lib/net-1.1/{loadtest-assembly.dll → tests/loadtest-assembly.dll} +0 -0
- data/lib/net-1.1/tests/mock-assembly.dll +0 -0
- data/lib/net-1.1/tests/nonamespace-assembly.dll +0 -0
- data/lib/net-1.1/tests/nunit-console.tests.dll +0 -0
- data/lib/net-1.1/tests/nunit.core.tests.dll +0 -0
- data/lib/net-1.1/tests/nunit.fixtures.tests.dll +0 -0
- data/lib/net-1.1/tests/nunit.framework.dll +0 -0
- data/lib/net-1.1/tests/nunit.framework.tests.dll +0 -0
- data/lib/net-1.1/tests/nunit.mocks.tests.dll +0 -0
- data/lib/net-1.1/{nunit.util.tests.dll → tests/nunit.util.tests.dll} +0 -0
- data/lib/net-1.1/tests/test-assembly.dll +0 -0
- data/lib/net-1.1/tests/test-utilities.dll +0 -0
- data/lib/net-1.1/tests/timing-tests.dll +0 -0
- data/lib/net-2.0/NUnitTests.config +2 -2
- data/lib/net-2.0/NUnitTests.nunit +11 -11
- data/lib/net-2.0/agent.conf +4 -0
- data/lib/net-2.0/agent.log.conf +18 -0
- data/lib/net-2.0/framework/nunit.framework.dll +0 -0
- data/lib/net-2.0/framework/nunit.framework.xml +9803 -0
- data/lib/net-2.0/framework/nunit.mocks.dll +0 -0
- data/lib/net-2.0/framework/pnunit.framework.dll +0 -0
- data/lib/net-2.0/launcher.log.conf +18 -0
- data/lib/{net-1.1 → net-2.0/lib}/Failure.jpg +0 -0
- data/lib/net-2.0/{Success.jpg → lib/Gray.jpg} +0 -0
- data/lib/{net-1.1 → net-2.0/lib}/Ignored.jpg +0 -0
- data/lib/{net-1.1 → net-2.0/lib}/Success.jpg +0 -0
- data/lib/net-2.0/{fit.dll → lib/fit.dll} +0 -0
- data/lib/net-2.0/lib/log4net.dll +0 -0
- data/lib/net-2.0/lib/nunit-console-runner.dll +0 -0
- data/lib/net-2.0/lib/nunit-gui-runner.dll +0 -0
- data/lib/net-2.0/lib/nunit.core.dll +0 -0
- data/lib/net-2.0/lib/nunit.core.interfaces.dll +0 -0
- data/lib/net-2.0/lib/nunit.fixtures.dll +0 -0
- data/lib/net-2.0/lib/nunit.uiexception.dll +0 -0
- data/lib/net-2.0/lib/nunit.uikit.dll +0 -0
- data/lib/net-2.0/lib/nunit.util.dll +0 -0
- data/lib/net-2.0/nunit-agent.exe +0 -0
- data/lib/net-2.0/nunit-agent.exe.config +87 -0
- data/lib/net-2.0/nunit-console-x86.exe +0 -0
- data/lib/net-2.0/nunit-console-x86.exe.config +19 -49
- data/lib/net-2.0/nunit-console.exe +0 -0
- data/lib/net-2.0/nunit-console.exe.config +19 -49
- data/lib/net-2.0/nunit-x86.exe +0 -0
- data/lib/net-2.0/nunit-x86.exe.config +48 -74
- data/lib/net-2.0/nunit.exe +0 -0
- data/lib/net-2.0/nunit.exe.config +48 -74
- data/lib/net-2.0/nunit.framework.dll +0 -0
- data/lib/net-2.0/pnunit-agent.exe +0 -0
- data/lib/net-2.0/pnunit-agent.exe.config +87 -0
- data/lib/net-2.0/pnunit-launcher.exe +0 -0
- data/lib/net-2.0/pnunit-launcher.exe.config +87 -0
- data/lib/net-2.0/pnunit.framework.dll +0 -0
- data/lib/net-2.0/pnunit.tests.dll +0 -0
- data/lib/net-2.0/runpnunit.bat +2 -0
- data/lib/net-2.0/test.conf +24 -0
- data/lib/net-2.0/{loadtest-assembly.dll → tests/loadtest-assembly.dll} +0 -0
- data/lib/net-2.0/tests/mock-assembly.dll +0 -0
- data/lib/net-2.0/tests/nonamespace-assembly.dll +0 -0
- data/lib/net-2.0/tests/nunit-console.tests.dll +0 -0
- data/lib/net-2.0/tests/nunit-gui.tests.dll +0 -0
- data/lib/net-2.0/tests/nunit.core.tests.dll +0 -0
- data/lib/net-2.0/tests/nunit.fixtures.tests.dll +0 -0
- data/lib/net-2.0/tests/nunit.framework.dll +0 -0
- data/lib/net-2.0/tests/nunit.framework.tests.dll +0 -0
- data/lib/net-2.0/tests/nunit.mocks.tests.dll +0 -0
- data/lib/net-2.0/tests/nunit.uiexception.tests.dll +0 -0
- data/lib/net-2.0/tests/nunit.uikit.tests.dll +0 -0
- data/lib/net-2.0/{nunit.util.tests.dll → tests/nunit.util.tests.dll} +0 -0
- data/lib/net-2.0/tests/test-assembly.dll +0 -0
- data/lib/net-2.0/tests/test-utilities.dll +0 -0
- data/lib/net-2.0/tests/timing-tests.dll +0 -0
- metadata +131 -74
- data/docs/classicModel.html +0 -92
- data/docs/customAsserts.html +0 -115
- data/docs/features.html +0 -75
- data/docs/files/Thumbs.db +0 -0
- data/docs/platformSupport.html +0 -99
- data/lib/net-1.1/mock-assembly.dll +0 -0
- data/lib/net-1.1/nonamespace-assembly.dll +0 -0
- data/lib/net-1.1/notestfixtures-assembly.dll +0 -0
- data/lib/net-1.1/nunit-console-runner.dll +0 -0
- data/lib/net-1.1/nunit-console.tests.dll +0 -0
- data/lib/net-1.1/nunit-gui-runner.dll +0 -0
- data/lib/net-1.1/nunit-gui.tests.dll +0 -0
- data/lib/net-1.1/nunit.core.dll +0 -0
- data/lib/net-1.1/nunit.core.extensions.dll +0 -0
- data/lib/net-1.1/nunit.core.interfaces.dll +0 -0
- data/lib/net-1.1/nunit.core.tests.dll +0 -0
- data/lib/net-1.1/nunit.exe +0 -0
- data/lib/net-1.1/nunit.extensions.tests.dll +0 -0
- data/lib/net-1.1/nunit.fixtures.dll +0 -0
- data/lib/net-1.1/nunit.fixtures.tests.dll +0 -0
- data/lib/net-1.1/nunit.framework.extensions.dll +0 -0
- data/lib/net-1.1/nunit.framework.tests.dll +0 -0
- data/lib/net-1.1/nunit.framework.xml +0 -5622
- data/lib/net-1.1/nunit.mocks.dll +0 -0
- data/lib/net-1.1/nunit.mocks.tests.dll +0 -0
- data/lib/net-1.1/nunit.uikit.dll +0 -0
- data/lib/net-1.1/nunit.uikit.tests.dll +0 -0
- data/lib/net-1.1/nunit.util.dll +0 -0
- data/lib/net-1.1/test-assembly.dll +0 -0
- data/lib/net-1.1/test-utilities.dll +0 -0
- data/lib/net-1.1/timing-tests.dll +0 -0
- data/lib/net-2.0/Failure.jpg +0 -0
- data/lib/net-2.0/Ignored.jpg +0 -0
- data/lib/net-2.0/mock-assembly.dll +0 -0
- data/lib/net-2.0/nonamespace-assembly.dll +0 -0
- data/lib/net-2.0/notestfixtures-assembly.dll +0 -0
- data/lib/net-2.0/nunit-console-runner.dll +0 -0
- data/lib/net-2.0/nunit-console.tests.dll +0 -0
- data/lib/net-2.0/nunit-gui-runner.dll +0 -0
- data/lib/net-2.0/nunit-gui.tests.dll +0 -0
- data/lib/net-2.0/nunit.core.dll +0 -0
- data/lib/net-2.0/nunit.core.extensions.dll +0 -0
- data/lib/net-2.0/nunit.core.interfaces.dll +0 -0
- data/lib/net-2.0/nunit.core.tests.dll +0 -0
- data/lib/net-2.0/nunit.extensions.tests.dll +0 -0
- data/lib/net-2.0/nunit.fixtures.dll +0 -0
- data/lib/net-2.0/nunit.fixtures.tests.dll +0 -0
- data/lib/net-2.0/nunit.framework.extensions.dll +0 -0
- data/lib/net-2.0/nunit.framework.tests.dll +0 -0
- data/lib/net-2.0/nunit.framework.xml +0 -5622
- data/lib/net-2.0/nunit.mocks.dll +0 -0
- data/lib/net-2.0/nunit.mocks.tests.dll +0 -0
- data/lib/net-2.0/nunit.uikit.dll +0 -0
- data/lib/net-2.0/nunit.uikit.tests.dll +0 -0
- data/lib/net-2.0/nunit.util.dll +0 -0
- data/lib/net-2.0/test-assembly.dll +0 -0
- data/lib/net-2.0/test-utilities.dll +0 -0
- data/lib/net-2.0/timing-tests.dll +0 -0
data/docs/pnunit.html
ADDED
@@ -0,0 +1,93 @@
|
|
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
|
30
|
+
developed by Pablo Santos Luaces and his team at Codice Software for
|
31
|
+
their internal use in testing the Plastic (TM) Software Configuration
|
32
|
+
Management 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
|
35
|
+
teams worked together to make PNUnit work with NUnit without any modifications.
|
36
|
+
PNUnit 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
|
41
|
+
make the tests run faster. Rather, it's intended as a way to test
|
42
|
+
applications composed of distributed, communicating components. Tests
|
43
|
+
of each component run in parallel and use memory barriers to synchronize
|
44
|
+
their operation.
|
45
|
+
|
46
|
+
<p>PNUnit uses a special executable to launch its tests.
|
47
|
+
The launcher reads an xml file that specifies the tests to be
|
48
|
+
executed and where they should run, whether on the same machine or
|
49
|
+
on another machine on the network.
|
50
|
+
|
51
|
+
<p>For more information about using PNUnit, consult the
|
52
|
+
<a href="http://www.codicesoftware.com/opdownloads2/oppnunit.aspx">documentation</a>
|
53
|
+
at <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
|
58
|
+
may be used through the normal NUnit console or gui runners.
|
59
|
+
</div>
|
60
|
+
|
61
|
+
<!-- Submenu -->
|
62
|
+
<div id="subnav">
|
63
|
+
<ul>
|
64
|
+
<li><a href="index.html">NUnit 2.5</a></li>
|
65
|
+
<ul>
|
66
|
+
<li><a href="getStarted.html">Getting Started</a></li>
|
67
|
+
<li><a href="assertions.html">Assertions</a></li>
|
68
|
+
<li><a href="constraintModel.html">Constraints</a></li>
|
69
|
+
<li><a href="attributes.html">Attributes</a></li>
|
70
|
+
<li><a href="nunit-console.html">Console Runner</a></li>
|
71
|
+
<li><a href="nunit-gui.html">Gui Runner</a></li>
|
72
|
+
<li><a href="configFiles.html">Configuration Files</a></li>
|
73
|
+
<li id="current"><a href="pnunit.html">PNUnit</a></li>
|
74
|
+
<li><a href="multiAssembly.html">Multiple Assemblies</a></li>
|
75
|
+
<li><a href="vsSupport.html">Visual Studio Support</a></li>
|
76
|
+
<li><a href="extensibility.html">Extensibility</a></li>
|
77
|
+
<li><a href="releaseNotes.html">Release Notes</a></li>
|
78
|
+
<li><a href="samples.html">Samples</a></li>
|
79
|
+
<li><a href="license.html">License</a></li>
|
80
|
+
</ul>
|
81
|
+
</ul>
|
82
|
+
</div>
|
83
|
+
<!-- End of Submenu -->
|
84
|
+
|
85
|
+
|
86
|
+
<!-- Standard Footer for NUnit.org -->
|
87
|
+
<div id="footer">
|
88
|
+
Copyright © 2009 Charlie Poole. All Rights Reserved.
|
89
|
+
</div>
|
90
|
+
<!-- End of Footer -->
|
91
|
+
|
92
|
+
</body>
|
93
|
+
</html>
|
data/docs/projectEditor.html
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
|
1
|
+
<!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
2
2
|
<html>
|
3
3
|
<!-- Standard Head Part -->
|
4
4
|
<head>
|
@@ -35,12 +35,59 @@ consists of a common area and two tabs, as seen in the image below.</p>
|
|
35
35
|
|
36
36
|
<h3>Common Area</h3>
|
37
37
|
|
38
|
-
<p>The common area of the Project Editor contains
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
38
|
+
<p>The common area of the Project Editor contains information pertaining to
|
39
|
+
the project as a whole. Information that applies to a particular configuration
|
40
|
+
is displayed in the General and Assemblies tabs.
|
41
|
+
|
42
|
+
<h4>Project Path</h4>
|
43
|
+
<p>This label shows the full path to the project file. In the case of a
|
44
|
+
wrapper project, the path is set to the same directory as the assembly
|
45
|
+
that was initially opened.
|
46
|
+
|
47
|
+
<h4>Application Base</h4>
|
48
|
+
<p>This TextBox allows the user to change the project AppBase, which defaults to
|
49
|
+
the directory of the project file. The button to the right of the TextBox
|
50
|
+
allows the user to browse and select a directory.
|
51
|
+
|
52
|
+
<h4>Process Model</h4>
|
53
|
+
<p>This dropdown list allows you to specify how operating system processes are
|
54
|
+
used in loading and running the tests in this project. Four settings are
|
55
|
+
defined:
|
56
|
+
<ul>
|
57
|
+
<li>The <b>Default</b> setting refers to the option selected by the user
|
58
|
+
on the Assembly Isolation page of the NUnit Settings Dialog.
|
59
|
+
<li><b>Single</b> means that tests are run in a test domain in the
|
60
|
+
same process as NUnit. This is the way previous versions of NUnit
|
61
|
+
ran tests.
|
62
|
+
<li><b>Separate</b> means that all the tests are run in a separate process
|
63
|
+
that NUnit creates.
|
64
|
+
<li><b>Multiple</b> means that NUnit will create a separate process for
|
65
|
+
each test assembly in the project and run its tests there.
|
66
|
+
</ul>
|
67
|
+
|
68
|
+
<h4>Domain Usage</h4>
|
69
|
+
<p>This dropdown list allows you to specify how tests are loaded into
|
70
|
+
AppDomains by NUnit. Three settings are defined:
|
71
|
+
<ul>
|
72
|
+
<li>The <b>Default</b> setting refers to the option selected by the user
|
73
|
+
on the Assembly Isolation page of the NUnit Settings Dialog.
|
74
|
+
<li><b>Single</b> means that all tests will run in a single test domain
|
75
|
+
created by NUnit. This was the way versions of NUnit prior to 2.4
|
76
|
+
ran tests.
|
77
|
+
<li><b>Multiple</b> means that each test assembly is loaded into a
|
78
|
+
separate AppDomain. This setting is not available when Multiple
|
79
|
+
processes are selected in the Process Model dropown.
|
80
|
+
</ul>
|
81
|
+
|
82
|
+
<h4>Configuration</h4>
|
83
|
+
<p>This dropdown list allows you to select the particular configuration
|
84
|
+
within a project that is displayed in the bottom part of the dialog.
|
85
|
+
|
86
|
+
<h4>Edit Configs...</h4>
|
87
|
+
<p>This button opens the
|
88
|
+
<a href="configEditor.html">Configuration Editor</a>,
|
89
|
+
which allows you to add, delete or rename configs and set the
|
90
|
+
active configuration.
|
44
91
|
|
45
92
|
<div class="screenshot-left">
|
46
93
|
<img src="img/generalTab.jpg"></div>
|
@@ -50,6 +97,25 @@ consists of a common area and two tabs, as seen in the image below.</p>
|
|
50
97
|
<p>The General tab allows setting a number of options pertaining to the selected configuration, all of
|
51
98
|
which will be stored in the NUnit project file as attributes of the <config> xml node.</p>
|
52
99
|
|
100
|
+
<h4>Runtime</h4>
|
101
|
+
<p>This dropdown allows you to select a particular runtime framework to be used
|
102
|
+
for loading and running tests under the current configuration. Currently,
|
103
|
+
only Microsoft .NET and Mono are supported. If <b>Any</b> is selected, the
|
104
|
+
tests will be run under the same runtime that NUnit itself is currently using.
|
105
|
+
|
106
|
+
<h4>Version</h4>
|
107
|
+
<p>This TextBox allows you to select the particular version of the runtime framework
|
108
|
+
to be used for loading and running tests under the current configuration. It
|
109
|
+
may be left blank if any version is acceptable or you may specify a version
|
110
|
+
using two, three or four components.
|
111
|
+
|
112
|
+
<p><b>Note:</b> Running tests under a different runtime or version from the one that NUnit
|
113
|
+
is currently using will force them to run in a separate process.
|
114
|
+
|
115
|
+
<p><b>Note:</b> To conform with normal usage, specifying Mono as the runtime
|
116
|
+
with "1.0" as the version results in use of the Mono 1.0 profile, equating
|
117
|
+
to version 1.1.4322.
|
118
|
+
|
53
119
|
<h4>ApplicationBase</h4>
|
54
120
|
<p>The ApplicationBase defaults to the directory containing the project file. Beginning
|
55
121
|
with NUnit 2.2.3, it may be set to any location that is desired.</p>
|
@@ -90,10 +156,11 @@ the contents to change the path to the assembly.
|
|
90
156
|
<!-- Submenu -->
|
91
157
|
<div id="subnav">
|
92
158
|
<ul>
|
93
|
-
<li><a href="index.html">NUnit 2.
|
159
|
+
<li><a href="index.html">NUnit 2.5</a></li>
|
94
160
|
<ul>
|
95
161
|
<li><a href="getStarted.html">Getting Started</a></li>
|
96
162
|
<li><a href="assertions.html">Assertions</a></li>
|
163
|
+
<li><a href="constraintModel.html">Constraints</a></li>
|
97
164
|
<li><a href="attributes.html">Attributes</a></li>
|
98
165
|
<li><a href="nunit-console.html">Console Runner</a></li>
|
99
166
|
<li><a href="nunit-gui.html">Gui Runner</a></li>
|
@@ -101,13 +168,17 @@ the contents to change the path to the assembly.
|
|
101
168
|
<li><a href="guiCommandLine.html">Command-Line</a></li>
|
102
169
|
<li><a href="mainMenu.html">Main Menu</a></li>
|
103
170
|
<li><a href="contextMenu.html">Context Menu</a></li>
|
104
|
-
<li><a href="
|
171
|
+
<li><a href="settingsDialog.html">Settings Dialog</a></li>
|
105
172
|
<li><a href="addinsDialog.html">Addins Dialog</a></li>
|
106
173
|
<li><a href="testProperties.html">Test Properties</a></li>
|
107
174
|
<li><a href="configEditor.html">Configuration Editor</a></li>
|
108
175
|
<li id="current"><a href="projectEditor.html">Project Editor</a></li>
|
109
176
|
</ul>
|
110
|
-
<li><a href="
|
177
|
+
<li><a href="configFiles.html">Configuration Files</a></li>
|
178
|
+
<li><a href="pnunit.html">PNUnit</a></li>
|
179
|
+
<li><a href="multiAssembly.html">Multiple Assemblies</a></li>
|
180
|
+
<li><a href="vsSupport.html">Visual Studio Support</a></li>
|
181
|
+
<li><a href="extensibility.html">Extensibility</a></li>
|
111
182
|
<li><a href="releaseNotes.html">Release Notes</a></li>
|
112
183
|
<li><a href="samples.html">Samples</a></li>
|
113
184
|
<li><a href="license.html">License</a></li>
|
@@ -119,7 +190,7 @@ the contents to change the path to the assembly.
|
|
119
190
|
|
120
191
|
<!-- Standard Footer for NUnit.org -->
|
121
192
|
<div id="footer">
|
122
|
-
Copyright ©
|
193
|
+
Copyright © 2009 Charlie Poole. All Rights Reserved.
|
123
194
|
</div>
|
124
195
|
<!-- End of Footer -->
|
125
196
|
|
data/docs/property.html
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
|
1
|
+
<!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
2
2
|
<html>
|
3
3
|
<!-- Standard Head Part -->
|
4
4
|
<head>
|
@@ -138,7 +138,8 @@ dialog of the gui.</p>
|
|
138
138
|
attributes that derive from <b>PropertyAttribute</b> and have them
|
139
139
|
recognized by NUnit. PropertyAttribute provides a protected constructor
|
140
140
|
that takes the value of the property and sets the property name to the
|
141
|
-
name of the derived class.
|
141
|
+
name of the derived class. NUnit itself uses this facility: some of
|
142
|
+
it's specialized attributes are actually specializations of <b>PropertyAttribute</b>.
|
142
143
|
|
143
144
|
<p>Here's an example that creates a Severity property. It works
|
144
145
|
just like any other property, but has a simpler syntax and is type-safe.
|
@@ -167,39 +168,67 @@ public void MyTest()
|
|
167
168
|
{ /*...*/ }
|
168
169
|
</pre></div>
|
169
170
|
|
171
|
+
<p>Beginning with NUnit 2.5, a property attribute is able to contain
|
172
|
+
multiple name/value pairs. This capability is not exposed publicly
|
173
|
+
but may be used by derived property classes. NUnit uses this
|
174
|
+
feature itself for certain attributes. See, for example,
|
175
|
+
<a href="requiresThread.html">RequiresThreadAttribute</a>.
|
170
176
|
|
171
177
|
</div>
|
172
178
|
|
173
179
|
<!-- Submenu -->
|
174
180
|
<div id="subnav">
|
175
181
|
<ul>
|
176
|
-
<li><a href="index.html">NUnit 2.
|
182
|
+
<li><a href="index.html">NUnit 2.5</a></li>
|
177
183
|
<ul>
|
178
184
|
<li><a href="getStarted.html">Getting Started</a></li>
|
179
185
|
<li><a href="assertions.html">Assertions</a></li>
|
186
|
+
<li><a href="constraintModel.html">Constraints</a></li>
|
180
187
|
<li><a href="attributes.html">Attributes</a></li>
|
181
188
|
<ul>
|
182
189
|
<li><a href="category.html">Category</a></li>
|
190
|
+
<li><a href="combinatorial.html">Combinatorial</a></li>
|
183
191
|
<li><a href="culture.html">Culture</a></li>
|
192
|
+
<li><a href="datapoint.html">Datapoint(s)</a></li>
|
184
193
|
<li><a href="description.html">Description</a></li>
|
185
|
-
<li><a href="exception.html">
|
194
|
+
<li><a href="exception.html">Exception</a></li>
|
186
195
|
<li><a href="explicit.html">Explicit</a></li>
|
187
196
|
<li><a href="ignore.html">Ignore</a></li>
|
197
|
+
<li><a href="maxtime.html">Maxtime</a></li>
|
198
|
+
<li><a href="pairwise.html">Pairwise</a></li>
|
188
199
|
<li><a href="platform.html">Platform</a></li>
|
189
200
|
<li id="current"><a href="property.html">Property</a></li>
|
201
|
+
<li><a href="random.html">Random</a></li>
|
202
|
+
<li><a href="range.html">Range</a></li>
|
203
|
+
<li><a href="repeat.html">Repeat</a></li>
|
204
|
+
<li><a href="requiredAddin.html">RequiredAddin</a></li>
|
205
|
+
<li><a href="requiresMTA.html">Requires MTA</a></li>
|
206
|
+
<li><a href="requiresSTA.html">Requires STA</a></li>
|
207
|
+
<li><a href="requiresThread.html">Requires Thread</a></li>
|
208
|
+
<li><a href="sequential.html">Sequential</a></li>
|
190
209
|
<li><a href="setCulture.html">SetCulture</a></li>
|
191
210
|
<li><a href="setup.html">Setup</a></li>
|
192
|
-
<li><a href="setupFixture.html">
|
211
|
+
<li><a href="setupFixture.html">SetupFixture</a></li>
|
193
212
|
<li><a href="suite.html">Suite</a></li>
|
194
213
|
<li><a href="teardown.html">Teardown</a></li>
|
195
214
|
<li><a href="test.html">Test</a></li>
|
196
|
-
<li><a href="
|
197
|
-
<li><a href="
|
198
|
-
<li><a href="
|
215
|
+
<li><a href="testCase.html">TestCase</a></li>
|
216
|
+
<li><a href="testCaseSource.html">TestCaseSource</a></li>
|
217
|
+
<li><a href="testFixture.html">TestFixture</a></li>
|
218
|
+
<li><a href="fixtureSetup.html">TestFixtureSetUp</a></li>
|
219
|
+
<li><a href="fixtureTeardown.html">TestFixtureTearDown</a></li>
|
220
|
+
<li><a href="theory.html">Theory</a></li>
|
221
|
+
<li><a href="timeout.html">Timeout</a></li>
|
222
|
+
<li><a href="values.html">Values</a></li>
|
223
|
+
<li><a href="valueSource.html">ValueSource</a></li>
|
199
224
|
</ul>
|
200
225
|
<li><a href="nunit-console.html">Console Runner</a></li>
|
201
226
|
<li><a href="nunit-gui.html">Gui Runner</a></li>
|
202
|
-
<li><a href="
|
227
|
+
<li><a href="configFiles.html">Configuration Files</a></li>
|
228
|
+
<li><a href="pnunit.html">PNUnit</a></li>
|
229
|
+
<li><a href="multiAssembly.html">Multiple Assemblies</a></li>
|
230
|
+
<li><a href="vsSupport.html">Visual Studio Support</a></li>
|
231
|
+
<li><a href="extensibility.html">Extensibility</a></li>
|
203
232
|
<li><a href="releaseNotes.html">Release Notes</a></li>
|
204
233
|
<li><a href="samples.html">Samples</a></li>
|
205
234
|
<li><a href="license.html">License</a></li>
|
@@ -211,7 +240,7 @@ public void MyTest()
|
|
211
240
|
|
212
241
|
<!-- Standard Footer for NUnit.org -->
|
213
242
|
<div id="footer">
|
214
|
-
Copyright ©
|
243
|
+
Copyright © 2009 Charlie Poole. All Rights Reserved.
|
215
244
|
</div>
|
216
245
|
<!-- End of Footer -->
|
217
246
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
|
1
|
+
<!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
2
2
|
<html>
|
3
3
|
<!-- Standard Head Part -->
|
4
4
|
<head>
|
@@ -45,31 +45,34 @@ to be applied to the property.
|
|
45
45
|
<!-- Submenu -->
|
46
46
|
<div id="subnav">
|
47
47
|
<ul>
|
48
|
-
<li><a href="index.html">NUnit 2.
|
48
|
+
<li><a href="index.html">NUnit 2.5</a></li>
|
49
49
|
<ul>
|
50
50
|
<li><a href="getStarted.html">Getting Started</a></li>
|
51
51
|
<li><a href="assertions.html">Assertions</a></li>
|
52
|
-
<
|
53
|
-
<li><a href="classicModel.html">Classic Model</a></li>
|
54
|
-
<li><a href="constraintModel.html">Constraint Model</a></li>
|
52
|
+
<li><a href="constraintModel.html">Constraints</a></li>
|
55
53
|
<ul>
|
56
54
|
<li><a href="equalConstraint.html">Equal Constraint</a></li>
|
57
55
|
<li><a href="sameasConstraint.html">SameAs Constraint</a></li>
|
58
56
|
<li><a href="conditionConstraints.html">Condition Constraints</a></li>
|
59
57
|
<li><a href="comparisonConstraints.html">Comparison Constrants</a></li>
|
58
|
+
<li><a href="pathConstraints.html">Path Constraints</a></li>
|
60
59
|
<li><a href="typeConstraints.html">Type Constraints</a></li>
|
61
60
|
<li><a href="stringConstraints.html">String Constraints</a></li>
|
62
61
|
<li><a href="collectionConstraints.html">Collection Constraints</a></li>
|
63
62
|
<li id="current"><a href="propertyConstraint.html">Property Constraint</a></li>
|
63
|
+
<li><a href="throwsConstraint.html">Throws Constraint</a></li>
|
64
64
|
<li><a href="compoundConstraints.html">Compound Constraints</a></li>
|
65
|
-
<li><a href="
|
65
|
+
<li><a href="delayedConstraint.html">Delayed Constraint</a></li>
|
66
66
|
<li><a href="listMapper.html">List Mapper</a></li>
|
67
67
|
</ul>
|
68
|
-
</ul>
|
69
68
|
<li><a href="attributes.html">Attributes</a></li>
|
70
69
|
<li><a href="nunit-console.html">Console Runner</a></li>
|
71
70
|
<li><a href="nunit-gui.html">Gui Runner</a></li>
|
72
|
-
<li><a href="
|
71
|
+
<li><a href="configFiles.html">Configuration Files</a></li>
|
72
|
+
<li><a href="pnunit.html">PNUnit</a></li>
|
73
|
+
<li><a href="multiAssembly.html">Multiple Assemblies</a></li>
|
74
|
+
<li><a href="vsSupport.html">Visual Studio Support</a></li>
|
75
|
+
<li><a href="extensibility.html">Extensibility</a></li>
|
73
76
|
<li><a href="releaseNotes.html">Release Notes</a></li>
|
74
77
|
<li><a href="samples.html">Samples</a></li>
|
75
78
|
<li><a href="license.html">License</a></li>
|
@@ -81,7 +84,7 @@ to be applied to the property.
|
|
81
84
|
|
82
85
|
<!-- Standard Footer for NUnit.org -->
|
83
86
|
<div id="footer">
|
84
|
-
Copyright ©
|
87
|
+
Copyright © 2009 Charlie Poole. All Rights Reserved.
|
85
88
|
</div>
|
86
89
|
<!-- End of Footer -->
|
87
90
|
|
data/docs/quickStart.html
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
|
1
|
+
<!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
2
2
|
<html>
|
3
3
|
<!-- Standard Head Part -->
|
4
4
|
<head>
|
@@ -283,7 +283,7 @@ public void TransferWithInsufficientFundsAtomicity()
|
|
283
283
|
<!-- Submenu -->
|
284
284
|
<div id="subnav">
|
285
285
|
<ul>
|
286
|
-
<li><a href="index.html">NUnit 2.
|
286
|
+
<li><a href="index.html">NUnit 2.5</a></li>
|
287
287
|
<ul>
|
288
288
|
<li><a href="getStarted.html">Getting Started</a></li>
|
289
289
|
<ul>
|
@@ -291,10 +291,15 @@ public void TransferWithInsufficientFundsAtomicity()
|
|
291
291
|
<li><a href="installation.html">Installation</a></li>
|
292
292
|
</ul>
|
293
293
|
<li><a href="assertions.html">Assertions</a></li>
|
294
|
+
<li><a href="constraintModel.html">Constraints</a></li>
|
294
295
|
<li><a href="attributes.html">Attributes</a></li>
|
295
296
|
<li><a href="nunit-console.html">Console Runner</a></li>
|
296
297
|
<li><a href="nunit-gui.html">Gui Runner</a></li>
|
297
|
-
<li><a href="
|
298
|
+
<li><a href="configFiles.html">Configuration Files</a></li>
|
299
|
+
<li><a href="pnunit.html">PNUnit</a></li>
|
300
|
+
<li><a href="multiAssembly.html">Multiple Assemblies</a></li>
|
301
|
+
<li><a href="vsSupport.html">Visual Studio Support</a></li>
|
302
|
+
<li><a href="extensibility.html">Extensibility</a></li>
|
298
303
|
<li><a href="releaseNotes.html">Release Notes</a></li>
|
299
304
|
<li><a href="samples.html">Samples</a></li>
|
300
305
|
<li><a href="license.html">License</a></li>
|
@@ -306,7 +311,7 @@ public void TransferWithInsufficientFundsAtomicity()
|
|
306
311
|
|
307
312
|
<!-- Standard Footer for NUnit.org -->
|
308
313
|
<div id="footer">
|
309
|
-
Copyright ©
|
314
|
+
Copyright © 2009 Charlie Poole. All Rights Reserved.
|
310
315
|
</div>
|
311
316
|
<!-- End of Footer -->
|
312
317
|
|
data/docs/random.html
ADDED
@@ -0,0 +1,138 @@
|
|
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 - Random</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
|
+
<h3>RandomAttribute (NUnit 2.5)</h3>
|
28
|
+
|
29
|
+
<p>The <b>RandomAttribute</b> is used to specify a set of random values to be provided
|
30
|
+
for an individual parameter of a parameterized test method. Since
|
31
|
+
NUnit combines the data provided for each parameter into a set of
|
32
|
+
test cases, data must be provided for all parameters if it is
|
33
|
+
provided for any of them.
|
34
|
+
|
35
|
+
<p>By default, NUnit creates test cases from all possible combinations
|
36
|
+
of the datapoints provided on parameters - the combinatorial approach.
|
37
|
+
This default may be modified by use of specific attributes on the
|
38
|
+
test method itself.
|
39
|
+
|
40
|
+
<p>RandomAttribute supports the following constructors:
|
41
|
+
|
42
|
+
<div class="code"><pre>
|
43
|
+
public Random( int count );
|
44
|
+
public Random( double min, double max, int count );
|
45
|
+
public Random( int min, int max, int count );
|
46
|
+
</pre></div>
|
47
|
+
|
48
|
+
<h4>Example</h4>
|
49
|
+
|
50
|
+
<p>The following test will be executed fifteen times, three times
|
51
|
+
for each value of x, each combined with 5 random doubles from -1.0 to +1.0.
|
52
|
+
|
53
|
+
<div class="code"><pre>
|
54
|
+
[Test]
|
55
|
+
public void MyTest(
|
56
|
+
[Values(1,2,3) int x,
|
57
|
+
[Random(-1.0, 1.0, 5)] double d)
|
58
|
+
{
|
59
|
+
...
|
60
|
+
}
|
61
|
+
</pre></div>
|
62
|
+
|
63
|
+
<h4>See also...</h4>
|
64
|
+
<ul>
|
65
|
+
<li><a href="values.html">ValuesAttribute</a><li><a href="range.html">RangeAttribute</a><li><a href="sequential.html">SequentialAttribute</a><li><a href="combinatorial.html">CombinatorialAttribute</a><li><a href="pairwise.html">PairwiseAttribute</a></ul>
|
66
|
+
|
67
|
+
</div>
|
68
|
+
|
69
|
+
<!-- Submenu -->
|
70
|
+
<div id="subnav">
|
71
|
+
<ul>
|
72
|
+
<li><a href="index.html">NUnit 2.5</a></li>
|
73
|
+
<ul>
|
74
|
+
<li><a href="getStarted.html">Getting Started</a></li>
|
75
|
+
<li><a href="assertions.html">Assertions</a></li>
|
76
|
+
<li><a href="constraintModel.html">Constraints</a></li>
|
77
|
+
<li><a href="attributes.html">Attributes</a></li>
|
78
|
+
<ul>
|
79
|
+
<li><a href="category.html">Category</a></li>
|
80
|
+
<li><a href="combinatorial.html">Combinatorial</a></li>
|
81
|
+
<li><a href="culture.html">Culture</a></li>
|
82
|
+
<li><a href="datapoint.html">Datapoint(s)</a></li>
|
83
|
+
<li><a href="description.html">Description</a></li>
|
84
|
+
<li><a href="exception.html">Exception</a></li>
|
85
|
+
<li><a href="explicit.html">Explicit</a></li>
|
86
|
+
<li><a href="ignore.html">Ignore</a></li>
|
87
|
+
<li><a href="maxtime.html">Maxtime</a></li>
|
88
|
+
<li><a href="pairwise.html">Pairwise</a></li>
|
89
|
+
<li><a href="platform.html">Platform</a></li>
|
90
|
+
<li><a href="property.html">Property</a></li>
|
91
|
+
<li id="current"><a href="random.html">Random</a></li>
|
92
|
+
<li><a href="range.html">Range</a></li>
|
93
|
+
<li><a href="repeat.html">Repeat</a></li>
|
94
|
+
<li><a href="requiredAddin.html">RequiredAddin</a></li>
|
95
|
+
<li><a href="requiresMTA.html">Requires MTA</a></li>
|
96
|
+
<li><a href="requiresSTA.html">Requires STA</a></li>
|
97
|
+
<li><a href="requiresThread.html">Requires Thread</a></li>
|
98
|
+
<li><a href="sequential.html">Sequential</a></li>
|
99
|
+
<li><a href="setCulture.html">SetCulture</a></li>
|
100
|
+
<li><a href="setup.html">Setup</a></li>
|
101
|
+
<li><a href="setupFixture.html">SetupFixture</a></li>
|
102
|
+
<li><a href="suite.html">Suite</a></li>
|
103
|
+
<li><a href="teardown.html">Teardown</a></li>
|
104
|
+
<li><a href="test.html">Test</a></li>
|
105
|
+
<li><a href="testCase.html">TestCase</a></li>
|
106
|
+
<li><a href="testCaseSource.html">TestCaseSource</a></li>
|
107
|
+
<li><a href="testFixture.html">TestFixture</a></li>
|
108
|
+
<li><a href="fixtureSetup.html">TestFixtureSetUp</a></li>
|
109
|
+
<li><a href="fixtureTeardown.html">TestFixtureTearDown</a></li>
|
110
|
+
<li><a href="theory.html">Theory</a></li>
|
111
|
+
<li><a href="timeout.html">Timeout</a></li>
|
112
|
+
<li><a href="values.html">Values</a></li>
|
113
|
+
<li><a href="valueSource.html">ValueSource</a></li>
|
114
|
+
</ul>
|
115
|
+
<li><a href="nunit-console.html">Console Runner</a></li>
|
116
|
+
<li><a href="nunit-gui.html">Gui Runner</a></li>
|
117
|
+
<li><a href="configFiles.html">Configuration Files</a></li>
|
118
|
+
<li><a href="pnunit.html">PNUnit</a></li>
|
119
|
+
<li><a href="multiAssembly.html">Multiple Assemblies</a></li>
|
120
|
+
<li><a href="vsSupport.html">Visual Studio Support</a></li>
|
121
|
+
<li><a href="extensibility.html">Extensibility</a></li>
|
122
|
+
<li><a href="releaseNotes.html">Release Notes</a></li>
|
123
|
+
<li><a href="samples.html">Samples</a></li>
|
124
|
+
<li><a href="license.html">License</a></li>
|
125
|
+
</ul>
|
126
|
+
</ul>
|
127
|
+
</div>
|
128
|
+
<!-- End of Submenu -->
|
129
|
+
|
130
|
+
|
131
|
+
<!-- Standard Footer for NUnit.org -->
|
132
|
+
<div id="footer">
|
133
|
+
Copyright © 2009 Charlie Poole. All Rights Reserved.
|
134
|
+
</div>
|
135
|
+
<!-- End of Footer -->
|
136
|
+
|
137
|
+
</body>
|
138
|
+
</html>
|