Adding unit tests
commit181066673f9019b7274b897206693c797719f73f
authorBhavani Sudha Saktheeswaran <bhavanisudhas@gmail.com>
Wed, 3 Jul 2013 23:10:55 +0000 (3 16:10 -0700)
committerBhavani Sudha Saktheeswaran <bhavanisudhas@gmail.com>
Tue, 9 Jul 2013 20:08:25 +0000 (9 13:08 -0700)
tree352360b926f17e6889dadb696127d5628e59744b
parent589d89a1cb0496a380c31ff86550c8d630488f71
Adding unit tests
- RestServerProtocolTests : protcol tests that validate spec using
  HttpURLConnection to send requests
- RestServerAPITest : basic API test using R2Store to send requests
contrib/restclient/src/java/voldemort/restclient/RestServerAPITest.java [new file with mode: 0644]
test/unit/voldemort/server/rest/RestServerProtocolTests.java [new file with mode: 0644]