summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OpenId/Extensions/ExtensionTestUtilities.cs
Commit message (Collapse)AuthorAgeFilesLines
* Switched almost entirely over to Code Contracts across the entire library.Andrew Arnott2009-05-231-1/+3
| | | | But some unit tests still fail, and there are other issues.
* Custom OpenID extensions may now exist outside the library.Andrew Arnott2009-04-151-3/+3
|
* Refactored test helpers to remove TestSupport and move its functionality ↵Andrew Arnott2009-01-291-2/+2
| | | | into OpenIdTestBase.
* Refactored association management functions from the OpenIdRelyingParty ↵Andrew Arnott2009-01-231-1/+1
| | | | class into an AssociationManager class.
* Renamed Channel.Send method to Channel.PrepareResponse and then added a new ↵Andrew Arnott2009-01-211-2/+2
| | | | Send method.
* Added GetHashCode() methods to the AX classes, and fixed their Equals methods.Andrew Arnott2009-01-171-0/+3
| | | | StyleCop clean.
* AX feature complete, with tests passing.Andrew Arnott2009-01-171-0/+77