summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/Mocks/CoordinatingOAuthChannel.cs
Commit message (Collapse)AuthorAgeFilesLines
* The test project now builds, so the whole solution does.Andrew Arnott2011-08-021-170/+0
|
* Fixed build breaks and StyleCop messages from prior commit.Andrew Arnott2011-04-061-10/+10
|
* Merge branch 'master' into openiduxAndrew Arnott2009-11-011-1/+2
|\ | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/InfoCard/InfoCardSelector.cs src/DotNetOpenAuth/OAuth/ServiceProvider.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyControlBase.cs
| * Merge branch 'master' into contractsAndrew Arnott2009-06-251-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/Configuration/TypeConfigurationCollection.cs src/DotNetOpenAuth/Configuration/TypeConfigurationElement.cs src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs src/DotNetOpenAuth/Messaging/Reflection/MessagePart.cs src/DotNetOpenAuth/Messaging/Reflection/ValueMapping.cs src/DotNetOpenAuth/OAuth/ChannelElements/OAuthChannel.cs src/DotNetOpenAuth/OAuth/ConsumerBase.cs src/DotNetOpenAuth/OAuth/Messages/MessageBase.cs src/DotNetOpenAuth/OAuth/Messages/UnauthorizedTokenResponse.cs src/DotNetOpenAuth/OAuth/ServiceProvider.cs src/DotNetOpenAuth/OpenId/Protocol.cs src/DotNetOpenAuth/OpenId/Provider/AutoResponsiveRequest.cs src/DotNetOpenAuth/OpenId/Provider/HostProcessedRequest.cs src/DotNetOpenAuth/OpenId/Provider/IHostProcessedRequest.cs src/DotNetOpenAuth/OpenId/Provider/Request.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs src/DotNetOpenAuth/OpenId/RelyingParty/ServiceEndpoint.cs
| * | Switched almost entirely over to Code Contracts across the entire library.Andrew Arnott2009-05-231-1/+2
| | | | | | | | | | | | But some unit tests still fail, and there are other issues.
* | | Fixed build break introduced in 0f5556420674886b14723898890f3b492a3854a8.Andrew Arnott2009-10-291-2/+2
| |/ |/|
* | Cleaned up distinction between public and rewritten request URLs.Andrew Arnott2009-06-181-1/+1
|/
* Split up ITokenManager into two derived interfaces to better fit Consumer ↵Andrew Arnott2009-04-081-4/+16
| | | | and Service Provider scenarios.
* Renamed a couple of methods:Andrew Arnott2009-03-151-2/+2
| | | | | PrepareMessageForSending -> ProcessOutgoingMessage VerifyMessageAfterReceiving -> ProcessIncomingMessage
* Renamed some methods on the Channel class to be more consistent.Andrew Arnott2009-03-151-3/+3
|
* Renamed UserAgentResponse to OutgoingWebResponse, and DirectWebResponse to ↵Andrew Arnott2009-03-151-7/+7
| | | | IncomingWebResponse.
* Refactored MessageDescription to be per-Channel instead of appdomain static.Andrew Arnott2009-03-141-3/+4
| | | | This allows for special scenarios (like OSIS tests) where individual tests might need to contrive special message serialization rules.
* Renamed all the Channel virtual methods that end with Internal to end with Core.Andrew Arnott2009-03-101-2/+2
|
* Constructors on all OpenID direct response messages now require the OpenID ↵Andrew Arnott2009-02-091-2/+3
| | | | | | version of the message, allowing for RPs to receive response messages in versions differing from their request message. Also added test to verify this, and OpenIdProvider error messages w/o requiring ASP.NET hosting.
* A touch of refactoring and C# warning resolution.Andrew Arnott2008-11-241-7/+7
|
* Reworked the way messages are instantiated and deserialized.Andrew Arnott2008-11-201-9/+22
| | | | This was a whole lot of work to just get multi-version capability added to message types so that OpenID could handle its few versions.
* Added very basic OpenID message passing scenario test.Andrew Arnott2008-11-091-3/+3
| | | | Lots of refactoring to eliminate IOAuthDirectedMessage which was redundant with other types and to better enable testing of OpenID scenarios.
* Refactored test coordinator so it can be used with OpenID as well as OAuth.Andrew Arnott2008-11-081-0/+142