liaolzy / oauth

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

How to test example code? #97

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, I'm new comer of OAuth.

I started to understand OAuth Spec 1.1 and downloaded OAuth java libraries 
& example code. How can I test this example code? 

Only JUit test for "net.oauth.client.OAuthClientTest" is available until 
now. 

If there were some manual or any other information for understanding how 
it work with given code, PLEASE let me know.

Thanks,

Jo  

Original issue reported on code.google.com by sengkyou...@gmail.com on 9 Apr 2009 at 7:43

GoogleCodeExporter commented 9 years ago

Original comment by morten.f...@gmail.com on 16 May 2009 at 2:53

GoogleCodeExporter commented 9 years ago
There's no documentation, except for javadoc in the code.  It would be good to 
have 
some documentation.

There are several JUnit tests for the core library.  You can run them using 
Maven:

cd java/core
mvn test

There are no automated tests of the examples, as far as I know.

Original comment by jmkrist...@gmail.com on 29 May 2009 at 5:29