org.mule.util.compression
Class CompressionTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.util.compression.CompressionTestCase

public class CompressionTestCase
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
CompressionTestCase()
           
 
Method Summary
 void testCompressDefaultGZip()
           
 void testCompressEmptyBytes()
           
 void testCompressNullBytes()
           
 void testEmptyIsCompressed()
           
 void testNullIsCompressed()
           
 void testUncompressEmptyBytes()
           
 void testUncompressNullBytes()
           
 
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

CompressionTestCase

public CompressionTestCase()
Method Detail

testCompressDefaultGZip

public void testCompressDefaultGZip()
                             throws Exception
Throws:
Exception

testNullIsCompressed

public void testNullIsCompressed()
                          throws Exception
Throws:
Exception

testEmptyIsCompressed

public void testEmptyIsCompressed()
                           throws Exception
Throws:
Exception

testCompressNullBytes

public void testCompressNullBytes()
                           throws Exception
Throws:
Exception

testCompressEmptyBytes

public void testCompressEmptyBytes()
                            throws Exception
Throws:
Exception

testUncompressNullBytes

public void testUncompressNullBytes()
                             throws Exception
Throws:
Exception

testUncompressEmptyBytes

public void testUncompressEmptyBytes()
                              throws Exception
Throws:
Exception


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