summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth.Test/Mocks/TestChannel.cs
Commit message (Collapse)AuthorAgeFilesLines
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-041-35/+0
|
* Removed the queue/dequeue methodology of queued responses. Now the methods ↵Andrew Arnott2008-10-021-1/+1
| | | | | | that generate them return them. Besides simplifying the API somewhat, this change allows for Consumer, ServiceProvider and Channel classes to be entirely threadsafe and reusable.
* Totally refactored signing, expiration and replay detection into extensible ↵Andrew Arnott2008-09-131-2/+2
| | | | channel binding elements.
* Added tests for signed, expiring and replay protected messages.Andrew Arnott2008-09-131-1/+5
|
* Refactored Channel's virtual and abstract methods to NOT be "internal" (or ↵Andrew Arnott2008-09-111-2/+2
| | | | | | | public). This will be useful when we add message signing and verification to the Channel base class. It's also consistent with design guidelines to never have public (or internal in this case) methods be virtual or abstract so the base class has control over its operations.
* Refactored the exception handling in the channel stack.Andrew Arnott2008-09-091-10/+2
|
* Added some channel tests and fixed a bug.Andrew Arnott2008-09-091-1/+1
|
* A bit of Channel refactoring.Andrew Arnott2008-09-031-2/+2
|
* Adjusted channel stack to be more testable.Andrew Arnott2008-09-031-0/+4
|
* Finished up the Channel stack and started with channel tests.Andrew Arnott2008-09-021-0/+35