This file is indexed.

/usr/share/doc/nunit/html/mainMenu.html is in libnunit-doc 2.6.3+dfsg-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
<!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<!-- Standard Head Part -->
<head>
<title>NUnit - MainMenu</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-US">
<meta name="norton-safeweb-site-verification" content="tb6xj01p4hgo5x-8wscsmq633y11-e6nhk-bnb5d987bseanyp6p0uew-pec8j963qlzj32k5x9h3r2q7wh-vmy8bbhek5lnpp5w4p8hocouuq39e09jrkihdtaeknua" />
<link rel="stylesheet" type="text/css" href="nunit.css">
<link rel="shortcut icon" href="favicon.ico">
</head>
<!-- End Standard Head Part -->

<body>

<!-- Standard Header for NUnit.org -->
<div id="header">
  <a id="logo" href="http://www.nunit.org"><img src="img/logo.gif" alt="NUnit.org" title="NUnit.org"></a>
  <div id="nav">
    <a href="http://www.nunit.org">NUnit</a>
    <a class="active" href="index.html">Documentation</a>
  </div>
</div>
<!-- End of Header -->

<div id="content">

<h2>Main Menu</h2>

<hr><h3>File Menu</h3><hr>

<h4>New Project�</h4>
<p>Closes any open project, prompting the user to save it if it has been changed and then opens a
FileSave dialog to allow selecting the name and location of the new project.</p>

<h4>Open Project�</h4>
<p>Closes any open project, prompting the user to save it if it has been changed and then opens a
FileOpen dialog to allow selecting the name and location of an assembly, a test project or (if
Visual Studio support is enabled) a Visual Studio project.</p>

<h4>Close</h4>
<p>Closes any open project, prompting the user to save it if it has been changed.</p>


<h4>Save</h4>
<p>Saves the currently open project. Opens the Save As dialog if this is the first time the project
is being saved.</p>

<h4>Save As�</h4>
<p>Opens a FileSave dialog to allow specifying the name and location to which the project
should be saved.</p>

<h4>Reload Project</h4>
<p>Completely reloads the current project by closing and re-opening it.</p>

<h4>Reload Tests</h4>
<p>Reloads the tests, merging any changes into the tree.</p>

<h4>Select Runtime</h4>
<p>Displays a list of runtime versions you may select in order to reload
the tests using that runtime. This submenu is only present if you have
more than one runtime version available. Any framework versions not supported
by your NUnit installation will be disabled until you install the
necessary NUnit components.

<h4>Recent Projects�</h4>
<p>Displays a list of recently opened projects and assemblies from which the user is able to select one for opening.</p>

<h4>Exit</h4>
<p>Closes and exits the application. If a test is running, the user is given the opportunity to
cancel it and or to allow it to continue. If the open project has any pending changes, the user
is given the opportunity to save it.</p>

<hr><h3>View Menu</h3><hr>

<h4>Full Gui</h4>
<p>Displays the complete gui - as in prior versions of NUnit. This includes the
   errors and failures and other tabs and the progress bar.</p>
   
<h4>Mini Gui</h4>
<p>Switches the display to the mini-gui, which consists of the tree display 
   only.</p>

<h4>Result Tabs</h4>
<p>Displays a submenu that allows showing or hiding the tabs on the right
   hand side of the display.</p>

<blockquote>
<h5>Errors &amp; Failures, Tests Not Run, etc.</h5>
<p>Selects the individual tabs to display.</p>
</blockquote>

<h4>Tree</h4>
<p>Displays the Tree submenu.</p>

<blockquote>
<h5>Show Checkboxes</h5>
<p>Turns the display of checkboxes in the tree on or off. The checkboxes may
   be used to select multiple tests for running.</p>
   
<h5>Expand</h5>
<p>Expands the currently selected tree node.</p>

<h5>Collapse</h5>
<p>Collapses the currently selected tree node.</p>

<h5>Expand All</h5>
<p>Expands all nodes of the tree.</p>

<h5>Collapse All</h5>
<p>Collapses all nodes in the tree to the root.</p>

<h5>Hide Tests</h5>
<p>Collapses all fixture nodes, hiding the test cases.</p>

<h5>Properties�</h5>
<p>Displays the Properties Dialog for the currently selected test.</p>
</blockquote>

<h4>GUI Font</h4>
<p>Displays a submenu that allows changing the general font used by NUnit.</p>

<blockquote>
<h5>Increase</h5>
<p>Increases the size of the font.</p>

<h5>Decrease</h5>
<p>Decreases the size of the font.</p>

<h5>Change...</h5>
<p>Displays the Font Change dialog.</p>

<h5>Restore</h5>
<p>Restores the default font.</p>
</blockquote>

<h4>Fixed Font</h4>
<p>Displays a submenu that allows changing the fixed font used to display
console output from the tests.</p>

<blockquote>
<h5>Increase</h5>
<p>Increases the size of the fixed font.</p>

<h5>Decrease</h5>
<p>Decreases the size of the fixed font.</p>

<h5>Restore</h5>
<p>Restores the default fixed font.</p>
</blockquote>

<h4>Assembly Details...</h4>
<p>Displays information about loaded test assemblies.</p>

<h4>Status Bar</h4>
<p>Displays or hides the status bar.</p>

<hr><h3>Project Menu</h3><hr>

