LeapingGorilla.Testing 1.0.0

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
                    
NuGet\Install-Package LeapingGorilla.Testing -Version 1.0.0
                    
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" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LeapingGorilla.Testing" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="LeapingGorilla.Testing" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add LeapingGorilla.Testing --version 1.0.0
                    
#r "nuget: LeapingGorilla.Testing, 1.0.0"
                    
#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.
#:package LeapingGorilla.Testing@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=LeapingGorilla.Testing&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=LeapingGorilla.Testing&version=1.0.0
                    
Install as a Cake Tool

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 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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.1.18835 199 9/12/2014
1.0.0.1 116 5/27/2014
1.0.0 66 5/20/2014
0.1.0 66 5/20/2014

Summary of changes made in this release of the package.