LeapingGorilla.Testing
4.2.17
BDD style testing framework to allow unit testing with automated mocking, dependency injection and minimal friction.
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.
Install-Package LeapingGorilla.Testing -Version 4.2.17
dotnet add package LeapingGorilla.Testing --version 4.2.17
<PackageReference Include="LeapingGorilla.Testing" Version="4.2.17" />
paket add LeapingGorilla.Testing --version 4.2.17
#r "nuget: LeapingGorilla.Testing, 4.2.17"
// Install LeapingGorilla.Testing as a Cake Addin
#addin nuget:?package=LeapingGorilla.Testing&version=4.2.17
// Install LeapingGorilla.Testing as a Cake Tool
#tool nuget:?package=LeapingGorilla.Testing&version=4.2.17
Dependencies
-
- NSubstitute (>= 4.2.0)
- NUnit (>= 3.12.0)
- System.Reflection.Emit (>= 4.3.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
4.2.17 | 2,926 | 5/8/2020 |
4.2.15 | 167 | 4/17/2020 |
4.1.0 | 1,207 | 1/31/2020 |
4.0.0 | 950 | 6/12/2019 |
3.1.1 | 1,421 | 1/3/2019 |
3.0.0 | 2,340 | 7/29/2018 |
2.0.0 | 6,272 | 8/11/2016 |
1.0.3 | 882 | 6/2/2016 |
1.0.2 | 646 | 5/28/2016 |
1.0.1.25741 | 871 | 11/13/2015 |
1.0.1.18835 | 4,273 | 9/12/2014 |
1.0.0.1 | 729 | 5/27/2014 |
1.0.0 | 751 | 5/20/2014 |
0.1.0 | 788 | 5/20/2014 |