org.xiruss.http.client
Class HttpApiClientTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.xiruss.http.client.HttpApiClientTestBase
              extended by org.xiruss.http.client.HttpApiClientTest
All Implemented Interfaces:
junit.framework.Test

public class HttpApiClientTest
extends HttpApiClientTestBase

Tests the XirussHttpApiSClientHelper class by interacting with a running repository.


Field Summary
 
Fields inherited from class org.xiruss.http.client.HttpApiClientTestBase
defaultServerPort, logger, rep, repServer, serverHost, serverPort
 
Constructor Summary
HttpApiClientTest(java.lang.String testName)
           
 
Method Summary
static junit.framework.Test suite()
           
 void testXirussHttpApiClient()
          Comprehensive test that tests the basic operations needed to create new objects and commit them to the repository with the correct relationship results.
 
Methods inherited from class org.xiruss.http.client.HttpApiClientTestBase
setServerPort, setUp, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpApiClientTest

public HttpApiClientTest(java.lang.String testName)
Method Detail

suite

public static junit.framework.Test suite()

testXirussHttpApiClient

public void testXirussHttpApiClient()
                             throws java.lang.Throwable
Comprehensive test that tests the basic operations needed to create new objects and commit them to the repository with the correct relationship results.

Throws:
java.lang.Throwable