org.silverpeas.cache.service
Class ThreadCacheServiceTest

java.lang.Object
  extended by org.silverpeas.cache.service.ThreadCacheServiceTest

public class ThreadCacheServiceTest
extends Object

User: Yohann Chastagnier Date: 25/10/13


Constructor Summary
ThreadCacheServiceTest()
           
 
Method Summary
 void testAdd()
           
 void testClear()
           
 void testGet()
           
 void testPut()
           
 void testPutWithSameKey()
           
 void testRemove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadCacheServiceTest

public ThreadCacheServiceTest()
Method Detail

testClear

public void testClear()
               throws InterruptedException
Throws:
InterruptedException

testGet

public void testGet()
             throws InterruptedException
Throws:
InterruptedException

testAdd

public void testAdd()
             throws InterruptedException
Throws:
InterruptedException

testPut

public void testPut()
             throws InterruptedException
Throws:
InterruptedException

testPutWithSameKey

public void testPutWithSameKey()
                        throws InterruptedException
Throws:
InterruptedException

testRemove

public void testRemove()
                throws InterruptedException
Throws:
InterruptedException


Copyright © 2016 Silverpeas. All Rights Reserved.