CompDJ.Web.Abstractions
1.0.0.2
See the version list below for details.
dotnet add package CompDJ.Web.Abstractions --version 1.0.0.2
NuGet\Install-Package CompDJ.Web.Abstractions -Version 1.0.0.2
<PackageReference Include="CompDJ.Web.Abstractions" Version="1.0.0.2" />
paket add CompDJ.Web.Abstractions --version 1.0.0.2
#r "nuget: CompDJ.Web.Abstractions, 1.0.0.2"
// Install CompDJ.Web.Abstractions as a Cake Addin #addin nuget:?package=CompDJ.Web.Abstractions&version=1.0.0.2 // Install CompDJ.Web.Abstractions as a Cake Tool #tool nuget:?package=CompDJ.Web.Abstractions&version=1.0.0.2
Web.Abstractions allows you to unit test your web code, and abstract the HttpContext, FormsAuthentication, Membership, and ConfigurationManager .
Currently the test helper uses FakeItEasy but it can be adopted for any mocking framework.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CompDJ.Web.Abstractions:
Package | Downloads |
---|---|
CompDJ.Web.Abstractions.Tests
Web.Abstractions allows you to unit test your web code, and abstract the HttpContext, FormsAuthentication, Membership, and ConfigurationManager . Currently the test helper uses FakeItEasy but it can be adopted for any mocking framework. |
GitHub repositories
This package is not used by any popular GitHub repositories.