Info
Version: | 7.0.0 |
Author(s): | Leaping Gorilla LTD |
Last Update: | Tuesday, April 9, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/LeapingGorillaLTD/Testing |
NuGet Url: | https://www.nuget.org/packages/LeapingGorilla.Testing |
Install
Install-Package LeapingGorilla.Testing
dotnet add package LeapingGorilla.Testing
paket add LeapingGorilla.Testing
LeapingGorilla.Testing Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Reflection.Emit(>= 4.3.0)
- NUnit(>= 3.12.0)
- NSubstitute(>= 4.2.0)
Tags
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 dependencies
5. Must have a clean BDD style Given/When/Then flow
From these needs LeapingGorilla.Testing was born.