testing.network
Class TestUtilsClient

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by testing.network.TestUtilsClient
All Implemented Interfaces:
junit.framework.Test

public class TestUtilsClient
extends junit.framework.TestCase


Field Summary
(package private)  VoogaUtilsClient myClient
           
(package private)  java.lang.String myTable
           
 
Constructor Summary
TestUtilsClient()
           
 
Method Summary
 void setUp()
           
 void testConnected()
           
 void testPersistencePart1()
           
 void testPersistencePart2()
           
 void testStoreOperations()
           
 void testSynchronization()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, 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, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

myClient

VoogaUtilsClient myClient

myTable

java.lang.String myTable
Constructor Detail

TestUtilsClient

public TestUtilsClient()
Method Detail

setUp

public void setUp()
Overrides:
setUp in class junit.framework.TestCase

testConnected

public void testConnected()

testStoreOperations

public void testStoreOperations()
                         throws java.io.IOException,
                                java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

testPersistencePart1

public void testPersistencePart1()
                          throws java.io.IOException,
                                 java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

testPersistencePart2

public void testPersistencePart2()
                          throws java.io.IOException,
                                 java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

testSynchronization

public void testSynchronization()
                         throws java.io.IOException,
                                java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException