Search for mocking returned 68 packages
Displaying results 21 - 40.
-
Machine.Specifications.AutoMocking
By:
Machine.Specifications.AutoMocking attempts to reduce noise in Machine.Specifications (MSpec) tests when creating mock objects, dependencies and the subject under test.
-
Virtuosity.Fody
By:
Fody add-in for changing all members to virtual.
-
FakeN.Web
By:
Fake implementation of HttpContextBase for terse and expressive tests without the tedious setup of a mocking framework
-
Ninject.MockingKernel.NSubstitute 3.0.0.5
By:
Automock implementation for NSubstitute using Ninject to create the objects under test.
-
Simple.Mocking
By:
Easy to use framework for creating mock objects, fakes, stubs with an intuitive and fluent API.
-
Deleporter w/ Client Config
By:
Deleporter - Simple Cross Process Stubbing. Facilitates stubbing out dependencies when running automated browser tests against ASP.Net. Use in conjunction with your favorite mocking/IOC frameworks. Deleporter will teleport mock objects (or any arbitrary delegates) into a remote ASP.Net application, allowing you to swapping out dependencies and redu... More information
-
UniMock.Core
By:
UniMock is a auto-mocking tool that automatically mocks the entire universe and lets you concentrate on writing clean, fast, efficient tests with the minimum of overhead. It allows you to use your choice of mocking/stubbing tool and IoC container.
-
-
UniMock.WithNSubstitute
By:
UniMock is a auto-mocking tool that automatically mocks the entire universe and lets you concentrate on writing clean, fast, efficient tests with the minimum of overhead. It allows you to use your choice of mocking/stubbing tool and IoC container.
-
Moq.AutoMock
By:
An auto-mocking container that generates mocks using Moq
-
Deleporter Core
By:
Deleporter Core (use Deleporter.Server/Deleporter.Client for easy setup) - Simple Cross Process Stubbing. Deleporter is a lightweight .NET library that teleports arbitrary delegates into an ASP.NET application in some other process (e.g. hosted in IIS) and runs them there. One use case is stubbing out dependencies when running automated browser te... More information
-
UniMock.WithAutofac
By:
UniMock is a auto-mocking tool that automatically mocks the entire universe and lets you concentrate on writing clean, fast, efficient tests with the minimum of overhead. It allows you to use your choice of mocking/stubbing tool and IoC container.
-
Managed Fusion Testing Framework
By:
Managed Fusion Testing Framework contains common mocking senarios that help setup tests
-
UniMock.WithWindsor
By:
UniMock is a auto-mocking tool that automatically mocks the entire universe and lets you concentrate on writing clean, fast, efficient tests with the minimum of overhead. It allows you to use your choice of mocking/stubbing tool and IoC container.
-
Deleporter w/ Server Config
By:
Deleporter - Simple Cross Process Stubbing. Facilitates stubbing out dependencies when running automated browser tests against ASP.Net. Use in conjunction with your favorite mocking/IOC frameworks. Deleporter will teleport mock objects (or any arbitrary delegates) into a remote ASP.Net application, allowing you to swapping out dependencies and redu... More information
-
AutoWrockTestable
By:
Remove the ceremony from your test classes. Easily mock your dependencies using the testable pattern. AutoWrockTestable is an adaptation of Richard Cirerol's AutoMocking wrapper that uses StructureMap's AutoMocking assembly along with the popular MOQ mocking toolset to make it easy to test classes and automatically mock their dependencies.
-
Nukito
By:
Auto mocking of test method parameters with xUnit and Moq. Similar to Jukito for Java, see http://code.google.com/p/jukito. Check out the project site for some usage examples.
-
Windows Phone Mvp Mocks
By:
WindowsPhoneMvp Mock Objects for Unit testing makes unit testing easier by providing Mock implementations of framework types and services. Normally a package like this is not necessary, however limitations in the Windows Phone runtime mean traditional Proxy-based mocking libraries will not work.
-
Deleporter Client SeleniumServer.jar
By:
Adds the current SeleniumServer.jar (27MB) to the project (requires Java to run - http://java.com). Pulls in Selenium.Support. Useful for headless browser testing where you don't want to be bothered with setting up Selenium Server. Note, if you already have a SeleniumServer.jar on your system, you can use the configuration available in Deleporter.C... More information
-
DevMagicFake
By:
Retrieve and save any object from your domain model without writing any code, it stores and retrieves objects using the memory. it enables you to generate objects with data, so no need to create any faked or mock object to simulate repository anymore, it implements the concept of PI (Persistence Ignorance) of the DDD, you don't need to create DB or... More information