Jeff-Lewis / oauth-dot-net

Automatically exported from code.google.com/p/oauth-dot-net
0 stars 0 forks source link

Remove hard dependency on untestable types (e.g. HttpRequest) #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently some of public types take hard dependencies on some hard-to-test 
framework types, e.g. OAuthParameters.Parse(HttpRequest)

These should be replaced with adaptors.

Original issue reported on code.google.com by bruceboughton on 10 Sep 2008 at 10:25