Added MessageDictionary and supporting classes and tests.
commitea7cae52f40770d1023362dadd234b8038d9e68b
authorAndrew Arnott <andrewarnott@gmail.com>
Thu, 18 Sep 2008 00:49:14 +0000 (17 17:49 -0700)
committerAndrew <andrewarnott@gmail.com>
Thu, 18 Sep 2008 00:49:14 +0000 (17 17:49 -0700)
tree2bf9a9bfa01de5887be1336f4a9ece33cbf171e3
parent2dcfb4843722237aa214294b59ed9be782ea0cec
Added MessageDictionary and supporting classes and tests.

Very little documentation is there until I can prove the idea works to solve our signing design problem.
16 files changed:
src/DotNetOAuth.Test/DotNetOAuth.Test.csproj
src/DotNetOAuth.Test/Messaging/CollectionAssert.cs [new file with mode: 0644]
src/DotNetOAuth.Test/Messaging/Reflection/MessageDictionaryTest.cs [new file with mode: 0644]
src/DotNetOAuth.Test/Mocks/TestBaseMessage.cs
src/DotNetOAuth.Test/Mocks/TestDirectedMessage.cs
src/DotNetOAuth.Test/Mocks/TestMessage.cs
src/DotNetOAuth/DotNetOAuth.csproj
src/DotNetOAuth/Messaging/IProtocolMessage.cs
src/DotNetOAuth/Messaging/MessagePartAttribute.cs [new file with mode: 0644]
src/DotNetOAuth/Messaging/MessagingStrings.Designer.cs
src/DotNetOAuth/Messaging/MessagingStrings.resx
src/DotNetOAuth/Messaging/ProtocolException.cs
src/DotNetOAuth/Messaging/Reflection/MessageDescription.cs [new file with mode: 0644]
src/DotNetOAuth/Messaging/Reflection/MessageDictionary.cs [new file with mode: 0644]
src/DotNetOAuth/Messaging/Reflection/MessagePart.cs [new file with mode: 0644]
src/DotNetOAuth/Messaging/Reflection/ValueMapping.cs [new file with mode: 0644]