org.jopendocument.util.cache
Class ICacheTest

java.lang.Object
  extended by org.jopendocument.util.cache.ICacheTest

public class ICacheTest
extends java.lang.Object


Constructor Summary
ICacheTest()
           
 
Method Summary
 void setUp()
           
static void setUpBeforeClass()
           
 void tearDown()
           
static void tearDownAfterClass()
           
 void testCheck()
           
 void testClear()
           
 void testGet()
           
 void testInterrupt()
           
 void testRunning()
           
 void testSizeAndClear()
           
 void testWatcher()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICacheTest

public ICacheTest()
Method Detail

setUpBeforeClass

public static void setUpBeforeClass()
                             throws java.lang.Exception
Throws:
java.lang.Exception

tearDownAfterClass

public static void tearDownAfterClass()
                               throws java.lang.Exception
Throws:
java.lang.Exception

setUp

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

tearDown

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

testWatcher

public void testWatcher()
                 throws java.lang.NoSuchMethodException
Throws:
java.lang.NoSuchMethodException

testInterrupt

public void testInterrupt()
                   throws java.lang.Throwable
Throws:
java.lang.Throwable

testGet

public void testGet()
             throws java.lang.Throwable
Throws:
java.lang.Throwable

testRunning

public void testRunning()
                 throws java.lang.Throwable
Throws:
java.lang.Throwable

testCheck

public void testCheck()

testSizeAndClear

public void testSizeAndClear()

testClear

public void testClear()