You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by sy...@apache.org on 2014/04/07 22:24:15 UTC

[09/19] nuget package restore

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f63ba31d/lib/NUnit.org/NUnit/2.5.9/doc/installation.html
----------------------------------------------------------------------
diff --git a/lib/NUnit.org/NUnit/2.5.9/doc/installation.html b/lib/NUnit.org/NUnit/2.5.9/doc/installation.html
deleted file mode 100644
index 9e72d37..0000000
--- a/lib/NUnit.org/NUnit/2.5.9/doc/installation.html
+++ /dev/null
@@ -1,126 +0,0 @@
-<!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<html>
-<!-- Standard Head Part -->
-<head>
-<title>NUnit - Installation</title>
-<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
-<meta http-equiv="Content-Language" content="en-US">
-<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>Installation</h2>
-<p>By default the <b>NUnit</b> installation program places all of the files into the 
-	<b>C:\Program&nbsp;Files\NUnit&nbsp;2.5.9</b> directory. 
-	In the installation directory there are up to four sub-directories: net-1.1,
-	  net-2.0, doc, and samples. The actual number depends on what the user has
-	  chosen to install. Source code is no
-      longer provided with the binary installation package. Download the source
-	  package if source is needed.
-<h3>Running NUnit</h3>
-<p>The installation program places a number of shortcuts in the start menu, which 
-	run NUnit under .NET or Mono, depending on what is installed on your system.
-    For NUnit 2.5, the gui only runs under version 2.0 of the CLR, although tests
-	may be executed under other versions using a separate process.
-
-<h3>Configuration</h3>
-<p>When running NUnit from the command line or through the desktop shortcut, the
-	configuration files files nunit.exe.config and nunit-console.exe.config control 
-	the operation of NUnit itself.
-    Settings that you place in these files are not available to your tests or to the 
-	production code you are testing. 
-<p>A separate config file is used for your tests themselves. 
-    If you are running tests from the test.dll assembly, the config file 
-	should be named test.dll.config. If you are running tests from the NUnit test 
-	project MyTests.nunit, the config file should be named MyTests.config. In 
-	either case the config file must reside in the same directory as the file from 
-	which it takes its name.</p>
-<p>In addition to settings of your own, the config file for a set of tests may 
-	contain information used by NUnit in loading your tests. In particular, this 
-	allows you to control the apartment state and priority of the thread that NUnit 
-	uses to run your tests. Other settings may be added in the future.</p>
-<p>See the <a href="configFiles.html">Configuration Files</a> 
-    page for further information on configuration.</p>
-	
-<h3>Installation Verification</h3>
-<p>NUnit's own tests are available as an installation option. If you installed
-the tests, you may verify that the installation has worked successfully by
-running the NUnit gui and loading and running NUnitTests.nunit. All tests should pass.
-<div class="screenshot-left">
-    <img src="img/gui-verify.jpg"></div>
-<p>
-<p><b>Note:</b> Although the NUnit installation has been modified to allow non-admin
-    users to install, there are still a large number of tests which can only run
-	successfully under an administrative id. This is a problem with the code in
-	the tests themselves, not with NUnit.</p>
-<h3>Timing Tests</h3>
-<p>The assembly timing-tests.dll contains several tests that measure the performance of
-    NUnit in loading tests. In addition, it contains some long-running tests that are used 
-	to verify that all remoting timeout problems have been fixed. The test cases 
-	all run for six to 12 minutes and give no indication whatsoever that they are 
-	working! This is required since correct handling of a non-communicative user 
-	test is what these tests are all about.</p>
-<h3>Additional Tests</h3>
-<p>Additional tests are included with the samples and in separate assemblies used 
-	as data by the verification tests themselves. Failures or not run conditions in 
-	these tests are intentional.</p>
-
-<h3>Manual Installation</h3>
-
-<p>You may build NUnit from source using one of the Visual Studio solutions or
-    the NAnt script. In either case, an output directory is created, which
-	contains all files needed in the proper relative location. Just copy this
-	directory to a permanent location and create shortcuts if desired.
-
-</div>
-
-<!-- Submenu -->
-<div id="subnav">
-<ul>
-<li><a href="index.html">NUnit 2.5.9</a></li>
-<ul>
-<li><a href="getStarted.html">Getting&nbsp;Started</a></li>
-<ul>
-<li><a href="quickStart.html">Quick&nbsp;Start</a></li>
-<li id="current"><a href="installation.html">Installation</a></li>
-<ul>
-<li><a href="upgrade.html">Upgrading</a></li>
-</ul>
-</ul>
-<li><a href="assertions.html">Assertions</a></li>
-<li><a href="constraintModel.html">Constraints</a></li>
-<li><a href="attributes.html">Attributes</a></li>
-<li><a href="runningTests.html">Running&nbsp;Tests</a></li>
-<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>
-</ul>
-</div>
-<!-- End of Submenu -->
-
-
-<!-- Standard Footer for NUnit.org -->
-<div id="footer">
-  Copyright &copy; 2010 Charlie Poole. All Rights Reserved.
-</div>
-<!-- End of Footer -->
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f63ba31d/lib/NUnit.org/NUnit/2.5.9/doc/license.html
----------------------------------------------------------------------
diff --git a/lib/NUnit.org/NUnit/2.5.9/doc/license.html b/lib/NUnit.org/NUnit/2.5.9/doc/license.html
deleted file mode 100644
index 472606c..0000000
--- a/lib/NUnit.org/NUnit/2.5.9/doc/license.html
+++ /dev/null
@@ -1,88 +0,0 @@
-<!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<html>
-<!-- Standard Head Part -->
-<head>
-<title>NUnit - License</title>
-<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
-<meta http-equiv="Content-Language" content="en-US">
-<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>NUnit License</h2>
-
-<p>
-Copyright &copy; 2002-2009 Charlie Poole<br>
-Copyright &copy; 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov<br>
-Copyright &copy; 2000-2002 Philip A. Craig</p>
-<p>	This software is provided 'as-is', without any express or implied warranty. In 
-	no event will the authors be held liable for any damages arising from the use 
-	of this software.</p>
-<p>Permission is granted to anyone to use this software for any purpose, including 
-	commercial applications, and to alter it and redistribute it freely, subject to 
-	the following restrictions:</p>
-<p>1. The origin of this software must not be misrepresented; you must not claim 
-	that you wrote the original software. If you use this software in a product, an 
-	acknowledgment (see the following) in the product documentation is required.</p>
-<p>Portions Copyright &copy; 2002-2009 Charlie Poole or 
-    Copyright&nbsp;&copy; 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. 
-	Vorontsov or Copyright&nbsp;&copy; 2000-2002 Philip A. Craig</p>
-<p>2. Altered source versions must be plainly marked as such, and must not be 
-	misrepresented as being the original software.</p>
-<p>3. This notice may not be removed or altered from any source distribution.</p>
-
-<h4>License Note</h4>
-<p>This license is based on <A href="http://www.opensource.org/licenses/zlib-license.html">
-the open source zlib/libpng license</A>. The idea was to keep the license 
-as simple as possible to encourage use of NUnit in free and commercial 
-applications and libraries, but to keep the source code together and to give 
-credit to the NUnit contributors for their efforts. While this license allows 
-shipping NUnit in source and binary form, if shipping a NUnit variant is the 
-sole purpose of your product, please <a href="mailto:cpoole@pooleconsulting.com">let 
-us know</a>.</p>
-
-</div>
-
-<!-- Submenu -->
-<div id="subnav">
-<ul>
-<li><a href="index.html">NUnit 2.5.9</a></li>
-<ul>
-<li><a href="getStarted.html">Getting&nbsp;Started</a></li>
-<li><a href="assertions.html">Assertions</a></li>
-<li><a href="constraintModel.html">Constraints</a></li>
-<li><a href="attributes.html">Attributes</a></li>
-<li><a href="runningTests.html">Running&nbsp;Tests</a></li>
-<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 id="current"><a href="license.html">License</a></li>
-</ul>
-</ul>
-</div>
-<!-- End of Submenu -->
-
-
-<!-- Standard Footer for NUnit.org -->
-<div id="footer">
-  Copyright &copy; 2010 Charlie Poole. All Rights Reserved.
-</div>
-<!-- End of Footer -->
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f63ba31d/lib/NUnit.org/NUnit/2.5.9/doc/listMapper.html
----------------------------------------------------------------------
diff --git a/lib/NUnit.org/NUnit/2.5.9/doc/listMapper.html b/lib/NUnit.org/NUnit/2.5.9/doc/listMapper.html
deleted file mode 100644
index 7685b30..0000000
--- a/lib/NUnit.org/NUnit/2.5.9/doc/listMapper.html
+++ /dev/null
@@ -1,99 +0,0 @@
-<!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<html>
-<!-- Standard Head Part -->
-<head>
-<title>NUnit - ListMapper</title>
-<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
-<meta http-equiv="Content-Language" content="en-US">
-<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>List Mapper (NUnit 2.4.2)</h2>
-
-<p>Unlike Constraint classes, <b>ListMapper</b> is used to modify the actual
-value argument to Assert.That(). It transforms the actual value, which
-must be a collection, creating a new collection to be tested against the
-supplied constraint. Currently, ListMapper supports one transformation: creating
-a collection of property values.
-
-<p>Normally, ListMapper will be used through the <b>List.Map()</b> syntax helper
-or the inherited syntax equivalent, <b>Map()</b>. The following example
-shows three forms of the same assert:
-
-<div class="code"><pre>
-string[] strings = new string[] { "a", "ab", "abc" };
-int[] lengths = new int[] { 1, 2, 3 };
-
-Assert.That(List.Map(strings).Property("Length"), 
-       Is.EqualTo(lengths));
-	   
-Assert.That(new ListMapper(strings).Property("Length"),
-       Is.EqualTo(lengths));
-
-// Assuming inheritance from AssertionHelper
-Expect(Map(strings).Property("Length"), EqualTo(lengths));
-</pre></div>
-
-
-</div>
-
-<!-- Submenu -->
-<div id="subnav">
-<ul>
-<li><a href="index.html">NUnit 2.5.9</a></li>
-<ul>
-<li><a href="getStarted.html">Getting&nbsp;Started</a></li>
-<li><a href="assertions.html">Assertions</a></li>
-<li><a href="constraintModel.html">Constraints</a></li>
-<ul>
-<li><a href="equalConstraint.html">Equal&nbsp;Constraint</a></li>
-<li><a href="sameasConstraint.html">SameAs&nbsp;Constraint</a></li>
-<li><a href="conditionConstraints.html">Condition&nbsp;Constraints</a></li>
-<li><a href="comparisonConstraints.html">Comparison&nbsp;Constrants</a></li>
-<li><a href="pathConstraints.html">Path&nbsp;Constraints</a></li>
-<li><a href="typeConstraints.html">Type&nbsp;Constraints</a></li>
-<li><a href="stringConstraints.html">String&nbsp;Constraints</a></li>
-<li><a href="collectionConstraints.html">Collection&nbsp;Constraints</a></li>
-<li><a href="propertyConstraint.html">Property&nbsp;Constraint</a></li>
-<li><a href="throwsConstraint.html">Throws&nbsp;Constraint</a></li>
-<li><a href="compoundConstraints.html">Compound&nbsp;Constraints</a></li>
-<li><a href="delayedConstraint.html">Delayed&nbsp;Constraint</a></li>
-<li id="current"><a href="listMapper.html">List&nbsp;Mapper</a></li>
-<li><a href="reusableConstraint.html">Reusable&nbsp;Constraint</a></li>
-</ul>
-<li><a href="attributes.html">Attributes</a></li>
-<li><a href="runningTests.html">Running&nbsp;Tests</a></li>
-<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>
-</ul>
-</div>
-<!-- End of Submenu -->
-
-
-<!-- Standard Footer for NUnit.org -->
-<div id="footer">
-  Copyright &copy; 2010 Charlie Poole. All Rights Reserved.
-</div>
-<!-- End of Footer -->
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f63ba31d/lib/NUnit.org/NUnit/2.5.9/doc/mainMenu.html
----------------------------------------------------------------------
diff --git a/lib/NUnit.org/NUnit/2.5.9/doc/mainMenu.html b/lib/NUnit.org/NUnit/2.5.9/doc/mainMenu.html
deleted file mode 100644
index 023accc..0000000
--- a/lib/NUnit.org/NUnit/2.5.9/doc/mainMenu.html
+++ /dev/null
@@ -1,276 +0,0 @@
-<!-- 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">
-<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>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>Options...</h4>
-<p>Displays the <a href="optionsDialog.html">Options 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.5.9</a></li>
-<ul>
-<li><a href="getStarted.html">Getting&nbsp;Started</a></li>
-<li><a href="assertions.html">Assertions</a></li>
-<li><a href="constraintModel.html">Constraints</a></li>
-<li><a href="attributes.html">Attributes</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>
-<li><a href="projectEditor.html">Project&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="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>
-</ul>
-</div>
-<!-- End of Submenu -->
-
-
-<!-- Standard Footer for NUnit.org -->
-<div id="footer">
-  Copyright &copy; 2010 Charlie Poole. All Rights Reserved.
-</div>
-<!-- End of Footer -->
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f63ba31d/lib/NUnit.org/NUnit/2.5.9/doc/maxtime.html
----------------------------------------------------------------------
diff --git a/lib/NUnit.org/NUnit/2.5.9/doc/maxtime.html b/lib/NUnit.org/NUnit/2.5.9/doc/maxtime.html
deleted file mode 100644
index 2984070..0000000
--- a/lib/NUnit.org/NUnit/2.5.9/doc/maxtime.html
+++ /dev/null
@@ -1,119 +0,0 @@
-<!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<html>
-<!-- Standard Head Part -->
-<head>
-<title>NUnit - Maxtime</title>
-<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
-<meta http-equiv="Content-Language" content="en-US">
-<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">
-
-<h3>MaxtimeAttribute (NUnit 2.5)</h3>
-
-<p>The <b>MaxtimeAttribute</b> is used on test methods to specify a maximum time 
-   in milliseconds for a test case. If the test case takes longer than the 
-   specified time to complete, it is reported as a failure.
-   
-<h4>Example</h4>
-
-<div class="code"><pre>
-[Test, Maxtime(2000)]
-public void TimedTest()
-{
-    ...
-}
-</pre></div>
-
-<h4>Notes:</h4>
-
-<ol>
-<li>Any assertion failures take precedence over the elapsed time check.
-<li>This attribute does not cancel the test if the time
-is exceeded. It merely waits for the test to complete and then
-compares the elapsed time to the specified maximum. If you want to
-cancel long-running tests, see <a href="timeout.html">TimeoutAttribute</a>.
-</ol>
-
-</div>
-
-<!-- Submenu -->
-<div id="subnav">
-<ul>
-<li><a href="index.html">NUnit 2.5.9</a></li>
-<ul>
-<li><a href="getStarted.html">Getting&nbsp;Started</a></li>
-<li><a href="assertions.html">Assertions</a></li>
-<li><a href="constraintModel.html">Constraints</a></li>
-<li><a href="attributes.html">Attributes</a></li>
-<ul>
-<li><a href="category.html">Category</a></li>
-<li><a href="combinatorial.html">Combinatorial</a></li>
-<li><a href="culture.html">Culture</a></li>
-<li><a href="datapoint.html">Datapoint(s)</a></li>
-<li><a href="description.html">Description</a></li>
-<li><a href="exception.html">Exception</a></li>
-<li><a href="explicit.html">Explicit</a></li>
-<li><a href="ignore.html">Ignore</a></li>
-<li id="current"><a href="maxtime.html">Maxtime</a></li>
-<li><a href="pairwise.html">Pairwise</a></li>
-<li><a href="platform.html">Platform</a></li>
-<li><a href="property.html">Property</a></li>
-<li><a href="random.html">Random</a></li>
-<li><a href="range.html">Range</a></li>
-<li><a href="repeat.html">Repeat</a></li>
-<li><a href="requiredAddin.html">RequiredAddin</a></li>
-<li><a href="requiresMTA.html">Requires&nbsp;MTA</a></li>
-<li><a href="requiresSTA.html">Requires&nbsp;STA</a></li>
-<li><a href="requiresThread.html">Requires&nbsp;Thread</a></li>
-<li><a href="sequential.html">Sequential</a></li>
-<li><a href="setCulture.html">SetCulture</a></li>
-<li><a href="setup.html">Setup</a></li>
-<li><a href="setupFixture.html">SetupFixture</a></li>
-<li><a href="suite.html">Suite</a></li>
-<li><a href="teardown.html">Teardown</a></li>
-<li><a href="test.html">Test</a></li>
-<li><a href="testCase.html">TestCase</a></li>
-<li><a href="testCaseSource.html">TestCaseSource</a></li>
-<li><a href="testFixture.html">TestFixture</a></li>
-<li><a href="fixtureSetup.html">TestFixtureSetUp</a></li>
-<li><a href="fixtureTeardown.html">TestFixtureTearDown</a></li>
-<li><a href="theory.html">Theory</a></li>
-<li><a href="timeout.html">Timeout</a></li>
-<li><a href="values.html">Values</a></li>
-<li><a href="valueSource.html">ValueSource</a></li>
-</ul>
-<li><a href="runningTests.html">Running&nbsp;Tests</a></li>
-<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>
-</ul>
-</div>
-<!-- End of Submenu -->
-
-
-<!-- Standard Footer for NUnit.org -->
-<div id="footer">
-  Copyright &copy; 2010 Charlie Poole. All Rights Reserved.
-</div>
-<!-- End of Footer -->
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f63ba31d/lib/NUnit.org/NUnit/2.5.9/doc/multiAssembly.html
----------------------------------------------------------------------
diff --git a/lib/NUnit.org/NUnit/2.5.9/doc/multiAssembly.html b/lib/NUnit.org/NUnit/2.5.9/doc/multiAssembly.html
deleted file mode 100644
index 4da1f80..0000000
--- a/lib/NUnit.org/NUnit/2.5.9/doc/multiAssembly.html
+++ /dev/null
@@ -1,134 +0,0 @@
-<!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<html>
-<!-- Standard Head Part -->
-<head>
-<title>NUnit - MultiAssembly</title>
-<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
-<meta http-equiv="Content-Language" content="en-US">
-<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>Multiple-Assembly Support</h2>
-
-<p>Since version 2.1, NUnit has allowed loading suites of tests from multiple assemblies in both
-the console and GUI runners. This may be done on an adhoc basis or by creating NUnit test projects
-saved as files of type '.nunit'. In either case, a top-level suite is constructed, which contains
-the root suite for each assembly. Tests are run and reported just as for a single assembly.</p>
-
-<h3>Adhoc Usage</h3>
-
-<p>Using the console runner, multiple assemblies may be run simply by specifying their names on the 
-command line. See <a href="consoleCommandLine.html">NUnit-Console Command Line Options</a> for
-an example of this usage.</p>
-
-<p>The gui runner does not support specifying multiple assemblies on the command-line.
-However, you can load a single assembly and then use the Project menu to add additional 
-assemblies. Additionally, you can drag multiple assemblies to the tree view pane, in which 
-case they will replace any assemblies already loaded.</p>
-
-<h3>NUnit Test Projects</h3>
-
-<p>Running tests from multiple assemblies is facilitated by the use of NUnit test projects. These are
-files with the extension .nunit containing information about the assemblies to be loaded. The
-following is an example of a hypothetical test project file:</p>
-
-<div class="code">
-<pre>&lt;NUnitProject&gt;
-  &lt;Settings activeconfig="Debug"/&gt;
-  &lt;Config name="Debug"&gt;
-    &lt;assembly path="LibraryCore\bin\Debug\Library.dll"/&gt;
-    &lt;assembly path="LibraryUI\bin\Debug\LibraryUI.dll"/&gt;
-  &lt;/Config&gt;
-  &lt;Config name="Release"&gt;
-    &lt;assembly path="LibraryCore\bin\Release\Library.dll"/&gt;
-    &lt;assembly path="LibraryUI\bin\Release\LibraryUI.dll"/&gt;
-  &lt;/Config&gt;
-&lt;/NUnitProject&gt;</pre>
-</div>
-
-<p>This project contains two configurations, each of which contains two assemblies. The Debug
-configuration is currently active. By default, the assemblies will be loaded using the directory
-containing this file as the ApplicationBase. The PrivateBinPath will be set automatically to
-<code>LibraryCore\bin\Debug;LibraryUI\bin\Debug</code> or to the corresonding release path.
-XML attributes are used to specify non-default values for the ApplicationBase, Configuration
-File and PrivateBinPath. The <a href="projectEditor.html">Project Editor</a> may
-be used to create or modify NUnit projects.</p>
-
-<p>Even when you are running a single test assembly, NUnit creates an internal project
-to contain that assembly. If you are using the gui, you can save this project, edit it,
-add additional assemblies, etc. Note that the gui does not display the internal project
-unless you add assemblies or modify it in some other way.
-
-<p>If you use <a href="vsSupport.html">Visual Studio Support</a> to load Visual
-Studio .Net project or solution files, NUnit converts them to Test projects internally.
-As with other internal projects, these test projects are not saved automatically but may
-be saved by use of the File menu.</p>
-
-<h3>Loading and Running</h3>
-
-<p>In the past, test writers have been able to rely on the current directory being set to the 
-directory containing the single loaded assembly. For the purpose of compatibility, NUnit continues
-to set the current directory to the directory containing each assembly whenever any test from that 
-assembly is run.</p>
-
-<p>Additionally, because some assemblies may rely on unmanaged dlls in the same directory, the 
-current directory is also set to that of the assembly at the time the assembly is loaded. However, 
-in cases where multiple assemblies reference the same unmanaged assembly, this may not be sufficient 
-and the user may need to place the directory containing the unmanaged dll on the path.</p>
-
-</div>
-
-<!-- Submenu -->
-<div id="subnav">
-<ul>
-<li><a href="index.html">NUnit 2.5.9</a></li>
-<ul>
-<li><a href="getStarted.html">Getting&nbsp;Started</a></li>
-<li><a href="assertions.html">Assertions</a></li>
-<li><a href="constraintModel.html">Constraints</a></li>
-<li><a href="attributes.html">Attributes</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>
-<li><a href="pnunit.html">PNUnit&nbsp;Runner</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 id="current"><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>
-</ul>
-</div>
-<!-- End of Submenu -->
-
-
-<!-- Standard Footer for NUnit.org -->
-<div id="footer">
-  Copyright &copy; 2010 Charlie Poole. All Rights Reserved.
-</div>
-<!-- End of Footer -->
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f63ba31d/lib/NUnit.org/NUnit/2.5.9/doc/nunit-agent.html
----------------------------------------------------------------------
diff --git a/lib/NUnit.org/NUnit/2.5.9/doc/nunit-agent.html b/lib/NUnit.org/NUnit/2.5.9/doc/nunit-agent.html
deleted file mode 100644
index d5f8039..0000000
--- a/lib/NUnit.org/NUnit/2.5.9/doc/nunit-agent.html
+++ /dev/null
@@ -1,97 +0,0 @@
-<!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<html>
-<!-- Standard Head Part -->
-<head>
-<title>NUnit - Nunit-agent</title>
-<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
-<meta http-equiv="Content-Language" content="en-US">
-<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>NUnit-Agent</h2>
-
-<p>The nunit-agent.exe program is used by other runners when the tests are being
-   run in a separate process. It is not intended for direct execution by users.
-
-<p>NUnit runs tests in a separate process in several situations:
-
-<ol>
-<li>When the program needs to be run under a different framework or version
-from the one being used by NUnit itself.
-<li>When the user requests process-level isolation through the command line
-or the NUnit settings.
-</ol>
-
-<h3>Debugging</h3>
-
-<p>When debugging tests that are run in a separate process, it is 
-   not possible to do so by simply running the console or gui runner
-   under the debugger. Rather, it is necessary to attach the debugger
-   to the nunit-agent process after the tests have been loaded. 
-
-<p>When running under the Gui, NUnit will continue to use the same 
-   process to reload tests so that it is not normally necessary to 
-   re-attach to a new process. However, if the settings are changed
-   in a way that requires a differnt process - for example, by changing 
-   the version of the runtime that is being used - the old process will
-   be terminated and a new one created. In that case, it's necessary
-   to re-attach to the new process.
-
-
-</div>
-
-<!-- Submenu -->
-<div id="subnav">
-<ul>
-<li><a href="index.html">NUnit 2.5.9</a></li>
-<ul>
-<li><a href="getStarted.html">Getting&nbsp;Started</a></li>
-<li><a href="assertions.html">Assertions</a></li>
-<li><a href="constraintModel.html">Constraints</a></li>
-<li><a href="attributes.html">Attributes</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>
-<li><a href="pnunit.html">PNUnit&nbsp;Runner</a></li>
-<li id="current"><a href="nunit-agent.html">NUnit&nbsp;Agent</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>
-</ul>
-</div>
-<!-- End of Submenu -->
-
-
-<!-- Standard Footer for NUnit.org -->
-<div id="footer">
-  Copyright &copy; 2010 Charlie Poole. All Rights Reserved.
-</div>
-<!-- End of Footer -->
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f63ba31d/lib/NUnit.org/NUnit/2.5.9/doc/nunit-console.html
----------------------------------------------------------------------
diff --git a/lib/NUnit.org/NUnit/2.5.9/doc/nunit-console.html b/lib/NUnit.org/NUnit/2.5.9/doc/nunit-console.html
deleted file mode 100644
index dc36fc4..0000000
--- a/lib/NUnit.org/NUnit/2.5.9/doc/nunit-console.html
+++ /dev/null
@@ -1,94 +0,0 @@
-<!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<html>
-<!-- Standard Head Part -->
-<head>
-<title>NUnit - Nunit-console</title>
-<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
-<meta http-equiv="Content-Language" content="en-US">
-<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>NUnit-Console</h2>
-<p>The nunit-console.exe program is a text-based runner and can be used when you 
-	want to run all your tests and don&#146;t need a red/yellow/green indication of 
-	success or failure.</p>
-<p>It is useful for automation of tests and integration into other systems. It 
-	automatically saves its results in XML format, allowing you to produce reports 
-	or otherwise process the results. The following is a screenshot of the console 
-	program.</p>
-
-<div class="screenshot-left">
-      <img src="img/console-mock.jpg"></div>
-<p>
-<p>In this example, nunit-console has just run the tests in the mock-assembly.dll 
-	that is part of the NUnit distribution. This assembly contains a number of tests, some
-	of which are either ignored or marked explicit. The summary line shows the
-	result of the test run. Click <a href="files/TestResult.xml">here</a> 
-	to see the XML produced for this test run.</p>
-	
-<p>The .NET 2.0 version of the nunit-console program is built using /platform:anycpu,
-which causes it to be jit-compiled to 32-bit code on a 32-bit system and 64-bit code 
-on a 64 bit system. This causes an exception when NUnit is used to test a 32-bit
-application on a 64-bit system. To avoid this problem, use the nunit-console-x86 
-program, which is built using /platform:x86, when testing 32-bit code on a 
-64-bit system.
-
-</div>
-
-<!-- Submenu -->
-<div id="subnav">
-<ul>
-<li><a href="index.html">NUnit 2.5.9</a></li>
-<ul>
-<li><a href="getStarted.html">Getting&nbsp;Started</a></li>
-<li><a href="assertions.html">Assertions</a></li>
-<li><a href="constraintModel.html">Constraints</a></li>
-<li><a href="attributes.html">Attributes</a></li>
-<li><a href="runningTests.html">Running&nbsp;Tests</a></li>
-<ul>
-<li id="current"><a href="nunit-console.html">Console&nbsp;Runner</a></li>
-<ul>
-<li><a href="consoleCommandLine.html">Command-Line</a></li>
-</ul>
-<li><a href="nunit-gui.html">Gui&nbsp;Runner</a></li>
-<li><a href="pnunit.html">PNUnit&nbsp;Runner</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>
-</ul>
-</div>
-<!-- End of Submenu -->
-
-
-<!-- Standard Footer for NUnit.org -->
-<div id="footer">
-  Copyright &copy; 2010 Charlie Poole. All Rights Reserved.
-</div>
-<!-- End of Footer -->
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f63ba31d/lib/NUnit.org/NUnit/2.5.9/doc/nunit-gui.html
----------------------------------------------------------------------
diff --git a/lib/NUnit.org/NUnit/2.5.9/doc/nunit-gui.html b/lib/NUnit.org/NUnit/2.5.9/doc/nunit-gui.html
deleted file mode 100644
index 5aab738..0000000
--- a/lib/NUnit.org/NUnit/2.5.9/doc/nunit-gui.html
+++ /dev/null
@@ -1,137 +0,0 @@
-<!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<html>
-<!-- Standard Head Part -->
-<head>
-<title>NUnit - Nunit-gui</title>
-<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
-<meta http-equiv="Content-Language" content="en-US">
-<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>NUnit Gui Runner</h2>
-<p>The nunit.exe program is a graphical runner. It shows the tests in an 
-	explorer-like browser window and provides a visual indication of the success or 
-	failure of the tests. It allows you to selectively run single tests or suites 
-	and reloads automatically as you modify and re-compile your code. The following 
-	is a screenshot of NUnit running the same mock-assembly.dll shown in the 
-	nunit-console example.</p>
-
-<div class="screenshot-left">
-     <img src="img/gui-screenshot.jpg"></div>
-<p>
-<h4>Tree Display</h4>
-<p>This version of NUnit uses symbols in the test tree, which allow those who 
-   are unable to easily distinguish colors to determine the test status.
-   Successful tests are colored green, with a check mark. Tests that are ignored 
-   are marked with a yellow circle, containing a question mark. If any
-   tests had failed, they would be marked red, with an X symbol.</p>
-
-<p>In this example, there were a total of 11 test cases, but one of them was not 
-   counted because it was marked Explicit. Note that it is shown as a gray
-   circle in the tree. Of the remaining 10 tests, 5 were run successfully and
-   5 were ignored.</p>
-   
-<p>The symbols shown in the tree are actually files in the NUnit bin directory.
-   These files are named Success.jpg, Failure.jpg and Ignored.jpg and may be
-   modified or replaced by the user.</p>
-   
-<h4>Progress Bar</h4>
-<p>The progress bar shows the progress of the test. It is colored according
-to the "worst" result obtained: red if there were any failures, yellow if
-some tests were ignored and green for success.
-
-<h4>Result Tabs</h4>
-<p>The tabs along the bottom of the display show the results of running
-a test. The <b>Errors and Failures</b> tab displays the error message
-and stack trace for both unexpected exceptions and assertion failures.
-Beginning with NUnit 2.5, source code for each stack location can be displayed
-in this tab - as is seen above - provided that the program was compiled with 
-debug information.
-
-<p>The <b>Tests Not Run</b> tab provides a list of all tests that were
-selected for running but were not run, together with the reason.
-
-<p>The Text Output tab displays text output from the tests, potentially
-including console output, trace output and log output. The default display
-provides a single tab, but additional tabs may be created by the user to
-hold specific kinds of output. For more information on creating new tabs, 
-see the documentation for the 
-<a href="settingsDialog.html">Settings Dialog</a>.
-   
-
-<h3>Mini-Gui</h3>
-
-<p>Since the release of NUnit 2.4, an alternate "mini-gui" is also available. It 
-   may be selected from the View menu. In the following screenshot, the mini
-   gui window has been positioned next to the Visual Studio IDE so
-   that both windows can be seen.</p>
-   
-<div class="screenshot-left">
-     <img src="img/miniGui.jpg"></div>
-
-</div>
-
-<!-- Submenu -->
-<div id="subnav">
-<ul>
-<li><a href="index.html">NUnit 2.5.9</a></li>
-<ul>
-<li><a href="getStarted.html">Getting&nbsp;Started</a></li>
-<li><a href="assertions.html">Assertions</a></li>
-<li><a href="constraintModel.html">Constraints</a></li>
-<li><a href="attributes.html">Attributes</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 id="current"><a href="nunit-gui.html">Gui&nbsp;Runner</a></li>
-<ul>
-<li><a href="guiCommandLine.html">Command-Line</a></li>
-<li><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>
-<li><a href="projectEditor.html">Project&nbsp;Editor</a></li>
-</ul>
-<li><a href="pnunit.html">PNUnit&nbsp;Runner</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>
-</ul>
-</div>
-<!-- End of Submenu -->
-
-
-<!-- Standard Footer for NUnit.org -->
-<div id="footer">
-  Copyright &copy; 2010 Charlie Poole. All Rights Reserved.
-</div>
-<!-- End of Footer -->
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f63ba31d/lib/NUnit.org/NUnit/2.5.9/doc/nunit.css
----------------------------------------------------------------------
diff --git a/lib/NUnit.org/NUnit/2.5.9/doc/nunit.css b/lib/NUnit.org/NUnit/2.5.9/doc/nunit.css
deleted file mode 100644
index 174dbbe..0000000
--- a/lib/NUnit.org/NUnit/2.5.9/doc/nunit.css
+++ /dev/null
@@ -1,126 +0,0 @@
-/* HTML Elements */
-html, body { margin: 0;  padding: 0; }
-body { font: 90% "Verdana", "Arial", "Helvetica", sans-serif; }
-img { border: none; padding: 0; margin: 0;}
-table { font: 1em "Verdana", "Arial", "Helvetica", sans-serif; }
-h1 { font-size: 1.8em; font-weight: bold; }
-h2 { font-size: 1.5em; font-weight: bold; }
-h3 { font-size: 1.2em; font-weight: bold; }
-h4 { font-size: 1em; font-weight: bold;  }
-ul.across { width: 100%; display: block; list-style: none; }
-ul.across li { float: left; display: block; width: 9em }
-
-/* Masthead and Main Menu */
-#header { margin: 0; padding: 0; width: 100%; }
-#header img { border: none; padding: 0; margin: 0;}
-#header #logo { margin: 0; padding: 0; position: absolute; top: 15px; left: 15px}
-#header #nav { min-width: 670px; margin: 25px 0 10px 200px; padding: 15px 0 15px 5px;
-    border-top: 1px solid black; border-bottom: 1px solid black; border-left: 1px solid black;
-    white-space: nowrap; }
-/* Hide from IE-mac \*/
-* html #nav { height: 1%; }
-/* End of IE-mac hack */
-
-#nav a{  text-decoration: none; color: #000; font: small "Times New Roman", Roman, serif;
-         text-transform: uppercase; margin: 0 5px; padding: 5px 10px; border: 1px solid black; }
-#nav a.active { background: #999; } 
-#nav a:hover { background: #CCC; }
-
-/* Submenu */
-#subnav { position: absolute; top: 100px; left: 76%; background-color: #ffd;
-          width: 24%; margin: 1em 0 0; padding: .25em ; border: solid #ccc;
-          border-width: .1em 0 .1em .1em; }
-#subnav ul { margin: 0; padding: 0; list-style: none; }
-#subnav li{ margin: 0; padding: 2px 0 2px; }
-#subnav a { font: 1em "Times New Roman", Roman, serif; margin: 0; padding: 0 0 0 26px; 
-  		text-transform: uppercase; text-decoration: none; color: #000; white-space: nowrap;
-  		background: url(img/bulletOff.gif) no-repeat 10px 50%; display: block}
-#subnav ul ul a { padding: 0 0 0 46px; background-position: 30px 50%; }
-#subnav ul ul ul a { padding: 0 0 0 66px; background-position: 50px 50%; }
-#subnav ul ul ul ul a { padding: 0 0 0 86px; background-position: 70px 50%; }
-#subnav ul ul ul ul ul a { padding: 0 0 0 106px; background-position: 90px 50%; }
-#subnav li#current a{ background-image: url(img/bulletOn.gif) }
-#subnav li a:hover { background-image: url(img/bulletOn.gif) }
-
-/* Main Content */
-#content { margin: 3em 25% 10px 0; padding: 0 5% 1em 5%; }
-#content.wide { margin: 3em 5% 0 5%; padding: 0 5% 1em 5%; }
-#content p { padding: 0; margin: 0 0 1em 0; max-width: 660px; }
-#content ul { max-width: 660px; }
-#content ol { max-width: 660px; }
-#content blockquote { max-width: 580px }
-#content div.screenshot { text-align: center; margin: 1em 0; }
-#content div.screenshot-right { text-align: center; float: right; margin: 0 0 0 1em; }
-#content img { padding: 0; margin: 0; border: 0 }
-              
-/* Page Footer */
-#footer { text-align: center; font-size: .8em; color: #444; clear: both;
-          border-top: 2px solid #999; margin: 0 30% 10px 5%; padding: 5px 0 0 0;
-          page-break-after: always }          
-#sig { text-align: right; font-size: .8em; width: 95%; display: none }
-          
-table.nunit { margin: 1em 5%; padding: 0; width: auto; border-collapse: collapse; }
-table.nunit td, table.nunit th { border: 1px solid black; padding: 6px; text-align: left }
-table.nunit th { background: #ccf; font-weight: bold; }
-
-table.articles { margin: 20px 0 0 5%; padding: 0 10px 0 0; }
-
-table.downloads { margin: 1em 5%; padding: 0; width: 24em; border-collapse: collapse; }
-table.downloads td, table.downloads th { border: 1px solid black; padding: 2px; text-align: left }
-table.downloads th { background: #ccf; font-weight: bold; }
-
-table.platforms { margin: 1em 0; padding: 0; width: 24em; border-collapse: collapse; }
-table.platforms td, table.platforms th { border: 1px solid black; padding: 5px; text-align: center }
-table.platforms th { background: #ccf; font-weight: bold; }
-
-table.constraints { margin: 1em 0; padding: 0; width: auto; border-collapse: collapse; }
-table.constraints td, table.constraints th { border: 1px solid black; padding: 6px; text-align: left }
-table.constraints th { background: #ccf; font-weight: bold; text-align: center }
-
-table.roadmap { margin: 1em 0; padding: 0; width: auto; border-collapse: collapse; }
-table.roadmap td, table.roadmap th { border: 1px solid black; padding: 10px; text-align: left }
-table.roadmap th { background: #eef; font-weight: bold; }
-
-table.extensions { margin: 1em 2%; border-collapse: collapse; width: 96%; }
-table.extensions td, table.extensions th { border: solid black 1px; padding: 6px }
-table.extensions th { background: #bbf; font-weight: bold; text-align: center }
-table.extensions td.label { font-weight: bold; text-align: left; width: 10em }
-
-table.quote { margin-left: 30px; margin-right: 30px; background: #FFFFFF; border: 3px black solid; 
-	font: 1.1em/1.5em "Times New Roman", Roman, serif; font-variant: small-caps; 
-	letter-spacing: .1em; padding: 0 }
-table.quote td { padding: 0 }
-table.quote td.sig { border-left: solid black 1px; padding-left: 15px }
-
-#news { position: absolute; top: 100px; left: 76%; border-left: 1px solid black;
-	width: 14%; margin: 1em 0 0; padding: 0 5%; font-size: .8em; background-color: #fff }
-#news h4 { font: 1.2em "Times New Roman", Roman, serif; font-variant: small-caps; text-align: center; margin: 0 0 1em; }
-
-div.code { border: 1px solid #888; background-color: #ccf; width: 36em;
-      margin: 1.5em 0; padding: 2px 0; position: relative; }
-div.code pre { font: .8em "Courier New", Courier, monospace; margin: 0 1em .25em; }
-div.langFilter { position: absolute; top: 100px; left: 5%; }
-div.code div.langFilter { position: absolute; top: -15px; left: 0;}
-div.dropdown { position: absolute; top: 0; left: 14px; padding: 0 10px; width: 20px;
-    text-align: left; border: 1px solid #888; background-color: #ffd; }
-div.code div.dropdown { position: absolute; left: 14px; top: 0; padding: 0 10px; width: 20px;
-	text-align: left; border: 1px solid #888; background-color: #ffd; }
-div.notice { 
-  margin-left: 2em;
-  margin-right: 2em; 
-  text-align: center; 
-  font-style: italic; 
-  font-weight: bold; 
-}
-
-/* 
-#content.wide p { width: expression( document.documentElement.clientWidth > 700 ? "660px" : "auto" ); }
-#content.wide blockquote { width: expression( document.documentElement.clientWidth > 700 ? "580px" : "auto"  ); }
-
-pre, .programText { font-family: "Courier New", Courier, Monospace; color: #000; font-size: 1em }
-
-// The following was needed for IE in quirks mode - probably still needed for IE 5
- div.code div.langFilter { position: absolute; top: -14px; left: -1em; }
-
-// Special handling for absence of max-width in IE
-*/

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f63ba31d/lib/NUnit.org/NUnit/2.5.9/doc/nunitAddins.html
----------------------------------------------------------------------
diff --git a/lib/NUnit.org/NUnit/2.5.9/doc/nunitAddins.html b/lib/NUnit.org/NUnit/2.5.9/doc/nunitAddins.html
deleted file mode 100644
index a04dee9..0000000
--- a/lib/NUnit.org/NUnit/2.5.9/doc/nunitAddins.html
+++ /dev/null
@@ -1,223 +0,0 @@
-<!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<html>
-<!-- Standard Head Part -->
-<head>
-<title>NUnit - NunitAddins</title>
-<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
-<meta http-equiv="Content-Language" content="en-US">
-<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>NUnit Addins</h2>
-
-<p>NUnit originally identified tests in the time-honored way used in many xUnit
-test frameworks. Test classes inherited from the framework's 
-TestCase class. Individual test case methods were identified by having names
-starting with "test..."</p>
-
-<p>With NUnit 2.0, we introduced the use of attributes to identify both fixtures
-and test cases. Use of attributes in this way was a natural outcome of their 
-presence in .NET and gave us a way of identifying tests that was completely
-independent of both inheritance and naming conventions.</p>
-
-<p>However, by moving away from an inheritance-based mechanism we no longer
-had an easy way for others to extend NUnit's internal behavior. NUnit Addins are 
-intended to fill that gap, providing an mechanism to introduce new or changed 
-behavior without modifying NUnit itself.</p>
-
-<h3>Extension Points, Extensions and Addins</h3>
-
-<p>NUnit provides a number of <b>Extension Points</b>, places where it is
-possible to extend its behavior. Because NUnit works with various hosts
-and uses separate AppDomains to run tests, <b>Extension Points</b> are 
-categorized into three types: Core, Client and Gui. Each of these types is
-supported by a different <b>Extension Host</b>.
-
-<p>An NUnit <b>Addin</b> provides enhanced functionality through one or more 
-extensions, which it installs at identified <b>Extension Points</b>. Each
-<b>Addin</b> is characterized by the types of extensions it supplies, so that
-an <b>Extension Host</b> knows whether to invoke it.</p>
-
-<blockquote>
-<p><b>Note:</b> In the current release, only Core extensions are actually
-supported. An Addin may characterize itself as a Client or Gui extension and
-will be listed as such in the <a href="addinsDialog.html">Addins Dialog</a>, 
-but no other action is taken.</p>
-</blockquote> 
-
-<h3>Addin Identification, Loading and Installation</h3>
-
-<p>NUnit examines all assemblies in the <b>bin/addins</b> directory, looking
-for public classes with the <b>NUnitAddinAttribute</b> and implementing the
-<b>IAddin</b> interface. It loads all those it finds as Addins.</p>
-
-<p><b>NUnitAddinAttribute</b> supports three optional named parameters: Type,
-Name and Description. Name and Description are strings representing the name
-of the extension and a description of what it does. If no name is provided,
-the name of the class is used. Type may be any one or a combination of the 
-ExtensionType enum members:
-
-<pre>
-	[Flags]
-	public enum ExtensionType
-	{
-		Core=1,
-		Client=2,
-		Gui=4
-	}
-</pre>
-
-The values may be or'ed together, allowing for future Addins that require
-extensions at multiple levels of the application. If not provided, Type
-defaults to ExtensionType.Core.</p>
-
-<p>The <b>IAddin</b> interface, which must be implemented by each Addin,
-is defined as follows:</p>
-
-<pre>
-	public interface IAddin
-	{
-		bool Install( IExtensionHost host );
-	}
-</pre>
-
-<p> The <b>Install</b> method is called by each host for which the addin has
-specified an ExtensionType. The addin should check that the necessary extension
-points are available and install itself, returning true for success or false
-for failure to install. The method will be called once for each extension
-host and - for Core extensions - each time a new test domain is loaded.</p>
-
-<p>The Install method uses the <b>IExtensionHost</b> interface to locate
-extension points. It is defined as follows:</p>
-
-<pre>
-	public interface IExtensionHost
-	{
-	 	IExtensionPoint[] ExtensionPoints { get; }
-		IExtensionPoint GetExtensionPoint( string name );
-		ExtensionType ExtensionTypes { get; }
-	}
-</pre>
-
-<p>The <b>ExtensionPoints</b> property returns an array of all extension points
-for those extensions that need the information. The <b>ExtensionTypes</b>
-property returns the flags for the type of extension supported by this host,
-allowing, for example, Gui extensions to only load in a Gui host.</p>
-
-<p>Most addins will only need to use the <b>GetExtensionPoint</b> method to
-get the interface to a particular extension point. The <b>IExtensionPoint</b>
-interface is defined as follows:</p>
-
-<pre>
-	public interface IExtensionPoint
-	{
-		string Name { get; }
-		IExtensionHost Host { get; }
-		void Install( object extension );
-		void Remove( object extension );
-	}
-</pre>
-
-<p>Once again, most addins will only need to use one method - the
-<b>Install</b> method in this case. This method passes an extension object
-to the <b>Extension Point</b> where it is installed. Generally, extensions
-do not need to remove themselves once installed, but the method is
-provided in any case.</p>
-
-<p>With NUnit 2.5, an additional interface, <b>IExtensionPoint2</b> is
-available. It derives from <b>IExtensionPoint</b> and also allows setting
-the priority order in which the extension will be called in comparison to 
-other extensions on the same extension point. The interface is defined
-as follows:
-
-<pre>
-	public interface IExtensionPoint2 : IExtensionPoint
-	{
-		void Install( object extension, int priority );
-	}
-</pre>
-
-<p>Only extension points that use a priority scheme implement this interface.
-In general, extension points with a priority scheme will use a default value
-for priority if the Install method without a priority is called. 
-
-<p>In the NUnit 2.5 release, only the <b>TestDecorators</b> extension point implements
-<b>IExtensionPoint2</b>.
-
-<h3>Extension Point Details</h3>
-
-<p>Depending on the particular extension point, the object passed will
-need to implement one or more interfaces. The following <b>ExtensionPoints</b>
-are implemented in this release of NUnit:
-
-<ul>
-	<li><a href="suiteBuilders.html">SuiteBuilders</a>	<li><a href="testcaseBuilders.html">TestCaseBuilders</a>	<li><a href="testDecorators.html">TestDecorators</a>	<li><a href="testcaseProviders.html">TestCaseProviders</a>	<li><a href="datapointProviders.html">DataPointProviders</a>	<li><a href="eventListeners.html">EventListeners</a></ul></p>
-
-<p>For examples of implementing each type of extension, see the Extensibility
-samples provided with NUnit. More complete examples are available in the
-code of NUnit itself, since NUnit uses the same mechanism internally.</p>
-
-<h4>See also...</h4>
-
-<ul>
-<li><a href="extensionTips.html">Tips for Writing Extensions</a></ul>
-
-</div>
-
-<!-- Submenu -->
-<div id="subnav">
-<ul>
-<li><a href="index.html">NUnit 2.5.9</a></li>
-<ul>
-<li><a href="getStarted.html">Getting&nbsp;Started</a></li>
-<li><a href="assertions.html">Assertions</a></li>
-<li><a href="constraintModel.html">Constraints</a></li>
-<li><a href="attributes.html">Attributes</a></li>
-<li><a href="runningTests.html">Running&nbsp;Tests</a></li>
-<li><a href="extensibility.html">Extensibility</a></li>
-<ul>
-<li><a href="customConstraints.html">Custom&nbsp;Constraints</a></li>
-<li id="current"><a href="nunitAddins.html">NUnit&nbsp;Addins</a></li>
-<ul>
-<li><a href="suiteBuilders.html">SuiteBuilders</a></li>
-<li><a href="testcaseBuilders.html">TestcaseBuilders</a></li>
-<li><a href="testDecorators.html">TestDecorators</a></li>
-<li><a href="testcaseProviders.html">TestcaseProviders</a></li>
-<li><a href="datapointProviders.html">DatapointProviders</a></li>
-<li><a href="eventListeners.html">EventListeners</a></li>
-</ul>
-<li><a href="extensionTips.html">Tips&nbsp;for&nbsp;Extenders</a></li>
-</ul>
-<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>
-</ul>
-</div>
-<!-- End of Submenu -->
-
-
-<!-- Standard Footer for NUnit.org -->
-<div id="footer">
-  Copyright &copy; 2010 Charlie Poole. All Rights Reserved.
-</div>
-<!-- End of Footer -->
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f63ba31d/lib/NUnit.org/NUnit/2.5.9/doc/pairwise.html
----------------------------------------------------------------------
diff --git a/lib/NUnit.org/NUnit/2.5.9/doc/pairwise.html b/lib/NUnit.org/NUnit/2.5.9/doc/pairwise.html
deleted file mode 100644
index c4e4a4b..0000000
--- a/lib/NUnit.org/NUnit/2.5.9/doc/pairwise.html
+++ /dev/null
@@ -1,109 +0,0 @@
-<!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<html>
-<!-- Standard Head Part -->
-<head>
-<title>NUnit - Pairwise</title>
-<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
-<meta http-equiv="Content-Language" content="en-US">
-<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">
-
-<h3>PairwiseAttribute (NUnit 2.5)</h3>
-
-<p>The <b>PairwiseAttribute</b> is used on a test to specify that NUnit should
-   generate test cases in such a way that all possible pairs of
-   values are used. This is a well-known approach for combatting
-   the combinatorial explosion of test cases when more than
-   two features (parameters) are involved.
-   
-<p><b>Note:</b> In the current Alpha release, this attribute is 
-accepted but ignored and data items are combined usin the default
-combinatorial approach.
-   
-<h4>See also...</h4>
-<ul>
-<li><a href="sequential.html">SequentialAttribute</a><li><a href="combinatorial.html">CombinatorialAttribute</a></ul>
-
-</div>
-
-<!-- Submenu -->
-<div id="subnav">
-<ul>
-<li><a href="index.html">NUnit 2.5.9</a></li>
-<ul>
-<li><a href="getStarted.html">Getting&nbsp;Started</a></li>
-<li><a href="assertions.html">Assertions</a></li>
-<li><a href="constraintModel.html">Constraints</a></li>
-<li><a href="attributes.html">Attributes</a></li>
-<ul>
-<li><a href="category.html">Category</a></li>
-<li><a href="combinatorial.html">Combinatorial</a></li>
-<li><a href="culture.html">Culture</a></li>
-<li><a href="datapoint.html">Datapoint(s)</a></li>
-<li><a href="description.html">Description</a></li>
-<li><a href="exception.html">Exception</a></li>
-<li><a href="explicit.html">Explicit</a></li>
-<li><a href="ignore.html">Ignore</a></li>
-<li><a href="maxtime.html">Maxtime</a></li>
-<li id="current"><a href="pairwise.html">Pairwise</a></li>
-<li><a href="platform.html">Platform</a></li>
-<li><a href="property.html">Property</a></li>
-<li><a href="random.html">Random</a></li>
-<li><a href="range.html">Range</a></li>
-<li><a href="repeat.html">Repeat</a></li>
-<li><a href="requiredAddin.html">RequiredAddin</a></li>
-<li><a href="requiresMTA.html">Requires&nbsp;MTA</a></li>
-<li><a href="requiresSTA.html">Requires&nbsp;STA</a></li>
-<li><a href="requiresThread.html">Requires&nbsp;Thread</a></li>
-<li><a href="sequential.html">Sequential</a></li>
-<li><a href="setCulture.html">SetCulture</a></li>
-<li><a href="setup.html">Setup</a></li>
-<li><a href="setupFixture.html">SetupFixture</a></li>
-<li><a href="suite.html">Suite</a></li>
-<li><a href="teardown.html">Teardown</a></li>
-<li><a href="test.html">Test</a></li>
-<li><a href="testCase.html">TestCase</a></li>
-<li><a href="testCaseSource.html">TestCaseSource</a></li>
-<li><a href="testFixture.html">TestFixture</a></li>
-<li><a href="fixtureSetup.html">TestFixtureSetUp</a></li>
-<li><a href="fixtureTeardown.html">TestFixtureTearDown</a></li>
-<li><a href="theory.html">Theory</a></li>
-<li><a href="timeout.html">Timeout</a></li>
-<li><a href="values.html">Values</a></li>
-<li><a href="valueSource.html">ValueSource</a></li>
-</ul>
-<li><a href="runningTests.html">Running&nbsp;Tests</a></li>
-<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>
-</ul>
-</div>
-<!-- End of Submenu -->
-
-
-<!-- Standard Footer for NUnit.org -->
-<div id="footer">
-  Copyright &copy; 2010 Charlie Poole. All Rights Reserved.
-</div>
-<!-- End of Footer -->
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f63ba31d/lib/NUnit.org/NUnit/2.5.9/doc/parameterizedTests.html
----------------------------------------------------------------------
diff --git a/lib/NUnit.org/NUnit/2.5.9/doc/parameterizedTests.html b/lib/NUnit.org/NUnit/2.5.9/doc/parameterizedTests.html
deleted file mode 100644
index bcd9850..0000000
--- a/lib/NUnit.org/NUnit/2.5.9/doc/parameterizedTests.html
+++ /dev/null
@@ -1,155 +0,0 @@
-<!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<html>
-<!-- Standard Head Part -->
-<head>
-<title>NUnit - ParameterizedTests</title>
-<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
-<meta http-equiv="Content-Language" content="en-US">
-<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>Parameterized Tests</h2>
-
-<p>NUnit 2.5 supports parameterized tests. Test methods
-may have parameters and various attributes are available
-to indicate what arguments should be supplied by NUnit.
-
-<p>Multiple sets of arguments cause the creation of multiple
-tests. All arguments are created at the point of loading the
-tests, so the individual test cases are available for 
-display and selection in the Gui, if desired.
-
-<p>Some attributes allow you to specify arguments inline - directly on
-   the attribute - while others use a separate method, property or field
-   to hold the arguments. In addition, some attributes identify complete test cases,
-   including all the necessary arguments, while others only provide data
-   for a single argument. This gives rise to four groups of attributes,
-   as shown in the following table.
-   
-<table class="nunit">
-<tr><th></th><th>Complete Test Cases</th><th>Data for One Argument</th></tr>
-<tr><th>Inline</th>
-    <td><a href="testCase.html">TestCaseAttribute</a></td>
-    <td><a href="random.html">RandomAttribute</a><br>
-	    <a href="range.html">RangeAttribute</a><br>
-		<a href="values.html">ValuesAttribute</a></td></tr>
-<tr><th>Separate</th>
-	<td><a href="testCaseSource.html">TestCaseSourceAttribute</a></td>
-	<td><a href="valueSource.html">ValueSourceAttribute</a></td></tr>
-</table>
-
-<p>In addition, when data is specified for individual arguments, special attributes
-may be added to the test method itself in order to tell NUnit how
-to go about combining the arguments. Currently, the following attributes
-are provided:
-
-<ul>
-<li><a href="combinatorial.html">CombinatorialAttribute</a> (default)
-<li><a href="pairwise.html">PairwiseAttribute</a><li><a href="sequential.html">SequentialAttribute</a></ul>
-
-<h3>Order of Execution</h3>
-
-<p>In NUnit 2.5, individual test cases are sorted alphabetically and executed in
-   that order. With NUnit 2.5.1, the individual cases are not sorted, but are
-   executed in the order in which NUnit discovers them. This order does <b>not</b>
-   follow the lexical order of the attributes and will often vary between different
-   compilers or different versions of the CLR.
-   
-<p>The following specific rules for ordering apply:
-<ol>
-<li>If all arguments are specified in a <b>single TestCaseSource</b> attribute,
-    the ordering of the cases provided will be maintained.
-<li>If each parameter has a <b>single Values</b>, <b>ValueSource</b> or
-    <b>Range</b> attribute and the <b>Sequential</b> combining strategy
-	is used - or there is only one argument - the ordering will be maintained.
-<li>In all other cases, including using multiple <b>TestCase</b> attributes
-    or a combination of different types of attributes, the ordering of the
-	test cases is undefined.
-</ol>   
-
-</div>
-
-<!-- Submenu -->
-<div id="subnav">
-<ul>
-<li><a href="index.html">NUnit 2.5.9</a></li>
-<ul>
-<li><a href="getStarted.html">Getting&nbsp;Started</a></li>
-<li><a href="assertions.html">Assertions</a></li>
-<li><a href="constraintModel.html">Constraints</a></li>
-<li><a href="attributes.html">Attributes</a></li>
-<ul>
-<li><a href="category.html">Category</a></li>
-<li><a href="combinatorial.html">Combinatorial</a></li>
-<li><a href="culture.html">Culture</a></li>
-<li><a href="datapoint.html">Datapoint(s)</a></li>
-<li><a href="description.html">Description</a></li>
-<li><a href="exception.html">Exception</a></li>
-<li><a href="explicit.html">Explicit</a></li>
-<li><a href="ignore.html">Ignore</a></li>
-<li><a href="maxtime.html">Maxtime</a></li>
-<li><a href="pairwise.html">Pairwise</a></li>
-<li><a href="platform.html">Platform</a></li>
-<li><a href="property.html">Property</a></li>
-<li><a href="random.html">Random</a></li>
-<li><a href="range.html">Range</a></li>
-<li><a href="repeat.html">Repeat</a></li>
-<li><a href="requiredAddin.html">RequiredAddin</a></li>
-<li><a href="requiresMTA.html">Requires&nbsp;MTA</a></li>
-<li><a href="requiresSTA.html">Requires&nbsp;STA</a></li>
-<li><a href="requiresThread.html">Requires&nbsp;Thread</a></li>
-<li><a href="sequential.html">Sequential</a></li>
-<li><a href="setCulture.html">SetCulture</a></li>
-<li><a href="setup.html">Setup</a></li>
-<li><a href="setupFixture.html">SetupFixture</a></li>
-<li><a href="suite.html">Suite</a></li>
-<li><a href="teardown.html">Teardown</a></li>
-<li><a href="test.html">Test</a></li>
-<ul>
-<li id="current"><a href="parameterizedTests.html">Parameterized&nbsp;Tests</a></li>
-</ul>
-<li><a href="testCase.html">TestCase</a></li>
-<li><a href="testCaseSource.html">TestCaseSource</a></li>
-<li><a href="testFixture.html">TestFixture</a></li>
-<li><a href="fixtureSetup.html">TestFixtureSetUp</a></li>
-<li><a href="fixtureTeardown.html">TestFixtureTearDown</a></li>
-<li><a href="theory.html">Theory</a></li>
-<li><a href="timeout.html">Timeout</a></li>
-<li><a href="values.html">Values</a></li>
-<li><a href="valueSource.html">ValueSource</a></li>
-</ul>
-<li><a href="runningTests.html">Running&nbsp;Tests</a></li>
-<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>
-</ul>
-</div>
-<!-- End of Submenu -->
-
-
-<!-- Standard Footer for NUnit.org -->
-<div id="footer">
-  Copyright &copy; 2010 Charlie Poole. All Rights Reserved.
-</div>
-<!-- End of Footer -->
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f63ba31d/lib/NUnit.org/NUnit/2.5.9/doc/pathConstraints.html
----------------------------------------------------------------------
diff --git a/lib/NUnit.org/NUnit/2.5.9/doc/pathConstraints.html b/lib/NUnit.org/NUnit/2.5.9/doc/pathConstraints.html
deleted file mode 100644
index 623d377..0000000
--- a/lib/NUnit.org/NUnit/2.5.9/doc/pathConstraints.html
+++ /dev/null
@@ -1,193 +0,0 @@
-<!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<html>
-<!-- Standard Head Part -->
-<head>
-<title>NUnit - PathConstraints</title>
-<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
-<meta http-equiv="Content-Language" content="en-US">
-<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>Path Constraints (NUnit 2.5)</h2>
-
-<p>Path constraints perform tests on paths, without reference to any
-   actual files or directories. This allows testing paths that are
-   created by an application for reference or later use, without 
-   any effect on the environment.
-   
-<p>Path constraints are intended to work across multiple file systems,
-   and convert paths to a canonical form before comparing them. 
-
-<p>It is usually not necessary to know the file system of the paths
-   in order to compare them. Where necessary, the programmer may
-   use the <b>IgnoreCase</b> and <b>RespectCase</b> modifiers to provide 
-   behavior other than the system default.
-      
-<h3>SamePathConstraint</h3>
-
-<h4>Action</h4>
-<p>Tests that two paths are equivalent.
-
-<h4>Constructor</h4>
-<div class="code"><pre>
-SamePathConstraint( string expectedPath )
-</pre></div>
-
-<h4>Syntax</h4>
-<div class="code"><pre>
-Is.SamePath( string expectedPath )
-</pre></div>
-
-<h4>Modifiers</h4>
-<div class="code"><pre>
-...IgnoreCase
-...RespectCase
-</pre></div>
-
-<h4>Examples of Use</h4>
-<div class="code"><pre>
-Assert.That( "/folder1/./junk/../folder2", 
-	Is.SamePath( "/folder1/folder2" ) );
-Assert.That( "/folder1/./junk/../folder2/x", 
-	Is.Not.SamePath( "/folder1/folder2" ) );
-
-Assert.That( @"C:\folder1\folder2",
-	Is.SamePath( @"C:\Folder1\Folder2" ).IgnoreCase );
-Assert.That( "/folder1/folder2",
-	Is.Not.SamePath( "/Folder1/Folder2" ).RespectCase );
-</pre></div>
-
-<h3>SubPathConstraint</h3>
-
-<h4>Action</h4>
-<p>Tests that one path is under another path.
-
-<h4>Constructor</h4>
-<div class="code"><pre>
-SubPathConstraint( string expectedPath )
-</pre></div>
-
-<h4>Syntax</h4>
-<div class="code"><pre>
-Is.SubPath( string expectedPath )
-</pre></div>
-
-<h4>Modifiers</h4>
-<div class="code"><pre>
-...IgnoreCase
-...RespectCase
-</pre></div>
-
-<h4>Examples of Use</h4>
-
-<div class="code"><pre>
-Assert.That( "/folder1/./junk/../folder2", 
-	Is.SubPath( "/folder1/folder2" ) );
-Assert.That( "/folder1/junk/folder2",
-	Is.Not.SubPath( "/folder1/folder2" ) );
-
-Assert.That( @"C:\folder1\folder2\folder3",
-	Is.SubPath( @"C:\Folder1\Folder2/Folder3" ).IgnoreCase );
-Assert.That( "/folder1/folder2/folder3",
-	Is.Not.SubPath( "/Folder1/Folder2/Folder3" ).RespectCase );
-</pre></div>
-
-<h3>SamePathOrUnderConstraint</h3>
-
-<h4>Action</h4>
-<p>Tests that one path is equivalent another path or that it is under it.
-
-<h4>Constructor</h4>
-<div class="code"><pre>
-SamePathOrUnderConstraint( string expectedPath )
-</pre></div>
-
-<h4>Syntax</h4>
-<div class="code"><pre>
-Is.SamePathOrUnder( string expectedPath )
-</pre></div>
-
-<h4>Modifiers</h4>
-<div class="code"><pre>
-...IgnoreCase
-...RespectCase
-</pre></div>
-
-<h4>Examples of Use</h4>
-
-<div class="code"><pre>
-Assert.That( "/folder1/./junk/../folder2", 
-	Is.SamePathOrUnder( "/folder1/folder2" ) );
-Assert.That( "/folder1/junk/../folder2/./folder3",
-	Is.SamePathOrUnder( "/folder1/folder2" ) );
-Assert.That( "/folder1/junk/folder2/folder3",
-	Is.Not.SamePathOrUnder( "/folder1/folder2" ) );
-
-Assert.That( @"C:\folder1\folder2\folder3",
-	Is.SamePathOrUnder( @"C:\Folder1\Folder2" ).IgnoreCase );
-Assert.That( "/folder1/folder2/folder3",
-	Is.Not.SamePathOrUnder( "/Folder1/Folder2" ).RespectCase );
-</pre></div>
-
-</div>
-
-<!-- Submenu -->
-<div id="subnav">
-<ul>
-<li><a href="index.html">NUnit 2.5.9</a></li>
-<ul>
-<li><a href="getStarted.html">Getting&nbsp;Started</a></li>
-<li><a href="assertions.html">Assertions</a></li>
-<li><a href="constraintModel.html">Constraints</a></li>
-<ul>
-<li><a href="equalConstraint.html">Equal&nbsp;Constraint</a></li>
-<li><a href="sameasConstraint.html">SameAs&nbsp;Constraint</a></li>
-<li><a href="conditionConstraints.html">Condition&nbsp;Constraints</a></li>
-<li><a href="comparisonConstraints.html">Comparison&nbsp;Constrants</a></li>
-<li id="current"><a href="pathConstraints.html">Path&nbsp;Constraints</a></li>
-<li><a href="typeConstraints.html">Type&nbsp;Constraints</a></li>
-<li><a href="stringConstraints.html">String&nbsp;Constraints</a></li>
-<li><a href="collectionConstraints.html">Collection&nbsp;Constraints</a></li>
-<li><a href="propertyConstraint.html">Property&nbsp;Constraint</a></li>
-<li><a href="throwsConstraint.html">Throws&nbsp;Constraint</a></li>
-<li><a href="compoundConstraints.html">Compound&nbsp;Constraints</a></li>
-<li><a href="delayedConstraint.html">Delayed&nbsp;Constraint</a></li>
-<li><a href="listMapper.html">List&nbsp;Mapper</a></li>
-<li><a href="reusableConstraint.html">Reusable&nbsp;Constraint</a></li>
-</ul>
-<li><a href="attributes.html">Attributes</a></li>
-<li><a href="runningTests.html">Running&nbsp;Tests</a></li>
-<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>
-</ul>
-</div>
-<!-- End of Submenu -->
-
-
-<!-- Standard Footer for NUnit.org -->
-<div id="footer">
-  Copyright &copy; 2010 Charlie Poole. All Rights Reserved.
-</div>
-<!-- End of Footer -->
-
-</body>
-</html>