org.xiruss.http.client
Class SnapshotMethodTest

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.SnapshotMethodTest
All Implemented Interfaces:
junit.framework.Test

public class SnapshotMethodTest
extends HttpApiClientTestBase

Tests all the methods on Snapshot and MutableSnapshot


Field Summary
 
Fields inherited from class org.xiruss.http.client.HttpApiClientTestBase
defaultServerPort, logger, rep, repServer, serverHost, serverPort
 
Constructor Summary
SnapshotMethodTest(java.lang.String testName)
           
 
Method Summary
static junit.framework.Test suite()
           
 void testSnapshotMethods()
          Tests the methods on storage object versions.
 
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

SnapshotMethodTest

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

suite

public static junit.framework.Test suite()

testSnapshotMethods

public void testSnapshotMethods()
                         throws java.lang.Throwable
Tests the methods on storage object versions.

Throws:
java.lang.Throwable