summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OpenId/Messages/AssociateUnencryptedResponseTests.cs
Commit message (Expand)AuthorAgeFilesLines
* Changed all uses of [TestCase] to [Test] to better emulate recommended NUnit ...Andrew Arnott2012-02-251-3/+3
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
* Converted all the rest of the tests over to NUnit.Andrew Arnott2010-01-061-6/+6
* Refactored MessageDescription to be per-Channel instead of appdomain static.Andrew Arnott2009-03-141-3/+4
* Constructors on all OpenID direct response messages now require the OpenID ve...Andrew Arnott2009-02-091-1/+1
* Reworked the way messages are instantiated and deserialized.Andrew Arnott2008-11-201-1/+3
* Added OpenIdChannel and Key-Value Form encoding.Andrew Arnott2008-11-071-0/+48