15 строки
883 B
XML
15 строки
883 B
XML
<?xml version="1.0"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<metadata>
|
|
<id>NSubstitute</id>
|
|
<version>0.9.0</version>
|
|
<description>NSubstitute is a friendly substitute for .NET mocking frameworks. It has a simple, succinct syntax to help developers write clearer tests. NSubstitute is designed for Arrange-Act-Assert (AAA) testing and with Test Driven Development (TDD) in mind.</description>
|
|
<authors>Anthony Egerton,David Tchepak</authors>
|
|
<tags>mocking mocks testing unit-testing TDD AAA</tags>
|
|
<projectUrl>http://nsubstitute.github.com</projectUrl>
|
|
<licenseUrl>https://github.com/nsubstitute/NSubstitute/raw/master/LICENSE.txt</licenseUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<iconUrl>http://nsubstitute.github.com/images/nsubstitute-100x100.png</iconUrl>
|
|
</metadata>
|
|
</package>
|