org.apache.jcs.auxiliary.remote.http.server
Class RemoteHttpCacheSeviceFactoryUnitTest

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

public class RemoteHttpCacheSeviceFactoryUnitTest
extends junit.framework.TestCase

Unit tests for the factory


Constructor Summary
RemoteHttpCacheSeviceFactoryUnitTest()
           
 
Method Summary
 void testConfigureCacheEventLogger_Present()
          verify that we get the CacheEventLogger value
 void testConfigureRemoteCacheServerAttributes_allowClusterGetPresent()
          verify that we get the allowClusterGet value
 void testConfigureRemoteCacheServerAttributes_localClusterConsistencyPresent()
          verify that we get the startRegistry value
 void testCreateRemoteHttpCacheService_WithLogger()
          verify that we get the CacheEventLogger value
 
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

RemoteHttpCacheSeviceFactoryUnitTest

public RemoteHttpCacheSeviceFactoryUnitTest()
Method Detail

testCreateRemoteHttpCacheService_WithLogger

public void testCreateRemoteHttpCacheService_WithLogger()
verify that we get the CacheEventLogger value


testConfigureCacheEventLogger_Present

public void testConfigureCacheEventLogger_Present()
verify that we get the CacheEventLogger value


testConfigureRemoteCacheServerAttributes_allowClusterGetPresent

public void testConfigureRemoteCacheServerAttributes_allowClusterGetPresent()
verify that we get the allowClusterGet value


testConfigureRemoteCacheServerAttributes_localClusterConsistencyPresent

public void testConfigureRemoteCacheServerAttributes_localClusterConsistencyPresent()
verify that we get the startRegistry value



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