org.apache.jcs.auxiliary.remote.util
Class RemoteCacheRequestFactoryUnitTest

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

public class RemoteCacheRequestFactoryUnitTest
extends junit.framework.TestCase

Unit tests for the request creator.


Constructor Summary
RemoteCacheRequestFactoryUnitTest()
           
 
Method Summary
 void testCreateGetMatchingRequest_Normal()
          Simple test
 void testCreateGetMultipleRequest_Normal()
          Simple test
 void testCreateGetRequest_Normal()
          Simple test
 void testCreateRemoveAllRequest_Normal()
          Simple test
 void testCreateRemoveRequest_Normal()
          Simple test
 void testCreateUpdateRequest_Normal()
          Simple test
 
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

RemoteCacheRequestFactoryUnitTest

public RemoteCacheRequestFactoryUnitTest()
Method Detail

testCreateGetRequest_Normal

public void testCreateGetRequest_Normal()
Simple test


testCreateGetMatchingRequest_Normal

public void testCreateGetMatchingRequest_Normal()
Simple test


testCreateGetMultipleRequest_Normal

public void testCreateGetMultipleRequest_Normal()
Simple test


testCreateRemoveRequest_Normal

public void testCreateRemoveRequest_Normal()
Simple test


testCreateRemoveAllRequest_Normal

public void testCreateRemoveAllRequest_Normal()
Simple test


testCreateUpdateRequest_Normal

public void testCreateUpdateRequest_Normal()
Simple test



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