LeapingGorilla.Testing 1.0.0.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package LeapingGorilla.Testing --version 1.0.0.1
NuGet\Install-Package LeapingGorilla.Testing -Version 1.0.0.1
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="LeapingGorilla.Testing" Version="1.0.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LeapingGorilla.Testing --version 1.0.0.1
#r "nuget: LeapingGorilla.Testing, 1.0.0.1"
#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 LeapingGorilla.Testing as a Cake Addin
#addin nuget:?package=LeapingGorilla.Testing&version=1.0.0.1

// Install LeapingGorilla.Testing as a Cake Tool
#tool nuget:?package=LeapingGorilla.Testing&version=1.0.0.1

We at Leaping Gorilla strive to remove as much friction as possible from our testing methodology. To that end we wanted a drop dead simple way to create unit tests that adhered to a few core principles:

1. Must support constructor-based dependency injection
2. Must have the ability to automatically mock any dependencies we wish to use with our item under test
3. Must have the ability to override automatic mocking should the need arise
4. Must support a clean syntax for stubbing method calls on our depndencies
5. Must have a clean BDD style Given/When/Then flow

From these needs LeapingGorilla.Testing was born.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.0 103 4/9/2024
6.0.1 5,362 9/23/2022
6.0.0 1,015 9/8/2022
5.0.0 921 6/21/2022
4.3.1 911 8/18/2021
4.2.17 13,899 5/8/2020
4.2.15 1,065 4/17/2020
4.1.0 2,049 1/31/2020
4.0.0 1,951 6/12/2019
3.1.1 2,342 1/3/2019
3.0.0 3,264 7/29/2018
2.0.0 7,200 8/11/2016
1.0.3 1,983 6/2/2016
1.0.2 1,592 5/28/2016
1.0.1.25741 1,867 11/13/2015
1.0.1.18835 5,398 9/12/2014
1.0.0.1 1,668 5/27/2014
1.0.0 1,789 5/20/2014
0.1.0 1,856 5/20/2014

Summary of changes made in this release of the package.