uk.org.ury.client.test
Class ClientTest

java.lang.Object
  extended by uk.org.ury.client.test.ClientTest

public class ClientTest
extends java.lang.Object

JUnit test for the low-level client logic.

Author:
Matt Windsor

Constructor Summary
ClientTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testGet()
          Test method for Client.get(java.lang.String).
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientTest

public ClientTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

public void tearDown()
              throws java.lang.Exception
Throws:
java.lang.Exception

testGet

public void testGet()
Test method for Client.get(java.lang.String).