summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/Mocks/MockHttpRequest.cs
Commit message (Collapse)AuthorAgeFilesLines
* Further refactoring of discovery results.Andrew Arnott2009-11-231-12/+11
|
* StyleCop fixes.Andrew Arnott2009-11-221-1/+1
|
* Some extensive refactoring around IIdentifierDiscoveryResult and ↵Andrew Arnott2009-11-221-11/+12
| | | | ServiceEndpoint.
* Switched almost entirely over to Code Contracts across the entire library.Andrew Arnott2009-05-231-7/+8
| | | | But some unit tests still fail, and there are other issues.
* OP now has a RequireSsl option, which requires RP discovery to happen over ↵Andrew Arnott2009-05-081-1/+4
| | | | | | HTTPS. Fixes Trac ticket 51.
* Cleaned up logging.Andrew Arnott2009-03-151-2/+2
|
* Renamed UserAgentResponse to OutgoingWebResponse, and DirectWebResponse to ↵Andrew Arnott2009-03-151-5/+5
| | | | IncomingWebResponse.
* StyleCop fixesAndrew Arnott2009-01-301-2/+2
|
* Refactored IDirectWebRequestHandler to take a set of options rather than be ↵Andrew Arnott2009-01-301-2/+2
| | | | | | two interfaces. Finally got receiving HTTP 400 error responses working.
* Refactored test helpers to remove TestSupport and move its functionality ↵Andrew Arnott2009-01-291-7/+9
| | | | into OpenIdTestBase.
* Enabled the rest of the association tests.Andrew Arnott2009-01-191-0/+13
|
* Fixed the DirectWebResponse bug that broke the OAuth sample.Andrew Arnott2009-01-121-3/+3
|
* Lots of stylecop work.Andrew Arnott2008-12-011-1/+1
|
* Hundreds more stylecop fixes.Andrew Arnott2008-11-251-38/+41
| | | | Mostly just doc bugs now.
* Several hundred StyleCop fixes.Andrew Arnott2008-11-241-19/+22
|
* All 249 enabled tests pass.Andrew Arnott2008-11-241-11/+15
|
* Added discovery and around 60 tests. The discovery and a few other tests ↵Andrew Arnott2008-11-241-0/+179
still fail, but we're making progress.