summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OpenId/Extensions/ExtensionTestUtilities.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-01-17 20:40:36 -0800
committerAndrew <andrewarnott@gmail.com>2009-01-17 20:40:36 -0800
commit07efff0df7929c836dfe38a0076cc7ee6ed316ff (patch)
tree377b83cb63b3bc7613a90c684088fb60f8894a89 /src/DotNetOpenAuth.Test/OpenId/Extensions/ExtensionTestUtilities.cs
parentf69dda1b9a4551597f3afebfcba684468604ce03 (diff)
downloadDotNetOpenAuth-07efff0df7929c836dfe38a0076cc7ee6ed316ff.zip
DotNetOpenAuth-07efff0df7929c836dfe38a0076cc7ee6ed316ff.tar.gz
DotNetOpenAuth-07efff0df7929c836dfe38a0076cc7ee6ed316ff.tar.bz2
Added GetHashCode() methods to the AX classes, and fixed their Equals methods.
StyleCop clean.
Diffstat (limited to 'src/DotNetOpenAuth.Test/OpenId/Extensions/ExtensionTestUtilities.cs')
-rw-r--r--src/DotNetOpenAuth.Test/OpenId/Extensions/ExtensionTestUtilities.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.Test/OpenId/Extensions/ExtensionTestUtilities.cs b/src/DotNetOpenAuth.Test/OpenId/Extensions/ExtensionTestUtilities.cs
index a765d57..aee9f30 100644
--- a/src/DotNetOpenAuth.Test/OpenId/Extensions/ExtensionTestUtilities.cs
+++ b/src/DotNetOpenAuth.Test/OpenId/Extensions/ExtensionTestUtilities.cs
@@ -20,6 +20,9 @@ namespace DotNetOpenAuth.Test.OpenId.Extensions {
/// <summary>
/// Simulates an extension request and response.
/// </summary>
+ /// <param name="protocol">The protocol to use in the roundtripping.</param>
+ /// <param name="requests">The extensions to add to the request message.</param>
+ /// <param name="responses">The extensions to add to the response message.</param>
/// <remarks>
/// This method relies on the extension objects' Equals methods to verify
/// accurate transport. The Equals methods should be verified by separate tests.