summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/Mocks/MockRealm.cs
Commit message (Collapse)AuthorAgeFilesLines
* Unit test build break fixes.Andrew Arnott2013-03-061-3/+7
|
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-261-1/+0
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-0/+1
|
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-181-1/+1
|
* Merge branch 'v3.2'Andrew Arnott2009-11-031-1/+1
|\ | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj src/DotNetOpenAuth.sln src/DotNetOpenAuth/OpenId/Provider/IProviderBehavior.cs src/DotNetOpenAuth/OpenId/RelyingParty/IRelyingPartyBehavior.cs
| * Preparing to allow for RP discovery to yield more than just return_to endpoints.Andrew Arnott2009-11-021-1/+1
| |
* | Finishing up contract work.Andrew Arnott2009-09-221-1/+3
|/
* Added tests for unsolicited assertion sending and receiving, including ↵Andrew Arnott2009-08-301-0/+42
against the RP's whitelist.