Sahara 1.6.4

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Sahara --version 1.6.4
NuGet\Install-Package Sahara -Version 1.6.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Sahara" Version="1.6.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sahara --version 1.6.4
#r "nuget: Sahara, 1.6.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Sahara as a Cake Addin
#addin nuget:?package=Sahara&version=1.6.4

// Install Sahara as a Cake Tool
#tool nuget:?package=Sahara&version=1.6.4

Because your tests should be ridiculously easy to read, write and understand...

Sahara is an assertion library and auto-mocking framework that lets you write your unit tests in a more natural language syntax and makes it easier to write unit tests for your projects by helping you isolate dependencies away from the classes you want to test.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
    • Moq (>= 4.2.1408.717)
    • NUnit (>= 2.6.3)

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Sahara:

Package Downloads
Sahara.Mvc4

Because your tests should be ridiculously easy to read, write and understand... Sahara.Mvc4 works with Sahara...an assertion library and auto-mocking framework that lets you write your unit tests in a more natural language syntax and makes it easier to test ASP.NET MVC4 projects by helping you isolate dependencies away from the classes you want to test. Sahara.Mvc4 additionally provides auto-mocking support for MVC4 controller classes by exposing common framework elements like Request and Response contexts and HttpContext as mocks.

Sahara.Mvc

Because your tests should be ridiculously easy to read, write and understand... Sahara.Mvc works with Sahara...an assertion library and auto-mocking framework that lets you write your unit tests in a more natural language syntax and makes it easier to test ASP.NET MVC projects by helping you isolate dependencies away from the classes you want to test. Sahara.Mvc additionally provides auto-mocking support for MVC controller classes by exposing common framework elements like Request and Response contexts and HttpContext as mocks.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.2-alpha 2,537 1/23/2017
1.6.4 1,653 2/12/2016
1.6.3 1,223 10/30/2015
1.6.2 1,063 10/17/2015
1.6.1 1,031 10/17/2015
1.6.0 1,728 10/15/2015
1.5.0 1,702 10/3/2014
1.3.0 1,515 8/24/2014
1.2.3 1,352 2/23/2014
1.2.2 1,242 1/23/2014
1.2.1 1,151 10/30/2013
1.2.0 1,158 10/27/2013
1.1.0 1,160 10/9/2013
1.0.1 1,157 1/23/2014
1.0.0.5 1,264 1/31/2013
1.0.0.4 1,158 1/26/2013
1.0.0.3 1,211 1/19/2013
1.0.0.2 1,183 1/19/2013
1.0.0.1 1,483 6/19/2012

v1.6.4: Updated to fall back to auto-mock dependencies for which there are no public constructors. If the only constructor is private, an exception is thrown.