Author: alexoree
Date: Sun Sep 29 13:03:30 2013
New Revision: 1527324
URL: http://svn.apache.org/r1527324
Log:
JUDDI-567 adding nunit test framework
Added:
juddi/trunk/juddi-client.net/packages/
juddi/trunk/juddi-client.net/packages/NUnit.2.6.2/
juddi/trunk/juddi-client.net/packages/NUnit.2.6.2/NUnit.2.6.2.nupkg (with
props)
juddi/trunk/juddi-client.net/packages/NUnit.2.6.2/NUnit.2.6.2.nuspec
juddi/trunk/juddi-client.net/packages/NUnit.2.6.2/lib/
juddi/trunk/juddi-client.net/packages/NUnit.2.6.2/lib/nunit.framework.dll
(with props)
juddi/trunk/juddi-client.net/packages/NUnit.2.6.2/lib/nunit.framework.xml
juddi/trunk/juddi-client.net/packages/NUnit.2.6.2/license.txt
juddi/trunk/juddi-client.net/packages/repositories.config
Added: juddi/trunk/juddi-client.net/packages/NUnit.2.6.2/NUnit.2.6.2.nupkg
URL:
http://svn.apache.org/viewvc/juddi/trunk/juddi-client.net/packages/NUnit.2.6.2/NUnit.2.6.2.nupkg?rev=1527324&view=auto
==============================================================================
Binary file - no diff available.
Propchange: juddi/trunk/juddi-client.net/packages/NUnit.2.6.2/NUnit.2.6.2.nupkg
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: juddi/trunk/juddi-client.net/packages/NUnit.2.6.2/NUnit.2.6.2.nuspec
URL:
http://svn.apache.org/viewvc/juddi/trunk/juddi-client.net/packages/NUnit.2.6.2/NUnit.2.6.2.nuspec?rev=1527324&view=auto
==============================================================================
--- juddi/trunk/juddi-client.net/packages/NUnit.2.6.2/NUnit.2.6.2.nuspec (added)
+++ juddi/trunk/juddi-client.net/packages/NUnit.2.6.2/NUnit.2.6.2.nuspec Sun
Sep 29 13:03:30 2013
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
+ <metadata>
+ <id>NUnit</id>
+ <version>2.6.2</version>
+ <title>NUnit</title>
+ <authors>Charlie Poole</authors>
+ <owners>Charlie Poole</owners>
+ <licenseUrl>http://nunit.org/nuget/license.html</licenseUrl>
+ <projectUrl>http://nunit.org/</projectUrl>
+ <iconUrl>http://nunit.org/nuget/nunit_32x32.png</iconUrl>
+ <requireLicenseAcceptance>false</requireLicenseAcceptance>
+ <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.</description>
+ <summary>NUnit is a unit-testing framework for all .Net languages with a
strong TDD focus.</summary>
+ <releaseNotes>Version 2.6 is the seventh major release of NUnit.
+
+Unlike earlier versions, this package includes only the framework assembly.
You will need to install the NUnit.Runners package unless you are using a
third-party runner.
+
+The nunit.mocks assembly is now provided by the NUnit.Mocks package. The
pnunit.framework assembly is provided by the pNUnit package.</releaseNotes>
+ <language>en-US</language>
+ <tags>test testing tdd framework fluent assert theory plugin addin</tags>
+ </metadata>
+</package>
\ No newline at end of file
Added: juddi/trunk/juddi-client.net/packages/NUnit.2.6.2/lib/nunit.framework.dll
URL:
http://svn.apache.org/viewvc/juddi/trunk/juddi-client.net/packages/NUnit.2.6.2/lib/nunit.framework.dll?rev=1527324&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
juddi/trunk/juddi-client.net/packages/NUnit.2.6.2/lib/nunit.framework.dll
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]