davydm
-
- 784,782 total downloads
- last updated 12/4/2025
- Latest version: 2.0.125
Unit-test-framework-agnostic Expect-style assertions for .NET NExpect Provides Expect() syntax for doing assertions in .NET. Framework-agnostic, throwing UnmetExpectationExceptions for failures.... More information -
- 746,545 total downloads
- last updated 7/26/2022
- Latest version: 2.0.96
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... More information -
- 710,126 total downloads
- last updated 7/26/2022
- Latest version: 2.0.96
A generic Migrations Runner for FluentMigrator so you can run in migrations within your application. -
- 708,273 total downloads
- last updated 5/29/2026
- Latest version: 3.0.421
A few useful extensions for making testing against the PeanutButter.SimpleHTTPServer.HttpServer cleaner and easier to read, providing extensions to: - test for requests - test for headers -
-
- 694,453 total downloads
- last updated 9/11/2023
- Latest version: 3.0.177
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... More information -
-
- 679,815 total downloads
- last updated 7/26/2022
- Latest version: 2.0.96
Use this project to pull in the three required Fluent Migrations to make your database able to store emails that the PeanutButter.EmailSpooler.Win32Service service can spool for you. You will need to... More information -
- 674,763 total downloads
- last updated 9/11/2025
- Latest version: 3.0.394
Test helpers to use in conjunction with PeanutButter.Async, allowing your tests to treat tasks as if they were run synchronously. -
- 667,036 total downloads
- last updated 7/26/2022
- Latest version: 2.0.96
Provides the Entity POCO classes for sharing data access with the EmailSpooler.Win32Service service -
- 618,767 total downloads
- last updated 5/29/2026
- Latest version: 3.0.421
CLI runner for PeanutButter TempDb instances: mysql, localdb and sqlite. The aim is to provide a way for other environments which can easily spawn processes, read from stdout, write to stdin to have... More information -
- 567,322 total downloads
- last updated 7/26/2022
- Latest version: 2.0.96
Some utilities for using Castle.Windsor in your projects -
- 531,303 total downloads
- last updated 5/29/2026
- Latest version: 3.0.421
Helper utility to convert Newtonsoft JObjects recursively to dictionaries, most especially useful when coupled with PeanutButter.DuckTyping, which can duck onto dictionaries, without having to make... More information -
- Deprecated
- 424,671 total downloads
- last updated 2/18/2021
- Latest version: 2.0.0
Provides a mechanism to use a static using import to get NUnit Expect() syntax, like so: using static NUnit.StaticExpect.Expectations; // now you can use Expect() -
- 334,008 total downloads
- last updated 5/29/2026
- Latest version: 3.0.421
The MySql TempDb<> implementation, using Oracle's MySql.Data connector -
- 322,450 total downloads
- last updated 5/29/2026
- Latest version: 3.0.421
The MySql TempDb<> implementation, using MySqlConnector -
- 320,097 total downloads
- last updated 5/29/2026
- Latest version: 3.0.421
Provides dead-easy commandline argument parsing. Can be as simple as: 1. define an interface of options you'd like to parse 2. var opts = args.ParseTo<IArgs>() See the readme for more info -
- 213,766 total downloads
- last updated 5/29/2026
- Latest version: 3.0.421
Temporary Redis server using whatever redis is available on the local machine -
- Deprecated
- 204,532 total downloads
- last updated 10/10/2016
- Latest version: 1.2.52
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... More information -
- 181,636 total downloads
- last updated 5/29/2026
- Latest version: 3.0.421
Contains utilities for facilitating easier testing of AspNetCore projects: - Fakes: - HttpContext - HttpRequest - HttpResponse - HttpCookie & Collection -... More information -
- 164,063 total downloads
- last updated 12/4/2025
- Latest version: 2.0.125
This library offers NSubistitute-specific extensions so you can have Expect-style syntax for your NSubstitute assertions. For example, one may previously have done: ```... More information -
- 140,688 total downloads
- last updated 12/4/2025
- Latest version: 2.0.125
This library adds ASP.Net core extensions for NExpect so you can test your [Route] and [Http*] annotations like so: ``` Expect(typeof(SomeController)... More information