davydm
-
- 604,769 total downloads
- last updated 2/13/2025
- Latest version: 2.0.114
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 -
- 574,721 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 -
- 533,524 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. -
- 514,486 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 -
- 513,158 total downloads
- last updated 2/14/2025
- Latest version: 3.0.343
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 -
- 503,966 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 -
- 503,242 total downloads
- last updated 2/14/2025
- Latest version: 3.0.343
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 -
- 476,565 total downloads
- last updated 2/14/2025
- Latest version: 3.0.343
Test helpers to use in conjunction with PeanutButter.Async, allowing your tests to treat tasks as if they were run synchronously. -
- 422,550 total downloads
- last updated 7/26/2022
- Latest version: 2.0.96
Some utilities for using Castle.Windsor in your projects -
-
- 415,220 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 -
-
- Deprecated
- 399,674 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() -
- 360,689 total downloads
- last updated 2/14/2025
- Latest version: 3.0.343
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 -
- 213,409 total downloads
- last updated 2/14/2025
- Latest version: 3.0.343
The MySql TempDb<> implementation, using Oracle's MySql.Data connector -
- 203,717 total downloads
- last updated 2/14/2025
- Latest version: 3.0.343
The MySql TempDb<> implementation, using MySqlConnector -
- 166,877 total downloads
- last updated 2/14/2025
- Latest version: 3.0.343
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 -
- Deprecated
- 163,358 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 -
- 128,853 total downloads
- last updated 2/14/2025
- Latest version: 3.0.343
Temporary Redis server using whatever redis is available on the local machine -
- 108,833 total downloads
- last updated 2/13/2025
- Latest version: 2.0.114
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 -
- 104,400 total downloads
- last updated 2/14/2025
- Latest version: 3.0.343
Contains utilities for facilitating easier testing of AspNetCore projects: - Fakes: - HttpContext - HttpRequest - HttpResponse - HttpCookie & Collection -... More information -
- 95,095 total downloads
- last updated 2/13/2025
- Latest version: 2.0.114
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