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

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

public class RemoteHttpCacheClientUnitTest
extends junit.framework.TestCase

Unit tests for the client.


Constructor Summary
RemoteHttpCacheClientUnitTest()
           
 
Method Summary
 void testDispose_normal()
          Verify dispose functionality
 void testGet_normal()
          Verify get functionality
 void testGet_nullFromDispatcher()
          Verify get functionality
 void testGetMatching_normal()
          Verify get functionality
 void testGetMultiple_normal()
          Verify get functionality
 void testRemove_normal()
          Verify remove functionality
 void testRemoveAll_normal()
          Verify removeall functionality
 void testUpdate_normal()
          Verify update functionality
 
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

RemoteHttpCacheClientUnitTest

public RemoteHttpCacheClientUnitTest()
Method Detail

testGet_nullFromDispatcher

public void testGet_nullFromDispatcher()
                                throws IOException
Verify get functionality

Throws:
IOException

testGet_normal

public void testGet_normal()
                    throws IOException
Verify get functionality

Throws:
IOException

testGetMatching_normal

public void testGetMatching_normal()
                            throws IOException
Verify get functionality

Throws:
IOException

testGetMultiple_normal

public void testGetMultiple_normal()
                            throws IOException
Verify get functionality

Throws:
IOException

testRemove_normal

public void testRemove_normal()
                       throws IOException
Verify remove functionality

Throws:
IOException

testRemoveAll_normal

public void testRemoveAll_normal()
                          throws IOException
Verify removeall functionality

Throws:
IOException

testUpdate_normal

public void testUpdate_normal()
                       throws IOException
Verify update functionality

Throws:
IOException

testDispose_normal

public void testDispose_normal()
                        throws IOException
Verify dispose functionality

Throws:
IOException


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