source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/lib/NUnit/NUnit-2.5.10.11092/doc/mainMenu.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: 8.8 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 - MainMenu</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>Main Menu</h2>
28
29<hr><h3>File Menu</h3><hr>
30
31<h4>New Project…
32</h4>
33<p>Closes any open project, prompting the user to save it if it has been changed and then opens a
34FileSave dialog to allow selecting the name and location of the new project.</p>
35
36<h4>Open Project…
37</h4>
38<p>Closes any open project, prompting the user to save it if it has been changed and then opens a
39FileOpen dialog to allow selecting the name and location of an assembly, a test project or (if
40Visual Studio support is enabled) a Visual Studio project.</p>
41
42<h4>Close</h4>
43<p>Closes any open project, prompting the user to save it if it has been changed.</p>
44
45
46<h4>Save</h4>
47<p>Saves the currently open project. Opens the Save As dialog if this is the first time the project
48is being saved.</p>
49
50<h4>Save As…
51</h4>
52<p>Opens a FileSave dialog to allow specifying the name and location to which the project
53should be saved.</p>
54
55<h4>Reload Project</h4>
56<p>Completely reloads the current project by closing and re-opening it.</p>
57
58<h4>Reload Tests</h4>
59<p>Reloads the tests, merging any changes into the tree.</p>
60
61<h4>Select Runtime</h4>
62<p>Displays a list of runtime versions you may select in order to reload
63the tests using that runtime. This submenu is only present if you have
64more than one runtime version available. Any framework versions not supported
65by your NUnit installation will be disabled until you install the
66necessary NUnit components.
67
68<h4>Recent Projects…
69</h4>
70<p>Displays a list of recently opened projects and assemblies from which the user is able to select one for opening.</p>
71
72<h4>Exit</h4>
73<p>Closes and exits the application. If a test is running, the user is given the opportunity to
74cancel it and or to allow it to continue. If the open project has any pending changes, the user
75is given the opportunity to save it.</p>
76
77<hr><h3>View Menu</h3><hr>
78
79<h4>Full Gui</h4>
80<p>Displays the complete gui - as in prior versions of NUnit. This includes the
81 errors and failures and other tabs and the progress bar.</p>
82
83<h4>Mini Gui</h4>
84<p>Switches the display to the mini-gui, which consists of the tree display
85 only.</p>
86
87<h4>Result Tabs</h4>
88<p>Displays a submenu that allows showing or hiding the tabs on the right
89 hand side of the display.</p>
90
91<blockquote>
92<h5>Errors &amp; Failures, Tests Not Run, etc.</h5>
93<p>Selects the individual tabs to display.</p>
94</blockquote>
95
96<h4>Tree</h4>
97<p>Displays the Tree submenu.</p>
98
99<blockquote>
100<h5>Show Checkboxes</h5>
101<p>Turns the display of checkboxes in the tree on or off. The checkboxes may
102 be used to select multiple tests for running.</p>
103
104<h5>Expand</h5>
105<p>Expands the currently selected tree node.</p>
106
107<h5>Collapse</h5>
108<p>Collapses the currently selected tree node.</p>
109
110<h5>Expand All</h5>
111<p>Expands all nodes of the tree.</p>
112
113<h5>Collapse All</h5>
114<p>Collapses all nodes in the tree to the root.</p>
115
116<h5>Hide Tests</h5>
117<p>Collapses all fixture nodes, hiding the test cases.</p>
118
119<h5>Properties…
120</h5>
121<p>Displays the Properties Dialog for the currently selected test.</p>
122</blockquote>
123
124<h4>GUI Font</h4>
125<p>Displays a submenu that allows changing the general font used by NUnit.</p>
126
127<blockquote>
128<h5>Increase</h5>
129<p>Increases the size of the font.</p>
130
131<h5>Decrease</h5>
132<p>Decreases the size of the font.</p>
133
134<h5>Change...</h5>
135<p>Displays the Font Change dialog.</p>
136
137<h5>Restore</h5>
138<p>Restores the default font.</p>
139</blockquote>
140
141<h4>Fixed Font</h4>
142<p>Displays a submenu that allows changing the fixed font used to display
143console output from the tests.</p>
144
145<blockquote>
146<h5>Increase</h5>
147<p>Increases the size of the fixed font.</p>
148
149<h5>Decrease</h5>
150<p>Decreases the size of the fixed font.</p>
151
152<h5>Restore</h5>
153<p>Restores the default fixed font.</p>
154</blockquote>
155
156<h4>Assembly Details...</h4>
157<p>Displays information about loaded test assemblies.</p>
158
159<h4>Status Bar</h4>
160<p>Displays or hides the status bar.</p>
161
162<hr><h3>Project Menu</h3><hr>
163
164<h4>Configurations</h4>
165<p>Displays a submenu allowing selecting, adding or editing a configuration.
166
167<blockquote>
168<h5>Debug, Release, etc.</h5>
169<p>Loads the specified configuration for testing.</p>
170
171<h5>Add…
172</h5>
173<p>Opens the Add Configuration Dialog, which allows entry of the name of the new
174configuration and specifying an existing configuration to use as a template.</p>
175
176<h5>Edit…
177</h5>
178<p>Opens the <a href="configEditor.html">Configuration Editor</a>.</p>
179</blockquote>
180
181<h4>Add Assembly…
182</h4>
183<p>Displays a FileOpen dialog to allow selecting an assembly to be added to the active
184configuration of the currently open project.</p>
185
186<h4>Add VS Project…
187</h4>
188<p>Only available if Visual Studio Support is enabled. Displays a FileOpen dialog to allows
189selecting a Visual Studio project to be added to the currently open project. Entries are added
190for each configuration specified in the VS project, creating new configurations in the test
191project if necessary.</p>
192
193<h4>Edit…
194</h4>
195<p>Opens the <a href="projectEditor.html">Project Editor</a>.</p>
196
197<hr><h3>Test Menu</h3><hr>
198
199<h4>Run All</h4>
200<p>Runs all the tests.</p>
201
202<h4>Run Selected</h4>
203<p>Runs the test or tests that are selected in the tree. If checkboxes are visible,
204any checked tests are run by preference. This is the same function provided by
205the Run button.</p>
206
207<h4>Run Failed</h4>
208<p>Runs only the tests that failed on the previous run.</p>
209
210<h4>Stop Run</h4>
211<p>Stops the test run. This is the same function provided by the Stop button.</p>
212
213<hr><h3>Tools Menu</h3><hr>
214
215<h4>Save Results as XML…
216</h4>
217<p>Opens a FileSave Dialog for saving the test results as an XML file.</p>
218
219<h4>Exception Details…
220</h4>
221<p>Displays detailed information about the last exception.</p>
222
223<h4>Options...</h4>
224<p>Displays the <a href="optionsDialog.html">Options Dialog</a>.</p>
225
226<h4>Addins...</h4>
227<p>Displays the <a href="addinsDialog.html">Addins Dialog</a>.</p>
228
229<hr><h3>Help Menu</h3><hr>
230
231<h4>NUnit Help</h4>
232<p>Displays the NUnit documentation, if installed. Otherwise, attempts to
233connect to the NUnit web site.</p>
234
235<h4>About NUnit…
236</h4>
237<p>Displays info about your version of NUnit and a link to the nunit.org site.</p>
238
239</div>
240
241<!-- Submenu -->
242<div id="subnav">
243<ul>
244<li><a href="index.html">NUnit 2.5.10</a></li>
245<ul>
246<li><a href="getStarted.html">Getting&nbsp;Started</a></li>
247<li><a href="assertions.html">Assertions</a></li>
248<li><a href="constraintModel.html">Constraints</a></li>
249<li><a href="attributes.html">Attributes</a></li>
250<li><a href="runningTests.html">Running&nbsp;Tests</a></li>
251<ul>
252<li><a href="nunit-console.html">Console&nbsp;Runner</a></li>
253<li><a href="nunit-gui.html">Gui&nbsp;Runner</a></li>
254<ul>
255<li><a href="guiCommandLine.html">Command-Line</a></li>
256<li id="current"><a href="mainMenu.html">Main&nbsp;Menu</a></li>
257<li><a href="contextMenu.html">Context&nbsp;Menu</a></li>
258<li><a href="settingsDialog.html">Settings&nbsp;Dialog</a></li>
259<li><a href="addinsDialog.html">Addins&nbsp;Dialog</a></li>
260<li><a href="testProperties.html">Test&nbsp;Properties</a></li>
261<li><a href="configEditor.html">Configuration&nbsp;Editor</a></li>
262<li><a href="projectEditor.html">Project&nbsp;Editor</a></li>
263</ul>
264<li><a href="pnunit.html">PNUnit&nbsp;Runner</a></li>
265<li><a href="nunit-agent.html">NUnit&nbsp;Agent</a></li>
266<li><a href="runtimeSelection.html">Runtime&nbsp;Selection</a></li>
267<li><a href="assemblyIsolation.html">Assembly&nbsp;Isolation</a></li>
268<li><a href="configFiles.html">Configuration&nbsp;Files</a></li>
269<li><a href="multiAssembly.html">Multiple&nbsp;Assemblies</a></li>
270<li><a href="vsSupport.html">Visual&nbsp;Studio&nbsp;Support</a></li>
271</ul>
272<li><a href="extensibility.html">Extensibility</a></li>
273<li><a href="releaseNotes.html">Release&nbsp;Notes</a></li>
274<li><a href="samples.html">Samples</a></li>
275<li><a href="license.html">License</a></li>
276</ul>
277</ul>
278</div>
279<!-- End of Submenu -->
280
281
282<!-- Standard Footer for NUnit.org -->
283<div id="footer">
284 Copyright &copy; 2010 Charlie Poole. All Rights Reserved.
285</div>
286<!-- End of Footer -->
287
288</body>
289</html>
Note: See TracBrowser for help on using the repository browser.