Updating for 1.4.2 release to fix problem on Mono.
This commit is contained in:
Родитель
60486f5f83
Коммит
9dcc964ff6
|
@ -1,3 +1,6 @@
|
|||
1.4.2 (July 2012)
|
||||
* [FIX] Issue using NET40 build on Mono (due to NET45 build tools incompatibility)
|
||||
|
||||
1.4.1 (June 2012)
|
||||
* [FIX] Fix matching Nullable<T> arguments when arg value is null. Thanks to Magnus Olstad Hansen (@maggedotno) for this contribution. (#78)
|
||||
* [UPDATE] Updated to Castle.Core 3.0.0.
|
||||
|
|
|
@ -5,16 +5,15 @@ Visit the [NSubstitute website](http://nsubstitute.github.com) for more informat
|
|||
|
||||
### What is it?
|
||||
|
||||
NSubstitute is designed as a friendly substitute for .NET mocking frameworks.
|
||||
NSubstitute is designed as a friendly substitute for .NET mocking libraries.
|
||||
|
||||
It is an attempt to satisfy our craving for a mocking framework with a succinct syntax that helps us keep the focus on the intention of our tests, rather than on the configuration of our test doubles. We've tried to make the most frequently required operations obvious and easy to use, keeping less usual scenarios discoverable and accessible, and all the while maintaining as much natural language as possible.
|
||||
It is an attempt to satisfy our craving for a mocking library with a succinct syntax that helps us keep the focus on the intention of our tests, rather than on the configuration of our test doubles. We've tried to make the most frequently required operations obvious and easy to use, keeping less usual scenarios discoverable and accessible, and all the while maintaining as much natural language as possible.
|
||||
|
||||
Perfect for those new to testing, and for others who would just like to to get their tests written with less noise and fewer lambdas.
|
||||
|
||||
### Getting help
|
||||
|
||||
### NOTE: Framework Multi-Targeting
|
||||
|
||||
[Brendan](https://github.com/shiftkey) is updating the build process to [support multiple framework versions](https://github.com/nsubstitute/NSubstitute/wiki/Silverlight-port), including Silverlight. See the [Silverlight port](https://github.com/nsubstitute/NSubstitute/wiki/Silverlight-port) wiki page for current status.
|
||||
If you have questions or feedback on NSubstitute, head on over to the [NSubstitute discussion group](http://groups.google.com/group/nsubstitute).
|
||||
|
||||
### Basic use
|
||||
|
||||
|
@ -116,9 +115,9 @@ Finally, we can raise events on our substitutes (unfortunately C# dramatically r
|
|||
If you have Visual Studio 2008 or 2010 you should be able to compile NSubstitute and run the unit tests using the NUnit GUI or console test runner (see the ThirdParty directory).
|
||||
To do full builds you'll also need Ruby and rake to run the rakefile.
|
||||
|
||||
### Getting help
|
||||
### NOTE: Framework Multi-Targeting
|
||||
|
||||
If you have questions or feedback on NSubstitute, head on over to the [NSubstitute discussion group](http://groups.google.com/group/nsubstitute).
|
||||
[Brendan](https://github.com/shiftkey) is updating the build process to [support multiple framework versions](https://github.com/nsubstitute/NSubstitute/wiki/Silverlight-port), including Silverlight. See the [Silverlight port](https://github.com/nsubstitute/NSubstitute/wiki/Silverlight-port) wiki page for current status.
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ Received 2 non-matching calls (non-matching arguments indicated with '*' charact
|
|||
<div id="downloads" class="sidebar download">
|
||||
<ul>
|
||||
<li class="nsubstitute" style="font-weight: bold; font-size: 130%">
|
||||
<a href="http://github.com/downloads/nsubstitute/NSubstitute/NSubstitute-1.4.1.0.zip">Download</a>
|
||||
<a href="http://github.com/downloads/nsubstitute/NSubstitute/NSubstitute-1.4.2.0.zip">Download</a>
|
||||
</li>
|
||||
<li class="nuget">
|
||||
<a href="http://nuget.org/List/Packages/NSubstitute">Install via NuGet:</a> <code>Install-Package NSubstitute</code>
|
||||
|
|
Загрузка…
Ссылка в новой задаче