<h4>Configurations</h4>
<p>Displays a submenu allowing selecting, adding or editing a configuration.

<blockquote>
<h5>Debug, Release, etc.</h5>
<p>Loads the specified configuration for testing.</p>

<h5>Add�</h5>
<p>Opens the Add Configuration Dialog, which allows entry of the name of the new
configuration and specifying an existing configuration to use as a template.</p>

<h5>Edit�</h5>
<p>Opens the <a href="configEditor.html">Configuration Editor</a>.</p>
</blockquote>

<h4>Add Assembly�</h4>
<p>Displays a FileOpen dialog to allow selecting an assembly to be added to the active
configuration of the currently open project.</p>

<h4>Add VS Project�</h4>
<p>Only available if Visual Studio Support is enabled. Displays a FileOpen dialog to allows
selecting a Visual Studio project to be added to the currently open project. Entries are added
for each configuration specified in the VS project, creating new configurations in the test
project if necessary.</p>

<h4>Edit�</h4>
<p>Opens the <a href="projectEditor.html">Project Editor</a>.</p>

<hr><h3>Test Menu</h3><hr>

<h4>Run All</h4>
<p>Runs all the tests.</p>

<h4>Run Selected</h4>
<p>Runs the test or tests that are selected in the tree. If checkboxes are visible,
any checked tests are run by preference. This is the same function provided by
the Run button.</p>

<h4>Run Failed</h4>
<p>Runs only the tests that failed on the previous run.</p>

<h4>Stop Run</h4>
<p>Stops the test run. This is the same function provided by the Stop button.</p>

<hr><h3>Tools Menu</h3><hr>

<h4>Test Assemblies...</h4>
<p>Displays information about loaded test assemblies.</p>

<h4>Save Results as XML�</h4>
<p>Opens a FileSave Dialog for saving the test results as an XML file.</p>

<h4>Exception Details�</h4>
<p>Displays detailed information about the last exception.</p>

<h4>Open Log Directory...</h4>
<p>Opens the directory containing logs.</p>

<h4>Settings...</h4>
<p>Displays the <a href="settingsDialog.html">Settings Dialog</a>.</p>

<h4>Addins...</h4>
<p>Displays the <a href="addinsDialog.html">Addins Dialog</a>.</p>

<hr><h3>Help Menu</h3><hr>

<h4>NUnit Help</h4>
<p>Displays the NUnit documentation, if installed. Otherwise, attempts to 
connect to the NUnit web site.</p>

<h4>About NUnit�</h4>
<p>Displays info about your version of NUnit and a link to the nunit.org site.</p>

</div>

<!-- Submenu -->
<div id="subnav">
<ul>
<li><a href="index.html">NUnit 2.6.3</a></li>
<ul>
<li><a href="getStarted.html">Getting&nbsp;Started</a></li>
<li><a href="writingTests.html">Writing&nbsp;Tests</a></li>
<li><a href="runningTests.html">Running&nbsp;Tests</a></li>
<ul>
<li><a href="nunit-console.html">Console&nbsp;Runner</a></li>
<li><a href="nunit-gui.html">Gui&nbsp;Runner</a></li>
<ul>
<li><a href="guiCommandLine.html">Command-Line</a></li>
<li id="current"><a href="mainMenu.html">Main&nbsp;Menu</a></li>
<li><a href="contextMenu.html">Context&nbsp;Menu</a></li>
<li><a href="settingsDialog.html">Settings&nbsp;Dialog</a></li>
<li><a href="addinsDialog.html">Addins&nbsp;Dialog</a></li>
<li><a href="testProperties.html">Test&nbsp;Properties</a></li>
<li><a href="configEditor.html">Configuration&nbsp;Editor</a></li>
</ul>
<li><a href="pnunit.html">PNUnit&nbsp;Runner</a></li>
<li><a href="nunit-agent.html">NUnit&nbsp;Agent</a></li>
<li><a href="projectEditor.html">Project&nbsp;Editor</a></li>
<li><a href="runtimeSelection.html">Runtime&nbsp;Selection</a></li>
<li><a href="assemblyIsolation.html">Assembly&nbsp;Isolation</a></li>
<li><a href="configFiles.html">Configuration&nbsp;Files</a></li>
<li><a href="multiAssembly.html">Multiple&nbsp;Assemblies</a></li>
<li><a href="vsSupport.html">Visual&nbsp;Studio&nbsp;Support</a></li>
</ul>
<li><a href="extensibility.html">Extensibility</a></li>
<li><a href="releaseNotes.html">Release&nbsp;Notes</a></li>
<li><a href="samples.html">Samples</a></li>
<li><a href="license.html">License</a></li>
</ul>
<li><a href="vsTestAdapter.html">NUnit&nbsp;Test&nbsp;Adapter</a></li>
<ul>
<li><a href="vsTestAdapterLicense.html">License</a></li>
<li><a href="vsTestAdapterReleaseNotes.html">Release&nbsp;Notes</a></li>
</ul>
<li><a href="&r=2.6.3.html"></a></li>
<li><a href="&r=2.6.3.html"></a></li>
</ul>
</div>
<!-- End of Submenu -->


<!-- Standard Footer for NUnit.org -->
<div id="footer">
  Copyright &copy; 2012 Charlie Poole. All Rights Reserved.
</div>
<!-- End of Footer -->

</body>
</html>