davydm
-
- 588,949 total downloads
- last updated 11/13/2024
- Latest version: 2.0.110
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 -
- 566,768 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 -
- 525,893 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. -
- 508,458 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 -
- 503,812 total downloads
- last updated 11/13/2024
- Latest version: 3.0.329
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 -
- 498,041 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 -
- 492,404 total downloads
- last updated 11/13/2024
- Latest version: 3.0.329
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 -
- 466,100 total downloads
- last updated 11/13/2024
- Latest version: 3.0.329
Test helpers to use in conjunction with PeanutButter.Async, allowing your tests to treat tasks as if they were run synchronously. -
- 415,481 total downloads
- last updated 7/26/2022
- Latest version: 2.0.96
Some utilities for using Castle.Windsor in your projects -
-
- 408,405 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
- 393,301 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() -
- 350,408 total downloads
- last updated 11/13/2024
- Latest version: 3.0.329
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 -
- 205,295 total downloads
- last updated 11/13/2024
- Latest version: 3.0.329
The MySql TempDb<> implementation, using Oracle's MySql.Data connector -
- 196,584 total downloads
- last updated 11/13/2024
- Latest version: 3.0.329
The MySql TempDb<> implementation, using MySqlConnector -
- Deprecated
- 162,440 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 -
- 158,073 total downloads
- last updated 11/13/2024
- Latest version: 3.0.329
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 -
- 122,317 total downloads
- last updated 11/13/2024
- Latest version: 3.0.329
Temporary Redis server using whatever redis is available on the local machine -
- 104,246 total downloads
- last updated 11/13/2024
- Latest version: 2.0.110
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 -
- 97,954 total downloads
- last updated 11/13/2024
- Latest version: 3.0.329
Contains utilities for facilitating easier testing of AspNetCore projects: - Fakes: - HttpContext - HttpRequest - HttpResponse - HttpCookie & Collection -... More information -
- 91,216 total downloads
- last updated 11/13/2024
- Latest version: 2.0.110
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