summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OAuth/ServiceProviderTests.cs
Commit message (Collapse)AuthorAgeFilesLines
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-041-0/+2
|
* Changed all uses of [TestCase] to [Test] to better emulate recommended NUnit ↵Andrew Arnott2012-02-251-1/+1
| | | | patterns.
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* Converted all the rest of the tests over to NUnit.Andrew Arnott2010-01-061-4/+4
|
* OAuth SP now works with 1.0 Consumers correctly.Andrew Arnott2009-06-081-6/+6
|
* Added a helper method so that SPs can generate their own verifier codes that ↵Andrew Arnott2009-06-061-0/+38
comply with Consumer requirements.