@ -1 +0,0 @@ |
|||
<?xml version="1.0" encoding="utf-8"?><Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types"><Default Extension="rels" ContentType="application/vnd.openxmlformats-package.relationships+xml" /><Default Extension="nuspec" ContentType="application/octet" /><Default Extension="txt" ContentType="application/octet" /><Default Extension="conf" ContentType="application/octet" /><Default Extension="exe" ContentType="application/octet" /><Default Extension="config" ContentType="application/octet" /><Default Extension="dll" ContentType="application/octet" /><Default Extension="bat" ContentType="application/octet" /><Default Extension="jpg" ContentType="application/octet" /><Default Extension="png" ContentType="application/octet" /><Default Extension="psmdcp" ContentType="application/vnd.openxmlformats-package.core-properties+xml" /></Types> |
|||
@ -1 +1 @@ |
|||
<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.microsoft.com/packaging/2010/07/manifest" Target="/NUnit.Runners.nuspec" Id="R0feeaf6e3af94918" /><Relationship Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" Target="/package/services/metadata/core-properties/f2935b3290ab4abda19e4b0d298d1b01.psmdcp" Id="R3fbb3df1bce04d56" /></Relationships> |
|||
<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.microsoft.com/packaging/2010/07/manifest" Target="/NUnit.Runners.nuspec" Id="R0d17378df8294664" /><Relationship Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" Target="/package/services/metadata/core-properties/b059142eec834861a3ac03c379fd19c5.psmdcp" Id="R4eccbe26eab04440" /></Relationships> |
|||
@ -1,15 +1,15 @@ |
|||
Copyright © 2002-2013 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-2013 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 © 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. |
|||
|
|||
@ -1,3 +0,0 @@ |
|||
<?xml version="1.0" encoding="utf-8"?><coreProperties xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.openxmlformats.org/package/2006/metadata/core-properties"><dc:creator>Charlie Poole</dc:creator><dc:description>NUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible. A number of runners, both from the NUnit project and by third parties, are able to execute NUnit tests. |
|||
Version 2.6 is the seventh major release of this well-known and well-tested programming tool. |
|||
This package includes the NUnit console, gui and pnunit runners and is compatible with all NUnit framework versions 2.0 through 2.6. The NUnit project editor is also included.</dc:description><dc:identifier>NUnit.Runners</dc:identifier><version>2.6.3</version><dc:language>en-US</dc:language><keywords>nunit test testing tdd runner</keywords></coreProperties> |
|||
@ -1,4 +1,4 @@ |
|||
<AgentConfig> |
|||
<Port>8080</Port> |
|||
<PathToAssemblies>.</PathToAssemblies> |
|||
<AgentConfig> |
|||
<Port>8080</Port> |
|||
<PathToAssemblies>.</PathToAssemblies> |
|||
</AgentConfig> |
|||
@ -1,18 +1,18 @@ |
|||
<log4net> |
|||
<!-- A1 is set to be a ConsoleAppender --> |
|||
<appender name="A1" type="log4net.Appender.ConsoleAppender"> |
|||
|
|||
<!-- A1 uses PatternLayout --> |
|||
<layout type="log4net.Layout.PatternLayout"> |
|||
<!-- Print the date in ISO 8601 format --> |
|||
<conversionPattern value="%-5level %logger - %message%newline" /> |
|||
</layout> |
|||
</appender> |
|||
|
|||
<!-- Set root logger level to DEBUG and its only appender to A1 --> |
|||
<root> |
|||
<level value="Info" /> |
|||
<appender-ref ref="A1" /> |
|||
</root> |
|||
|
|||
</log4net> |
|||
<log4net> |
|||
<!-- A1 is set to be a ConsoleAppender --> |
|||
<appender name="A1" type="log4net.Appender.ConsoleAppender"> |
|||
|
|||
<!-- A1 uses PatternLayout --> |
|||
<layout type="log4net.Layout.PatternLayout"> |
|||
<!-- Print the date in ISO 8601 format --> |
|||
<conversionPattern value="%-5level %logger - %message%newline" /> |
|||
</layout> |
|||
</appender> |
|||
|
|||
<!-- Set root logger level to DEBUG and its only appender to A1 --> |
|||
<root> |
|||
<level value="Info" /> |
|||
<appender-ref ref="A1" /> |
|||
</root> |
|||
|
|||
</log4net> |
|||
|
|||
@ -1,18 +1,18 @@ |
|||
<log4net> |
|||
<!-- A1 is set to be a ConsoleAppender --> |
|||
<appender name="A1" type="log4net.Appender.ConsoleAppender"> |
|||
|
|||
<!-- A1 uses PatternLayout --> |
|||
<layout type="log4net.Layout.PatternLayout"> |
|||
<!-- Print the date in ISO 8601 format --> |
|||
<conversionPattern value="%-5level %logger - %message%newline" /> |
|||
</layout> |
|||
</appender> |
|||
|
|||
<!-- Set root logger level to DEBUG and its only appender to A1 --> |
|||
<root> |
|||
<level value="Info" /> |
|||
<appender-ref ref="A1" /> |
|||
</root> |
|||
|
|||
</log4net> |
|||
<log4net> |
|||
<!-- A1 is set to be a ConsoleAppender --> |
|||
<appender name="A1" type="log4net.Appender.ConsoleAppender"> |
|||
|
|||
<!-- A1 uses PatternLayout --> |
|||
<layout type="log4net.Layout.PatternLayout"> |
|||
<!-- Print the date in ISO 8601 format --> |
|||
<conversionPattern value="%-5level %logger - %message%newline" /> |
|||
</layout> |
|||
</appender> |
|||
|
|||
<!-- Set root logger level to DEBUG and its only appender to A1 --> |
|||
<root> |
|||
<level value="Info" /> |
|||
<appender-ref ref="A1" /> |
|||
</root> |
|||
|
|||
</log4net> |
|||
|
|||
|
Before Width: | Height: | Size: 731 B |
|
Before Width: | Height: | Size: 808 B |
|
Before Width: | Height: | Size: 789 B |
|
Before Width: | Height: | Size: 784 B |
|
Before Width: | Height: | Size: 689 B |
|
Before Width: | Height: | Size: 768 B |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 592 B |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
@ -1,37 +1,37 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<configuration> |
|||
<!-- |
|||
The .NET 2.0 build of nunit-agent only |
|||
runs under .NET 2.0 or higher. The setting |
|||
useLegacyV2RuntimeActivationPolicy only applies |
|||
under .NET 4.0 and permits use of mixed mode |
|||
assemblies, which would otherwise not load |
|||
correctly. |
|||
--> |
|||
<startup useLegacyV2RuntimeActivationPolicy="true"> |
|||
<!-- |
|||
Nunit-agent is normally run by the console or gui |
|||
runners and not independently. In normal usage, |
|||
the runner specifies which runtime should be used. |
|||
|
|||
Do NOT add any supportedRuntime elements here, |
|||
since they may prevent the runner from controlling |
|||
the runtime that is used! |
|||
--> |
|||
</startup> |
|||
|
|||
<runtime> |
|||
<!-- Ensure that test exceptions don't crash NUnit --> |
|||
<legacyUnhandledExceptionPolicy enabled="1" /> |
|||
|
|||
<!-- Run partial trust V2 assemblies in full trust under .NET 4.0 --> |
|||
<loadFromRemoteSources enabled="true" /> |
|||
|
|||
<!-- Look for addins in the addins directory for now --> |
|||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
|||
<probing privatePath="lib;addins"/> |
|||
</assemblyBinding> |
|||
|
|||
</runtime> |
|||
|
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<configuration> |
|||
<!-- |
|||
The .NET 2.0 build of nunit-agent only |
|||
runs under .NET 2.0 or higher. The setting |
|||
useLegacyV2RuntimeActivationPolicy only applies |
|||
under .NET 4.0 and permits use of mixed mode |
|||
assemblies, which would otherwise not load |
|||
correctly. |
|||
--> |
|||
<startup useLegacyV2RuntimeActivationPolicy="true"> |
|||
<!-- |
|||
Nunit-agent is normally run by the console or gui |
|||
runners and not independently. In normal usage, |
|||
the runner specifies which runtime should be used. |
|||
|
|||
Do NOT add any supportedRuntime elements here, |
|||
since they may prevent the runner from controlling |
|||
the runtime that is used! |
|||
--> |
|||
</startup> |
|||
|
|||
<runtime> |
|||
<!-- Ensure that test exceptions don't crash NUnit --> |
|||
<legacyUnhandledExceptionPolicy enabled="1" /> |
|||
|
|||
<!-- Run partial trust V2 assemblies in full trust under .NET 4.0 --> |
|||
<loadFromRemoteSources enabled="true" /> |
|||
|
|||
<!-- Look for addins in the addins directory for now --> |
|||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
|||
<probing privatePath="lib;addins"/> |
|||
</assemblyBinding> |
|||
|
|||
</runtime> |
|||
|
|||
</configuration> |
|||
@ -1,37 +1,37 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<configuration> |
|||
<!-- |
|||
The .NET 2.0 build of nunit-agent only |
|||
runs under .NET 2.0 or higher. The setting |
|||
useLegacyV2RuntimeActivationPolicy only applies |
|||
under .NET 4.0 and permits use of mixed mode |
|||
assemblies, which would otherwise not load |
|||
correctly. |
|||
--> |
|||
<startup useLegacyV2RuntimeActivationPolicy="true"> |
|||
<!-- |
|||
Nunit-agent is normally run by the console or gui |
|||
runners and not independently. In normal usage, |
|||
the runner specifies which runtime should be used. |
|||
|
|||
Do NOT add any supportedRuntime elements here, |
|||
since they may prevent the runner from controlling |
|||
the runtime that is used! |
|||
--> |
|||
</startup> |
|||
|
|||
<runtime> |
|||
<!-- Ensure that test exceptions don't crash NUnit --> |
|||
<legacyUnhandledExceptionPolicy enabled="1" /> |
|||
|
|||
<!-- Run partial trust V2 assemblies in full trust under .NET 4.0 --> |
|||
<loadFromRemoteSources enabled="true" /> |
|||
|
|||
<!-- Look for addins in the addins directory for now --> |
|||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
|||
<probing privatePath="lib;addins"/> |
|||
</assemblyBinding> |
|||
|
|||
</runtime> |
|||
|
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<configuration> |
|||
<!-- |
|||
The .NET 2.0 build of nunit-agent only |
|||
runs under .NET 2.0 or higher. The setting |
|||
useLegacyV2RuntimeActivationPolicy only applies |
|||
under .NET 4.0 and permits use of mixed mode |
|||
assemblies, which would otherwise not load |
|||
correctly. |
|||
--> |
|||
<startup useLegacyV2RuntimeActivationPolicy="true"> |
|||
<!-- |
|||
Nunit-agent is normally run by the console or gui |
|||
runners and not independently. In normal usage, |
|||
the runner specifies which runtime should be used. |
|||
|
|||
Do NOT add any supportedRuntime elements here, |
|||
since they may prevent the runner from controlling |
|||
the runtime that is used! |
|||
--> |
|||
</startup> |
|||
|
|||
<runtime> |
|||
<!-- Ensure that test exceptions don't crash NUnit --> |
|||
<legacyUnhandledExceptionPolicy enabled="1" /> |
|||
|
|||
<!-- Run partial trust V2 assemblies in full trust under .NET 4.0 --> |
|||
<loadFromRemoteSources enabled="true" /> |
|||
|
|||
<!-- Look for addins in the addins directory for now --> |
|||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
|||
<probing privatePath="lib;addins"/> |
|||
</assemblyBinding> |
|||
|
|||
</runtime> |
|||
|
|||
</configuration> |
|||
@ -1,24 +1,24 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<configuration> |
|||
<!-- |
|||
The .NET 2.0 build of the console runner only |
|||
runs under .NET 2.0 or higher. The setting |
|||
useLegacyV2RuntimeActivationPolicy only applies |
|||
under .NET 4.0 and permits use of mixed mode |
|||
assemblies, which would otherwise not load |
|||
correctly. |
|||
--> |
|||
<startup useLegacyV2RuntimeActivationPolicy="true"> |
|||
<!-- Comment out the next line to force use of .NET 4.0 --> |
|||
</startup> |
|||
<runtime> |
|||
<!-- Ensure that test exceptions don't crash NUnit --> |
|||
<legacyUnhandledExceptionPolicy enabled="1"/> |
|||
<!-- Run partial trust V2 assemblies in full trust under .NET 4.0 --> |
|||
<loadFromRemoteSources enabled="true"/> |
|||
<!-- Look for addins in the addins directory for now --> |
|||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
|||
<probing privatePath="lib;addins"/> |
|||
</assemblyBinding> |
|||
</runtime> |
|||
</configuration> |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<configuration> |
|||
<!-- |
|||
The .NET 2.0 build of the console runner only |
|||
runs under .NET 2.0 or higher. The setting |
|||
useLegacyV2RuntimeActivationPolicy only applies |
|||
under .NET 4.0 and permits use of mixed mode |
|||
assemblies, which would otherwise not load |
|||
correctly. |
|||
--> |
|||
<startup useLegacyV2RuntimeActivationPolicy="true"> |
|||
<!-- Comment out the next line to force use of .NET 4.0 --> |
|||
</startup> |
|||
<runtime> |
|||
<!-- Ensure that test exceptions don't crash NUnit --> |
|||
<legacyUnhandledExceptionPolicy enabled="1"/> |
|||
<!-- Run partial trust V2 assemblies in full trust under .NET 4.0 --> |
|||
<loadFromRemoteSources enabled="true"/> |
|||
<!-- Look for addins in the addins directory for now --> |
|||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
|||
<probing privatePath="lib;addins"/> |
|||
</assemblyBinding> |
|||
</runtime> |
|||
</configuration> |
|||
|
|||
@ -1,24 +1,24 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<configuration> |
|||
<!-- |
|||
The .NET 2.0 build of the console runner only |
|||
runs under .NET 2.0 or higher. The setting |
|||
useLegacyV2RuntimeActivationPolicy only applies |
|||
under .NET 4.0 and permits use of mixed mode |
|||
assemblies, which would otherwise not load |
|||
correctly. |
|||
--> |
|||
<startup useLegacyV2RuntimeActivationPolicy="true"> |
|||
<!-- Comment out the next line to force use of .NET 4.0 --> |
|||
</startup> |
|||
<runtime> |
|||
<!-- Ensure that test exceptions don't crash NUnit --> |
|||
<legacyUnhandledExceptionPolicy enabled="1"/> |
|||
<!-- Run partial trust V2 assemblies in full trust under .NET 4.0 --> |
|||
<loadFromRemoteSources enabled="true"/> |
|||
<!-- Look for addins in the addins directory for now --> |
|||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
|||
<probing privatePath="lib;addins"/> |
|||
</assemblyBinding> |
|||
</runtime> |
|||
</configuration> |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<configuration> |
|||
<!-- |
|||
The .NET 2.0 build of the console runner only |
|||
runs under .NET 2.0 or higher. The setting |
|||
useLegacyV2RuntimeActivationPolicy only applies |
|||
under .NET 4.0 and permits use of mixed mode |
|||
assemblies, which would otherwise not load |
|||
correctly. |
|||
--> |
|||
<startup useLegacyV2RuntimeActivationPolicy="true"> |
|||
<!-- Comment out the next line to force use of .NET 4.0 --> |
|||
</startup> |
|||
<runtime> |
|||
<!-- Ensure that test exceptions don't crash NUnit --> |
|||
<legacyUnhandledExceptionPolicy enabled="1"/> |
|||
<!-- Run partial trust V2 assemblies in full trust under .NET 4.0 --> |
|||
<loadFromRemoteSources enabled="true"/> |
|||
<!-- Look for addins in the addins directory for now --> |
|||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
|||
<probing privatePath="lib;addins"/> |
|||
</assemblyBinding> |
|||
</runtime> |
|||
</configuration> |
|||
|
|||
@ -1,23 +1,23 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<configuration> |
|||
<!-- |
|||
The GUI only runs under .NET 2.0 or higher. The |
|||
useLegacyV2RuntimeActivationPolicy setting only |
|||
applies under .NET 4.0 and permits use of mixed |
|||
mode assemblies, which would otherwise not load |
|||
correctly. |
|||
--> |
|||
<startup useLegacyV2RuntimeActivationPolicy="true"> |
|||
<!-- Comment out the next line to force use of .NET 4.0 --> |
|||
</startup> |
|||
<runtime> |
|||
<!-- Ensure that test exceptions don't crash NUnit --> |
|||
<legacyUnhandledExceptionPolicy enabled="1"/> |
|||
<!-- Run partial trust V2 assemblies in full trust under .NET 4.0 --> |
|||
<loadFromRemoteSources enabled="true"/> |
|||
<!-- Look for addins in the addins directory for now --> |
|||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
|||
<probing privatePath="lib;addins"/> |
|||
</assemblyBinding> |
|||
</runtime> |
|||
</configuration> |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<configuration> |
|||
<!-- |
|||
The GUI only runs under .NET 2.0 or higher. The |
|||
useLegacyV2RuntimeActivationPolicy setting only |
|||
applies under .NET 4.0 and permits use of mixed |
|||
mode assemblies, which would otherwise not load |
|||
correctly. |
|||
--> |
|||
<startup useLegacyV2RuntimeActivationPolicy="true"> |
|||
<!-- Comment out the next line to force use of .NET 4.0 --> |
|||
</startup> |
|||
<runtime> |
|||
<!-- Ensure that test exceptions don't crash NUnit --> |
|||
<legacyUnhandledExceptionPolicy enabled="1"/> |
|||
<!-- Run partial trust V2 assemblies in full trust under .NET 4.0 --> |
|||
<loadFromRemoteSources enabled="true"/> |
|||
<!-- Look for addins in the addins directory for now --> |
|||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
|||
<probing privatePath="lib;addins"/> |
|||
</assemblyBinding> |
|||
</runtime> |
|||
</configuration> |
|||
|
|||
@ -1,23 +1,23 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<configuration> |
|||
<!-- |
|||
The GUI only runs under .NET 2.0 or higher. The |
|||
useLegacyV2RuntimeActivationPolicy setting only |
|||
applies under .NET 4.0 and permits use of mixed |
|||
mode assemblies, which would otherwise not load |
|||
correctly. |
|||
--> |
|||
<startup useLegacyV2RuntimeActivationPolicy="true"> |
|||
<!-- Comment out the next line to force use of .NET 4.0 --> |
|||
</startup> |
|||
<runtime> |
|||
<!-- Ensure that test exceptions don't crash NUnit --> |
|||
<legacyUnhandledExceptionPolicy enabled="1"/> |
|||
<!-- Run partial trust V2 assemblies in full trust under .NET 4.0 --> |
|||
<loadFromRemoteSources enabled="true"/> |
|||
<!-- Look for addins in the addins directory for now --> |
|||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
|||
<probing privatePath="lib;addins"/> |
|||
</assemblyBinding> |
|||
</runtime> |
|||
</configuration> |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<configuration> |
|||
<!-- |
|||
The GUI only runs under .NET 2.0 or higher. The |
|||
useLegacyV2RuntimeActivationPolicy setting only |
|||
applies under .NET 4.0 and permits use of mixed |
|||
mode assemblies, which would otherwise not load |
|||
correctly. |
|||
--> |
|||
<startup useLegacyV2RuntimeActivationPolicy="true"> |
|||
<!-- Comment out the next line to force use of .NET 4.0 --> |
|||
</startup> |
|||
<runtime> |
|||
<!-- Ensure that test exceptions don't crash NUnit --> |
|||
<legacyUnhandledExceptionPolicy enabled="1"/> |
|||
<!-- Run partial trust V2 assemblies in full trust under .NET 4.0 --> |
|||
<loadFromRemoteSources enabled="true"/> |
|||
<!-- Look for addins in the addins directory for now --> |
|||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
|||
<probing privatePath="lib;addins"/> |
|||
</assemblyBinding> |
|||
</runtime> |
|||
</configuration> |
|||
|
|||
@ -1,77 +1,77 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<configuration> |
|||
|
|||
<!-- Set the level for tracing NUnit itself --> |
|||
<!-- 0=Off 1=Error 2=Warning 3=Info 4=Debug --> |
|||
<system.diagnostics> |
|||
<switches> |
|||
<add name="NTrace" value="0" /> |
|||
</switches> |
|||
</system.diagnostics> |
|||
|
|||
<runtime> |
|||
<!-- We need this so test exceptions don't crash NUnit --> |
|||
<legacyUnhandledExceptionPolicy enabled="1" /> |
|||
|
|||
<!-- Look for addins in the addins directory for now --> |
|||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
|||
<probing privatePath="framework;lib;addins"/> |
|||
</assemblyBinding> |
|||
|
|||
<!-- |
|||
The following <assemblyBinding> section allows running nunit under |
|||
.NET 1.0 by redirecting assemblies. The appliesTo attribute |
|||
causes the section to be ignored except under .NET 1.0 |
|||
on a machine with only the .NET version 1.0 runtime installed. |
|||
If application and its tests were built for .NET 1.1 you will |
|||
also need to redirect system assemblies in the test config file, |
|||
which controls loading of the tests. |
|||
--> |
|||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1" |
|||
appliesTo="v1.0.3705"> |
|||
|
|||
<dependentAssembly> |
|||
<assemblyIdentity name="System" |
|||
publicKeyToken="b77a5c561934e089" |
|||
culture="neutral"/> |
|||
<bindingRedirect oldVersion="1.0.5000.0" |
|||
newVersion="1.0.3300.0"/> |
|||
</dependentAssembly> |
|||
|
|||
<dependentAssembly> |
|||
<assemblyIdentity name="System.Data" |
|||
publicKeyToken="b77a5c561934e089" |
|||
culture="neutral"/> |
|||
<bindingRedirect oldVersion="1.0.5000.0" |
|||
newVersion="1.0.3300.0"/> |
|||
</dependentAssembly> |
|||
|
|||
<dependentAssembly> |
|||
<assemblyIdentity name="System.Drawing" |
|||
publicKeyToken="b03f5f7f11d50a3a" |
|||
culture="neutral"/> |
|||
<bindingRedirect oldVersion="1.0.5000.0" |
|||
newVersion="1.0.3300.0"/> |
|||
</dependentAssembly> |
|||
|
|||
<dependentAssembly> |
|||
<assemblyIdentity name="System.Windows.Forms" |
|||
publicKeyToken="b77a5c561934e089" |
|||
culture="neutral"/> |
|||
<bindingRedirect oldVersion="1.0.5000.0" |
|||
newVersion="1.0.3300.0"/> |
|||
</dependentAssembly> |
|||
|
|||
<dependentAssembly> |
|||
<assemblyIdentity name="System.Xml" |
|||
publicKeyToken="b77a5c561934e089" |
|||
culture="neutral"/> |
|||
<bindingRedirect oldVersion="1.0.5000.0" |
|||
newVersion="1.0.3300.0"/> |
|||
</dependentAssembly> |
|||
|
|||
</assemblyBinding> |
|||
|
|||
</runtime> |
|||
|
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<configuration> |
|||
|
|||
<!-- Set the level for tracing NUnit itself --> |
|||
<!-- 0=Off 1=Error 2=Warning 3=Info 4=Debug --> |
|||
<system.diagnostics> |
|||
<switches> |
|||
<add name="NTrace" value="0" /> |
|||
</switches> |
|||
</system.diagnostics> |
|||
|
|||
<runtime> |
|||
<!-- We need this so test exceptions don't crash NUnit --> |
|||
<legacyUnhandledExceptionPolicy enabled="1" /> |
|||
|
|||
<!-- Look for addins in the addins directory for now --> |
|||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
|||
<probing privatePath="framework;lib;addins"/> |
|||
</assemblyBinding> |
|||
|
|||
<!-- |
|||
The following <assemblyBinding> section allows running nunit under |
|||
.NET 1.0 by redirecting assemblies. The appliesTo attribute |
|||
causes the section to be ignored except under .NET 1.0 |
|||
on a machine with only the .NET version 1.0 runtime installed. |
|||
If application and its tests were built for .NET 1.1 you will |
|||
also need to redirect system assemblies in the test config file, |
|||
which controls loading of the tests. |
|||
--> |
|||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1" |
|||
appliesTo="v1.0.3705"> |
|||
|
|||
<dependentAssembly> |
|||
<assemblyIdentity name="System" |
|||
publicKeyToken="b77a5c561934e089" |
|||
culture="neutral"/> |
|||
<bindingRedirect oldVersion="1.0.5000.0" |
|||
newVersion="1.0.3300.0"/> |
|||
</dependentAssembly> |
|||
|
|||
<dependentAssembly> |
|||
<assemblyIdentity name="System.Data" |
|||
publicKeyToken="b77a5c561934e089" |
|||
culture="neutral"/> |
|||
<bindingRedirect oldVersion="1.0.5000.0" |
|||
newVersion="1.0.3300.0"/> |
|||
</dependentAssembly> |
|||
|
|||
<dependentAssembly> |
|||
<assemblyIdentity name="System.Drawing" |
|||
publicKeyToken="b03f5f7f11d50a3a" |
|||
culture="neutral"/> |
|||
<bindingRedirect oldVersion="1.0.5000.0" |
|||
newVersion="1.0.3300.0"/> |
|||
</dependentAssembly> |
|||
|
|||
<dependentAssembly> |
|||
<assemblyIdentity name="System.Windows.Forms" |
|||
publicKeyToken="b77a5c561934e089" |
|||
culture="neutral"/> |
|||
<bindingRedirect oldVersion="1.0.5000.0" |
|||
newVersion="1.0.3300.0"/> |
|||
</dependentAssembly> |
|||
|
|||
<dependentAssembly> |
|||
<assemblyIdentity name="System.Xml" |
|||
publicKeyToken="b77a5c561934e089" |
|||
culture="neutral"/> |
|||
<bindingRedirect oldVersion="1.0.5000.0" |
|||
newVersion="1.0.3300.0"/> |
|||
</dependentAssembly> |
|||
|
|||
</assemblyBinding> |
|||
|
|||
</runtime> |
|||
|
|||
</configuration> |
|||
@ -1,77 +1,77 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<configuration> |
|||
|
|||
<!-- Set the level for tracing NUnit itself --> |
|||
<!-- 0=Off 1=Error 2=Warning 3=Info 4=Debug --> |
|||
<system.diagnostics> |
|||
<switches> |
|||
<add name="NTrace" value="0" /> |
|||
</switches> |
|||
</system.diagnostics> |
|||
|
|||
<runtime> |
|||
<!-- We need this so test exceptions don't crash NUnit --> |
|||
<legacyUnhandledExceptionPolicy enabled="1" /> |
|||
|
|||
<!-- Look for addins in the addins directory for now --> |
|||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
|||
<probing privatePath="framework;lib;addins"/> |
|||
</assemblyBinding> |
|||
|
|||
<!-- |
|||
The following <assemblyBinding> section allows running nunit under |
|||
.NET 1.0 by redirecting assemblies. The appliesTo attribute |
|||
causes the section to be ignored except under .NET 1.0 |
|||
on a machine with only the .NET version 1.0 runtime installed. |
|||
If application and its tests were built for .NET 1.1 you will |
|||
also need to redirect system assemblies in the test config file, |
|||
which controls loading of the tests. |
|||
--> |
|||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1" |
|||
appliesTo="v1.0.3705"> |
|||
|
|||
<dependentAssembly> |
|||
<assemblyIdentity name="System" |
|||
publicKeyToken="b77a5c561934e089" |
|||
culture="neutral"/> |
|||
<bindingRedirect oldVersion="1.0.5000.0" |
|||
newVersion="1.0.3300.0"/> |
|||
</dependentAssembly> |
|||
|
|||
<dependentAssembly> |
|||
<assemblyIdentity name="System.Data" |
|||
publicKeyToken="b77a5c561934e089" |
|||
culture="neutral"/> |
|||
<bindingRedirect oldVersion="1.0.5000.0" |
|||
newVersion="1.0.3300.0"/> |
|||
</dependentAssembly> |
|||
|
|||
<dependentAssembly> |
|||
<assemblyIdentity name="System.Drawing" |
|||
publicKeyToken="b03f5f7f11d50a3a" |
|||
culture="neutral"/> |
|||
<bindingRedirect oldVersion="1.0.5000.0" |
|||
newVersion="1.0.3300.0"/> |
|||
</dependentAssembly> |
|||
|
|||
<dependentAssembly> |
|||
<assemblyIdentity name="System.Windows.Forms" |
|||
publicKeyToken="b77a5c561934e089" |
|||
culture="neutral"/> |
|||
<bindingRedirect oldVersion="1.0.5000.0" |
|||
newVersion="1.0.3300.0"/> |
|||
</dependentAssembly> |
|||
|
|||
<dependentAssembly> |
|||
<assemblyIdentity name="System.Xml" |
|||
publicKeyToken="b77a5c561934e089" |
|||
culture="neutral"/> |
|||
<bindingRedirect oldVersion="1.0.5000.0" |
|||
newVersion="1.0.3300.0"/> |
|||
</dependentAssembly> |
|||
|
|||
</assemblyBinding> |
|||
|
|||
</runtime> |
|||
|
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<configuration> |
|||
|
|||
<!-- Set the level for tracing NUnit itself --> |
|||
<!-- 0=Off 1=Error 2=Warning 3=Info 4=Debug --> |
|||
<system.diagnostics> |
|||
<switches> |
|||
<add name="NTrace" value="0" /> |
|||
</switches> |
|||
</system.diagnostics> |
|||
|
|||
<runtime> |
|||
<!-- We need this so test exceptions don't crash NUnit --> |
|||
<legacyUnhandledExceptionPolicy enabled="1" /> |
|||
|
|||
<!-- Look for addins in the addins directory for now --> |
|||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
|||
<probing privatePath="framework;lib;addins"/> |
|||
</assemblyBinding> |
|||
|
|||
<!-- |
|||
The following <assemblyBinding> section allows running nunit under |
|||
.NET 1.0 by redirecting assemblies. The appliesTo attribute |
|||
causes the section to be ignored except under .NET 1.0 |
|||
on a machine with only the .NET version 1.0 runtime installed. |
|||
If application and its tests were built for .NET 1.1 you will |
|||
also need to redirect system assemblies in the test config file, |
|||
which controls loading of the tests. |
|||
--> |
|||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1" |
|||
appliesTo="v1.0.3705"> |
|||
|
|||
<dependentAssembly> |
|||
<assemblyIdentity name="System" |
|||
publicKeyToken="b77a5c561934e089" |
|||
culture="neutral"/> |
|||
<bindingRedirect oldVersion="1.0.5000.0" |
|||
newVersion="1.0.3300.0"/> |
|||
</dependentAssembly> |
|||
|
|||
<dependentAssembly> |
|||
<assemblyIdentity name="System.Data" |
|||
publicKeyToken="b77a5c561934e089" |
|||
culture="neutral"/> |
|||
<bindingRedirect oldVersion="1.0.5000.0" |
|||
newVersion="1.0.3300.0"/> |
|||
</dependentAssembly> |
|||
|
|||
<dependentAssembly> |
|||
<assemblyIdentity name="System.Drawing" |
|||
publicKeyToken="b03f5f7f11d50a3a" |
|||
culture="neutral"/> |
|||
<bindingRedirect oldVersion="1.0.5000.0" |
|||
newVersion="1.0.3300.0"/> |
|||
</dependentAssembly> |
|||
|
|||
<dependentAssembly> |
|||
<assemblyIdentity name="System.Windows.Forms" |
|||
publicKeyToken="b77a5c561934e089" |
|||
culture="neutral"/> |
|||
<bindingRedirect oldVersion="1.0.5000.0" |
|||
newVersion="1.0.3300.0"/> |
|||
</dependentAssembly> |
|||
|
|||
<dependentAssembly> |
|||
<assemblyIdentity name="System.Xml" |
|||
publicKeyToken="b77a5c561934e089" |
|||
culture="neutral"/> |
|||
<bindingRedirect oldVersion="1.0.5000.0" |
|||
newVersion="1.0.3300.0"/> |
|||
</dependentAssembly> |
|||
|
|||
</assemblyBinding> |
|||
|
|||
</runtime> |
|||
|
|||
</configuration> |
|||
@ -1,3 +1,3 @@ |
|||
start pnunit-agent 8080 . |
|||
start pnunit-agent 8081 . |
|||
pnunit-launcher test.conf |
|||
start pnunit-agent 8080 . |
|||
start pnunit-agent 8081 . |
|||
pnunit-launcher test.conf |
|||
|
|||
@ -1,82 +1,82 @@ |
|||
<TestGroup> |
|||
|
|||
<Variables> |
|||
<Variable name="$agent_host" value="localhost" /> |
|||
</Variables> |
|||
|
|||
<ParallelTests> |
|||
|
|||
<!-- This is really just one test --> |
|||
<ParallelTest> |
|||
<Name>Testing</Name> |
|||
<Tests> |
|||
<TestConf> |
|||
<Name>Testing</Name> |
|||
<Assembly>pnunit.tests.dll</Assembly> |
|||
<TestToRun>TestLibraries.Testing.EqualTo19</TestToRun> |
|||
<Machine>$agent_host:8080</Machine> |
|||
</TestConf> |
|||
</Tests> |
|||
</ParallelTest> |
|||
|
|||
<!-- Parallel Test on a single agent - no barriers --> |
|||
<ParallelTest> |
|||
<Name>Parallel_Tests</Name> |
|||
<Tests> |
|||
<TestConf> |
|||
<Name>ParallelTest_A_Test</Name> |
|||
<Assembly>pnunit.tests.dll</Assembly> |
|||
<TestToRun>TestLibraries.ParallelExample.ParallelTest_A</TestToRun> |
|||
<Machine>$agent_host:8080</Machine> |
|||
<TestParams> |
|||
<!-- sleep time in seconds --> |
|||
<string>2</string> |
|||
</TestParams> |
|||
</TestConf> |
|||
<TestConf> |
|||
<Name>ParallelTest_B_Test</Name> |
|||
<Assembly>pnunit.tests.dll</Assembly> |
|||
<TestToRun>TestLibraries.ParallelExample.ParallelTest_B</TestToRun> |
|||
<Machine>$agent_host:8080</Machine> |
|||
<TestParams> |
|||
<string>1</string> |
|||
<!-- sleep time in seconds --> |
|||
</TestParams> |
|||
</TestConf> |
|||
</Tests> |
|||
</ParallelTest> |
|||
|
|||
<!-- Parallel Test using two agents - with wait barriers --> |
|||
<ParallelTest> |
|||
<Name>Parallel_Barriers</Name> |
|||
<Tests> |
|||
<TestConf> |
|||
<Name>Parallel_Barriers_TestA</Name> |
|||
<Assembly>pnunit.tests.dll</Assembly> |
|||
<TestToRun>TestLibraries.ParallelExampleWithBarriers.ParallelTestWithBarriersA</TestToRun> |
|||
<Machine>$agent_host:8080</Machine> |
|||
<TestParams> |
|||
</TestParams> |
|||
<WaitBarriers> |
|||
<string>START_BARRIER</string> |
|||
<string>WAIT_BARRIER</string> |
|||
</WaitBarriers> |
|||
</TestConf> |
|||
<TestConf> |
|||
<Name>Parallel_Barriers_TestB</Name> |
|||
<Assembly>pnunit.tests.dll</Assembly> |
|||
<TestToRun>TestLibraries.ParallelExampleWithBarriers.ParallelTestWithBarriersB</TestToRun> |
|||
<Machine>$agent_host:8081</Machine> |
|||
<TestParams> |
|||
</TestParams> |
|||
<WaitBarriers> |
|||
<string>START_BARRIER</string> |
|||
<string>WAIT_BARRIER</string> |
|||
</WaitBarriers> |
|||
</TestConf> |
|||
</Tests> |
|||
</ParallelTest> |
|||
|
|||
</ParallelTests> |
|||
|
|||
<TestGroup> |
|||
|
|||
<Variables> |
|||
<Variable name="$agent_host" value="localhost" /> |
|||
</Variables> |
|||
|
|||
<ParallelTests> |
|||
|
|||
<!-- This is really just one test --> |
|||
<ParallelTest> |
|||
<Name>Testing</Name> |
|||
<Tests> |
|||
<TestConf> |
|||
<Name>Testing</Name> |
|||
<Assembly>pnunit.tests.dll</Assembly> |
|||
<TestToRun>TestLibraries.Testing.EqualTo19</TestToRun> |
|||
<Machine>$agent_host:8080</Machine> |
|||
</TestConf> |
|||
</Tests> |
|||
</ParallelTest> |
|||
|
|||
<!-- Parallel Test on a single agent - no barriers --> |
|||
<ParallelTest> |
|||
<Name>Parallel_Tests</Name> |
|||
<Tests> |
|||
<TestConf> |
|||
<Name>ParallelTest_A_Test</Name> |
|||
<Assembly>pnunit.tests.dll</Assembly> |
|||
<TestToRun>TestLibraries.ParallelExample.ParallelTest_A</TestToRun> |
|||
<Machine>$agent_host:8080</Machine> |
|||
<TestParams> |
|||
<!-- sleep time in seconds --> |
|||
<string>2</string> |
|||
</TestParams> |
|||
</TestConf> |
|||
<TestConf> |
|||
<Name>ParallelTest_B_Test</Name> |
|||
<Assembly>pnunit.tests.dll</Assembly> |
|||
<TestToRun>TestLibraries.ParallelExample.ParallelTest_B</TestToRun> |
|||
<Machine>$agent_host:8080</Machine> |
|||
<TestParams> |
|||
<string>1</string> |
|||
<!-- sleep time in seconds --> |
|||
</TestParams> |
|||
</TestConf> |
|||
</Tests> |
|||
</ParallelTest> |
|||
|
|||
<!-- Parallel Test using two agents - with wait barriers --> |
|||
<ParallelTest> |
|||
<Name>Parallel_Barriers</Name> |
|||
<Tests> |
|||
<TestConf> |
|||
<Name>Parallel_Barriers_TestA</Name> |
|||
<Assembly>pnunit.tests.dll</Assembly> |
|||
<TestToRun>TestLibraries.ParallelExampleWithBarriers.ParallelTestWithBarriersA</TestToRun> |
|||
<Machine>$agent_host:8080</Machine> |
|||
<TestParams> |
|||
</TestParams> |
|||
<WaitBarriers> |
|||
<string>START_BARRIER</string> |
|||
<string>WAIT_BARRIER</string> |
|||
</WaitBarriers> |
|||
</TestConf> |
|||
<TestConf> |
|||
<Name>Parallel_Barriers_TestB</Name> |
|||
<Assembly>pnunit.tests.dll</Assembly> |
|||
<TestToRun>TestLibraries.ParallelExampleWithBarriers.ParallelTestWithBarriersB</TestToRun> |
|||
<Machine>$agent_host:8081</Machine> |
|||
<TestParams> |
|||
</TestParams> |
|||
<WaitBarriers> |
|||
<string>START_BARRIER</string> |
|||
<string>WAIT_BARRIER</string> |
|||
</WaitBarriers> |
|||
</TestConf> |
|||
</Tests> |
|||
</ParallelTest> |
|||
|
|||
</ParallelTests> |
|||
|
|||
</TestGroup> |
|||
@ -1 +1 @@ |
|||
<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.microsoft.com/packaging/2010/07/manifest" Target="/NUnit.nuspec" Id="R6d905d18af184512" /><Relationship Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" Target="/package/services/metadata/core-properties/7b80d12ebc6c43d5beaff9011dc4d11f.psmdcp" Id="Rfdcea786c95347df" /></Relationships> |
|||
<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.microsoft.com/packaging/2010/07/manifest" Target="/NUnit.nuspec" Id="Ra7d0991092f1466f" /><Relationship Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" Target="/package/services/metadata/core-properties/c346e7af292d401e86e307d6778e3cf7.psmdcp" Id="R9d5fe0a83c814d50" /></Relationships> |
|||
@ -1,15 +1,15 @@ |
|||
Copyright © 2002-2013 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-2013 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 © 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. |
|||
|
|||
@ -1,3 +1,3 @@ |
|||
<?xml version="1.0" encoding="utf-8"?><coreProperties xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.openxmlformats.org/package/2006/metadata/core-properties"><dc:creator>Charlie Poole</dc:creator><dc:description>NUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible. A number of runners, both from the NUnit project and by third parties, are able to execute NUnit tests. |
|||
Version 2.6 is the seventh major release of this well-known and well-tested programming tool. |
|||
This package includes only the framework assembly. You will need to install the NUnit.Runners package unless you are using a third-party runner.</dc:description><dc:identifier>NUnit</dc:identifier><version>2.6.3</version><dc:language>en-US</dc:language><keywords>nunit test testing tdd framework fluent assert theory plugin addin</keywords></coreProperties> |
|||
This package includes only the framework assembly. You will need to install the NUnit.Runners package unless you are using a third-party runner.</dc:description><dc:identifier>NUnit</dc:identifier><version>2.6.4</version><dc:language>en-US</dc:language><keywords>nunit test testing tdd framework fluent assert theory plugin addin</keywords></coreProperties> |
|||