LeapingGorilla.Testing NuGet Package

BDD style testing framework to allow unit testing with automated mocking, dependency injection and minimum friction based on the NUnit testing library.

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.




Got any LeapingGorilla.Testing Question?





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)



Tags



STATS

must-have-score

1.6

avg-downloads-per-day

15

days-since-last-release

24