Top 20 NuGet Packages depending on PeanutButter.RandomGenerators

Total dependencies: 3

Contains classes to help with testing when entity and a SQL Server would be involved in production: * TestFixtureWithTempDb provides bootstrapping for tests which would use a temporary database (TempDBLocalDb) * EntityPersistenceTestFixtureBase provides helpers for the common test of persist...
Test helpers to use in conjunction with PeanutButter.Async, allowing your tests to treat tasks as if they were run synchronously.
Contains utilities for facilitating easier testing of MVC projects: - JsonResultExtensions let you .Get("(property name)") on JsonResults from an MVC controller action to easily fetch values from the Json result - ControllerWithContextBuilder facilitates testin...