davydm
-
- 634,020 total downloads
- last updated 3/24/2025
- Latest version: 2.0.116
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 -
- 607,049 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 -
- 569,763 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. -
- 547,103 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 -
- 536,291 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 -
- 533,673 total downloads
- last updated 4/23/2025
- Latest version: 3.0.357
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 -
- 522,460 total downloads
- last updated 4/23/2025
- Latest version: 3.0.357
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 -
- 504,539 total downloads
- last updated 4/23/2025
- Latest version: 3.0.357
Test helpers to use in conjunction with PeanutButter.Async, allowing your tests to treat tasks as if they were run synchronously. -
- 449,840 total downloads
- last updated 7/26/2022
- Latest version: 2.0.96
Some utilities for using Castle.Windsor in your projects -
-
- 434,313 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
- 406,169 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() -
- 380,824 total downloads
- last updated 4/23/2025
- Latest version: 3.0.357
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 -
- 223,388 total downloads
- last updated 4/23/2025
- Latest version: 3.0.357
The MySql TempDb<> implementation, using Oracle's MySql.Data connector -
- 212,599 total downloads
- last updated 4/23/2025
- Latest version: 3.0.357
The MySql TempDb<> implementation, using MySqlConnector -
- 175,886 total downloads
- last updated 4/23/2025
- Latest version: 3.0.357
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
- 172,757 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 -
- 135,744 total downloads
- last updated 4/23/2025
- Latest version: 3.0.357
Temporary Redis server using whatever redis is available on the local machine -
- 114,950 total downloads
- last updated 3/24/2025
- Latest version: 2.0.116
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 -
- 110,455 total downloads
- last updated 4/23/2025
- Latest version: 3.0.357
Contains utilities for facilitating easier testing of AspNetCore projects: - Fakes: - HttpContext - HttpRequest - HttpResponse - HttpCookie & Collection -... More information -
- 99,801 total downloads
- last updated 3/24/2025
- Latest version: 2.0.116
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