Deleporter.Client 0.1.8.15161

There is a newer version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Deleporter.Client" Version="0.1.8.15161" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Deleporter.Client --version 0.1.8.15161
#r "nuget: Deleporter.Client, 0.1.8.15161"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,608 2/7/2012
0.1.8.15161 1,484 2/4/2012

Initial Release