org.apache.jcs.auxiliary.remote.http.client
Class RemoteHttpCacheManagerUnitTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.jcs.auxiliary.remote.http.client.RemoteHttpCacheManagerUnitTest
All Implemented Interfaces:
junit.framework.Test

public class RemoteHttpCacheManagerUnitTest
extends junit.framework.TestCase

Unit tests for the manager.


Constructor Summary
RemoteHttpCacheManagerUnitTest()
           
 
Method Summary
 void testCreateRemoteHttpCacheClient_Bad()
          Verify that we get the default.
 void testCreateRemoteHttpCacheClient_deafult()
          Verify that we get the default.
 void testGetCache_normal()
          Verify that we get a cache no wait.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteHttpCacheManagerUnitTest

public RemoteHttpCacheManagerUnitTest()
Method Detail

testCreateRemoteHttpCacheClient_Bad

public void testCreateRemoteHttpCacheClient_Bad()
Verify that we get the default.


testCreateRemoteHttpCacheClient_deafult

public void testCreateRemoteHttpCacheClient_deafult()
Verify that we get the default.


testGetCache_normal

public void testGetCache_normal()
Verify that we get a cache no wait.



Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.