org.mule.cache
Class ObjectStoreCachingStrategyTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.cache.ObjectStoreCachingStrategyTestCase

public class ObjectStoreCachingStrategyTestCase
extends AbstractMuleTestCase


Field Summary
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleTestCase
DEFAULT_TEST_TIMEOUT_SECS, globalTimeout, logger, name, TEST_TIMEOUT_SYSTEM_PROPERTY
 
Constructor Summary
ObjectStoreCachingStrategyTestCase()
           
 
Method Summary
 void testCacheHit()
           
 void testCacheMiss()
           
 void testConsumableRequestPayloadIsNotCached()
           
 void testConsumableResponsePayloadIsNotCached()
           
 void testIgnoresKeyGeneratorError()
           
 
Methods inherited from class org.mule.tck.junit4.AbstractMuleTestCase
clearExcludedFlag, clearRequestContext, createTestTimeoutRule, getTestHeader, getTestTimeoutSecs, getTimeoutSystemProperty, initializeMuleTest, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isExcluded, isFailOnTimeout, isOffline, isTestIncludedInExclusionFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectStoreCachingStrategyTestCase

public ObjectStoreCachingStrategyTestCase()
Method Detail

testCacheMiss

public void testCacheMiss()
                   throws Exception
Throws:
Exception

testCacheHit

public void testCacheHit()
                  throws Exception
Throws:
Exception

testConsumableRequestPayloadIsNotCached

public void testConsumableRequestPayloadIsNotCached()
                                             throws Exception
Throws:
Exception

testConsumableResponsePayloadIsNotCached

public void testConsumableResponsePayloadIsNotCached()
                                              throws Exception
Throws:
Exception

testIgnoresKeyGeneratorError

public void testIgnoresKeyGeneratorError()
                                  throws Exception
Throws:
Exception


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.