org.activemath.omdocjdom.collsync
Class TestCollSync

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.activemath.omdocjdom.collsync.TestCollSync
All Implemented Interfaces:
junit.framework.Test

public class TestCollSync
extends junit.framework.TestCase


Constructor Summary
TestCollSync(String name)
           
 
Method Summary
static void main(String[] args)
           
 void setUp()
           
protected  void tearDown()
           
 void testGetFileWithFile()
           
 void testSyncDown()
           
 void testSyncUp()
           
 
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, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestCollSync

public TestCollSync(String name)
Method Detail

setUp

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

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
Exception

testGetFileWithFile

public void testGetFileWithFile()
                         throws Exception
Throws:
Exception

testSyncUp

public void testSyncUp()
                throws Exception
Throws:
Exception

testSyncDown

public void testSyncDown()
                  throws Exception
Throws:
Exception

main

public static void main(String[] args)
                 throws Throwable
Throws:
Throwable