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 Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- 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,672 | 2/7/2012 |
0.1.8.15161 | 1,511 | 2/4/2012 |
Initial Release