This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
09759a7
commit 1415774
Showing
64 changed files
with
1,860 additions
and
566 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
NUnit 3.0 is based on earlier versions of NUnit, with Portions | ||
|
||
Copyright (c) 2002-2014 Charlie Poole or | ||
Copyright (c) 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov or | ||
Copyright (c) 2000-2002 Philip A. Craig |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,20 @@ | ||
Copyright � 2002-2014 Charlie Poole | ||
Copyright � 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov | ||
Copyright � 2000-2002 Philip A. Craig | ||
|
||
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. | ||
|
||
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: | ||
|
||
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. | ||
|
||
Portions Copyright � 2002-2014 Charlie Poole or Copyright � 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov or Copyright � 2000-2002 Philip A. Craig | ||
|
||
2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. | ||
|
||
3. This notice may not be removed or altered from any source distribution. | ||
Copyright (c) 2017 Charlie Poole | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,76 +1,31 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<TestSettings name="Accord.NET" id="7d88f820-4815-47e4-ad20-ab97ad0bb852" xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010"> | ||
<Description>This is a default test run configuration for a local test run.</Description> | ||
<Execution> | ||
<TestTypeSpecific> | ||
<WebTestRunConfiguration testTypeId="4e7599fa-5ecb-43e9-a887-cd63cf72d207"> | ||
<Browser name="Internet Explorer 7.0"> | ||
<Headers> | ||
<Header name="User-Agent" value="Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)" /> | ||
<Header name="Accept" value="*/*" /> | ||
<Header name="Accept-Language" value="{{$IEAcceptLanguage}}" /> | ||
<Header name="Accept-Encoding" value="GZIP" /> | ||
</Headers> | ||
</Browser> | ||
</WebTestRunConfiguration> | ||
<UnitTestRunConfig testTypeId="13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b"> | ||
<AssemblyResolution> | ||
<TestDirectory useLoadContext="true" /> | ||
</AssemblyResolution> | ||
</UnitTestRunConfig> | ||
</TestTypeSpecific> | ||
<AgentRule name="LocalMachineDefaultRole"> | ||
<DataCollectors> | ||
<DataCollector uri="datacollector://Microsoft/CodeCoverage/1.0" assemblyQualifiedName="Microsoft.VisualStudio.TestTools.CodeCoverage.CoveragePlugIn, Microsoft.VisualStudio.QualityTools.Plugins.CodeCoverage, PublicKeyToken=b03f5f7f11d50a3a"> | ||
<Configuration> | ||
<CodeCoverage keyFile="Accord.snk" xmlns=""> | ||
<Regular> | ||
<CodeCoverageItem binaryFile="D:\Projects\Accord.NET\Release\Accord.Audio.dll" pdbFile="D:\Projects\Accord.NET\Release\Accord.Audio.instr.pdb" instrumentInPlace="true"> | ||
<KeyFile path="D:\Projects\Accord.NET\Sources\Accord.snk" /> | ||
</CodeCoverageItem> | ||
<CodeCoverageItem binaryFile="D:\Projects\Accord.NET\Release\Accord.Audio.Formats.dll" pdbFile="D:\Projects\Accord.NET\Release\Accord.Audio.Formats.instr.pdb" instrumentInPlace="true"> | ||
<KeyFile path="D:\Projects\Accord.NET\Sources\Accord.snk" /> | ||
</CodeCoverageItem> | ||
<CodeCoverageItem binaryFile="D:\Projects\Accord.NET\Release\Accord.Audition.dll" pdbFile="D:\Projects\Accord.NET\Release\Accord.Audition.instr.pdb" instrumentInPlace="true"> | ||
<KeyFile path="D:\Projects\Accord.NET\Sources\Accord.snk" /> | ||
</CodeCoverageItem> | ||
<CodeCoverageItem binaryFile="D:\Projects\Accord.NET\Release\Accord.Controls.Audio.dll" pdbFile="D:\Projects\Accord.NET\Release\Accord.Controls.Audio.instr.pdb" instrumentInPlace="true"> | ||
<KeyFile path="D:\Projects\Accord.NET\Sources\Accord.snk" /> | ||
</CodeCoverageItem> | ||
<CodeCoverageItem binaryFile="D:\Projects\Accord.NET\Release\Accord.Controls.Imaging.dll" pdbFile="D:\Projects\Accord.NET\Release\Accord.Controls.Imaging.instr.pdb" instrumentInPlace="true"> | ||
<KeyFile path="D:\Projects\Accord.NET\Sources\Accord.snk" /> | ||
</CodeCoverageItem> | ||
<CodeCoverageItem binaryFile="D:\Projects\Accord.NET\Release\Accord.Controls.Statistics.dll" pdbFile="D:\Projects\Accord.NET\Release\Accord.Controls.Statistics.pdb" instrumentInPlace="true" /> | ||
<CodeCoverageItem binaryFile="D:\Projects\Accord.NET\Release\Accord.DirectSound.dll" pdbFile="D:\Projects\Accord.NET\Release\Accord.DirectSound.instr.pdb" instrumentInPlace="true"> | ||
<KeyFile path="D:\Projects\Accord.NET\Sources\Accord.snk" /> | ||
</CodeCoverageItem> | ||
<CodeCoverageItem binaryFile="D:\Projects\Accord.NET\Release\Accord.Imaging.dll" pdbFile="D:\Projects\Accord.NET\Release\Accord.Imaging.instr.pdb" instrumentInPlace="true"> | ||
<KeyFile path="D:\Projects\Accord.NET\Sources\Accord.snk" /> | ||
</CodeCoverageItem> | ||
<CodeCoverageItem binaryFile="D:\Projects\Accord.NET\Release\Accord.MachineLearning.dll" pdbFile="D:\Projects\Accord.NET\Release\Accord.MachineLearning.instr.pdb" instrumentInPlace="true"> | ||
<KeyFile path="D:\Projects\Accord.NET\Sources\Accord.snk" /> | ||
</CodeCoverageItem> | ||
<CodeCoverageItem binaryFile="D:\Projects\Accord.NET\Release\Accord.Music.dll" pdbFile="D:\Projects\Accord.NET\Release\Accord.Music.pdb" instrumentInPlace="true" /> | ||
<CodeCoverageItem binaryFile="D:\Projects\Accord.NET\Release\Accord.Neuro.dll" pdbFile="D:\Projects\Accord.NET\Release\Accord.Neuro.instr.pdb" instrumentInPlace="true"> | ||
<KeyFile path="D:\Projects\Accord.NET\Sources\Accord.snk" /> | ||
</CodeCoverageItem> | ||
<CodeCoverageItem binaryFile="D:\Projects\Accord.NET\Release\Accord.Statistics.dll" pdbFile="D:\Projects\Accord.NET\Release\Accord.Statistics.instr.pdb" instrumentInPlace="true"> | ||
<KeyFile path="D:\Projects\Accord.NET\Sources\Accord.snk" /> | ||
</CodeCoverageItem> | ||
<CodeCoverageItem binaryFile="D:\Projects\Accord.NET\Release\Accord.Wavelets.dll" pdbFile="D:\Projects\Accord.NET\Release\Accord.Wavelets.pdb" instrumentInPlace="true" /> | ||
<CodeCoverageItem binaryFile="D:\Projects\Accord.NET\Release\Accord.Math.dll" pdbFile="D:\Projects\Accord.NET\Release\Accord.Math.instr.pdb" instrumentInPlace="true"> | ||
<KeyFile path="D:\Projects\Accord.NET\Sources\Accord.snk" /> | ||
</CodeCoverageItem> | ||
<CodeCoverageItem binaryFile="D:\Projects\Accord.NET\Release\Accord.Vision.dll" pdbFile="D:\Projects\Accord.NET\Release\Accord.Vision.instr.pdb" instrumentInPlace="true"> | ||
<KeyFile path="D:\Projects\Accord.NET\Sources\Accord.snk" /> | ||
</CodeCoverageItem> | ||
</Regular> | ||
</CodeCoverage> | ||
</Configuration> | ||
</DataCollector> | ||
<DataCollector uri="datacollector://microsoft/TestImpact/1.0" assemblyQualifiedName="Microsoft.VisualStudio.TraceCollector.TestImpactDataCollector, Microsoft.VisualStudio.TraceCollector, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" friendlyName="Test Impact"> | ||
</DataCollector> | ||
</DataCollectors> | ||
</AgentRule> | ||
</Execution> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<TestSettings name="Accord.NET" id="7d88f820-4815-47e4-ad20-ab97ad0bb852" xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010"> | ||
<Description>This is a default test run configuration for a local test run.</Description> | ||
<Execution> | ||
<Timeouts testTimeout="600000" /> | ||
<TestTypeSpecific> | ||
<WebTestRunConfiguration testTypeId="4e7599fa-5ecb-43e9-a887-cd63cf72d207"> | ||
<Browser name="Internet Explorer 7.0"> | ||
<Headers> | ||
<Header name="User-Agent" value="Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)" /> | ||
<Header name="Accept" value="*/*" /> | ||
<Header name="Accept-Language" value="{{$IEAcceptLanguage}}" /> | ||
<Header name="Accept-Encoding" value="GZIP" /> | ||
</Headers> | ||
</Browser> | ||
</WebTestRunConfiguration> | ||
<UnitTestRunConfig testTypeId="13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b"> | ||
<AssemblyResolution> | ||
<TestDirectory useLoadContext="true" /> | ||
</AssemblyResolution> | ||
</UnitTestRunConfig> | ||
</TestTypeSpecific> | ||
<AgentRule name="LocalMachineDefaultRole"> | ||
<DataCollectors> | ||
<DataCollector uri="datacollector://microsoft/TestImpact/1.0" assemblyQualifiedName="Microsoft.VisualStudio.TraceCollector.TestImpactDataCollector, Microsoft.VisualStudio.TraceCollector, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" friendlyName="Test Impact"> | ||
</DataCollector> | ||
</DataCollectors> | ||
</AgentRule> | ||
</Execution> | ||
<Properties /> | ||
</TestSettings> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.