Automock implementation using Ninject to create the objects under test.
StructureMap AutoMocker for RhinoMocks
StructureMap AutoMocker for Moq
Automock implementation for NSubstitute using Ninject to create the objects under test.
Machine.Fakes attempts to simplify the usage of such frameworks on top of Machine.Specifications by helping to reduce a lot of the typical fake framwork related clutter code in specifications. If you choose so, Machine.Fakes even helps you to stay mostly independent of a concrete fake framework by providing a little wrapper API and a provider model for fake frameworks.
A BDD style testing framework, heavily relying on (auto mocking) containers.
Unit testing framework for Sitecore.
Library for running Xamarin.Forms inside of unit tests
The simple statsd client for .Net is a robust, easy-to-use way of feeding metrics into a statsd-compatible server. You can use it to log counts, timings and gauges. Features include: * Log counts, timings, gauges, sets and raw metrics * Has an additional API that uses dynamics to create and submit stats * Fault-tolerant client that can be configured to fail silently (with a warning) if misconfigured * IStatsdClient interface for easy mocking in unit tests * Allows for customisation of every output stat to do things like screen metrics before sending * Supports a user-defined prefix to prepend to every metric * Outputs to UDP or TCP .Net 4.5 Users: * Use the StatsdExtensions to define metrics without having to manipulate strings * The dynamic stats builder interface provides a cleaner alternative to creating and logging metrics Licence: MIT
Replace any .NET method (including static and non-virtual) with a delegate
XML-based Mocking adapter for the Simple.Data data access library.
Implementation of SystemWrapper.Interfaces using standard .NET Framework objects.
Common framework containing utilities and extension methods for fast development.
A C# library complementing the Bogus generator by adding auto creation and population capabilities. This package includes mocking options using FakeItEasy.
Set of interfaces of .NET system APIs that allows interaction mocking.
A C# library complementing the Bogus generator by adding auto creation and population capabilities. This package includes mocking options using NSubtitute.
A C# library complementing the Bogus generator by adding auto creation and population capabilities. This package includes mocking options using Moq.
SystemWrapper is a library that wraps .NET classes for system resources like System.IO.FileInfo, System.Reflection.Assembly, and many other classes so you can easily mock them. This particular build of SystemWrapper is strongly-named from revision 94877.
Roslyn analyzer that helps to write unit tests using Moq mocking library by highlighting typical errors and suggesting quick fixes. Port of Resharper extension to Roslyn. Find the full list of detected issues at project GitHub page.
Machine.Fakes attempts to simplify the usage of such frameworks on top of Machine.Specifications by helping to reduce a lot of the typical fake framwork related clutter code in specifications. If you choose so, Machine.Fakes even helps you to stay mostly independent of a concrete fake framework by providing a little wrapper API and a provider model for fake frameworks.
The TestHelper library allows simpler unit testing on Asp.net MVC controllers than can be accomplished through standard mocking and subclassing. It is designed to reduce the amount of work required to test controllers, and therefore should be used by your test projects but not in your web server project.
TestStack.Dossier provides you with the code infrastructure to easily and quickly generate test fixture data for your automated tests in a terse, readable and maintainable way using the Test Data Builder, anonymous value and equivalence class patterns. Formerly called NTestDataBuilder.
Azure.Data.Wrappers Class Library
Machine.Fakes attempts to simplify the usage of such frameworks on top of Machine.Specifications by helping to reduce a lot of the typical fake framwork related clutter code in specifications. If you choose so, Machine.Fakes even helps you to stay mostly independent of a concrete fake framework by providing a little wrapper API and a provider model for fake frameworks.
Provides unit testing helpers, in memory persistence, mocking support and more
Machine.Fakes attempts to simplify the usage of such frameworks on top of Machine.Specifications by helping to reduce a lot of the typical fake framwork related clutter code in specifications. If you choose so, Machine.Fakes even helps you to stay mostly independent of a concrete fake framework by providing a little wrapper API and a provider model for fake frameworks.
SystemWrapper is a library that wraps .NET classes for system resources like System.IO.FileInfo, System.Reflection.Assembly, and many other classes so you can easily mock them.
A library to help with unit/accpetance tests of code that relies on an external HTTP service, by allowing you to easily mock one.
Automock implementation for FakeItEasy using Ninject to create the objects under test.
Automock implementation for RhinoMocks using Ninject to create the objects under test.
Extension for Moq that allow to easily mock async methods
Unit testing framework for Sitecore.
Unit testing framework for Sitecore.
Easy to use framework for creating mock objects, fakes, stubs with an intuitive and fluent API
A chill container that uses autofac as a container and NSubsitute for creating mocks.
C++ Google test and Google mock libraries compiled as static libraries for Windows using v141 Visual C++ toolset.
A light abstraction around Dapper and Dapper.Contrib that also maintains the behavior IDbConnection. This library facilitates a loosely coupled design and unit testing.
Provides the initial skeleton to write specs/tests for client side scripts in ASP.NET MVC Application.