Deleporter.Client
0.1.8.15161
See the version list below for details.
dotnet add package Deleporter.Client --version 0.1.8.15161
NuGet\Install-Package Deleporter.Client -Version 0.1.8.15161
<PackageReference Include="Deleporter.Client" Version="0.1.8.15161" />
paket add Deleporter.Client --version 0.1.8.15161
#r "nuget: Deleporter.Client, 0.1.8.15161"
// Install Deleporter.Client as a Cake Addin
#addin nuget:?package=Deleporter.Client&version=0.1.8.15161
// Install Deleporter.Client as a Cake Tool
#tool nuget:?package=Deleporter.Client&version=0.1.8.15161
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 reduce test fragility or test complex scenarios. Also includes Cassini/IIS Express and Selenium Server automation to provide a fully seamless test experience.
Install this package in your test project and Deleporter.Server in your ASP.Net Web project (MVC or WebForms).
See the project homepage for more details.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
- Deleporter (>= 0.1.8.15161)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Deleporter.Client:
Package | Downloads |
---|---|
Deleporter.Client.SeleniumServerJar
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.Client to set the location to this and you will not need this package. See Deleporter.Client for more info. Source code available at https://github.com/StuartLeitch/Deleporter. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.1.9.15416 | 3,352 | 2/7/2012 |
0.1.8.15161 | 1,295 | 2/4/2012 |
Initial Release