Found 105 packages
This is a library to enable easier testing of Habanero business objects by providing classes to create valid objects, test your mappings and help with unit testing your domain model. See http://sourceforge.net/projects/habanero/ for further info
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
Helpers for testing when using PeanutButter.DatabaseHelpers
A package to essentially wrap Task.Run and variants in a runner object which can be substituted or have their implementation changed according to selected task scheduling strategies.
Package Description
A light abstraction around Dapper and Dapper.Contrib that also maintains the behavior IDbConnection. This library facilitates a loosely coupled design and unit testing.
Testing helpers for LightBlue (experimental)
The core project in the framework includes a simple `CommandBuilder` that can assemble a `System.Data.Common.DbCommand` from common configuration and connection-specifc configuration.
Arranges multiple layers of test containers without taking a dependency on any test framework.
Similar to System.IO.Abstractions package, but with .NET 4.5 methods and slightly different API.
Provides classes that use the Moq mocking framework. This provides easy mock setup, tracking of command executions, including parameter values.
Provides fakes and classes that can be more easily overridden, mocked, or stubbed in tests.
An MVVM+Controller implementation for WPF & WP7, giving all the goodness of MVVM while introducing a controller to make it easier to write better apps easier. Supporting type safe navigation, MVVM, wp7 lifecycle/tombstoning and much more!
A simple abstraction on top of the Dapper extension synchronous and asynchronous methods to aid testability. This is based on the original code by Andrew Miller.
Test Support elements for developing well achitected, developer focussed Umbraco solutions with Umbraco.Pylon.
Provides execution plan testing for SqlServer. This allows you to unit test the `CommandBuilder.CommandText` property by actually sending it to the database and running an explain plan.
Provides execution plan testing for Sqlite. This allows you to unit test the `CommandBuilder.CommandText` property by actually sending it to the database and running an explain plan.
Provides execution plan testing for Postgres. This allows you to unit test the `CommandBuilder.CommandText` property by actually sending it to the database and running an explain plan.
Abstractions for System.IO classes. Provides: IConsole IDirectory IDirectoryInfo IDirectoryInfoFactory IFile IFileInfo IFileInfoFactory IPath IStreadmReader IStreamWriter ITextReader ITextWriter