Download MockableWebSecurity

Description

Many components of the System.Web.Security namespace are static methods that are difficult to mock or stub for testing. MockableWebSecurity wraps many of these classes in interfaces with proxy implementations allowing for more easy creation of testable code.

Source Files

The download file mockablewebsecurity.zip has the following entries.


.hgignore//  w w w .  j a  v  a 2  s  . c o  m
Gemfile
MockableWebSecurity.sln
Rakefile.rb
rake/tasks/build.task
rake/tasks/clean.task
rake/tasks/nuget.task
src/IMembership.cs
src/IMembershipProvider.cs
src/IMembershipProviderCollection.cs
src/IMembershipUser.cs
src/IMembershipUserCollection.cs
src/MockableWebSecurity.csproj
src/Properties/AssemblyInfo.cs
src/Proxies/MembershipProviderCollectionProxy.cs
src/Proxies/MembershipProviderProxy.cs
src/Proxies/MembershipProxy.cs
src/Proxies/MembershipUserCollectionProxy.cs
src/Proxies/MembershipUserProxy.cs
src/Proxies/ProxyBase.cs
tests/MockableWebSecurity.Tests.csproj
tests/Properties/AssemblyInfo.cs
tests/Proxies/MembershipUserCollectionProxyFixture.cs
tests/Proxies/MembershipUserProxyFixture.cs
tests/Proxies/Tmp.cs
tests/packages.config
version.txt

Download

Click the following link to download mockablewebsecurity.zip.

mockablewebsecurity.zip




















Home »
  C# Free Code »
    Security »




Cryptography
OAuth
OAuth2
Security
SSH