org.mule.util.compression
Class CompressionTestCase
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.mule.tck.AbstractMuleTestCase
org.mule.util.compression.CompressionTestCase
- All Implemented Interfaces:
- Test, TestCaseWatchdogTimeoutHandler
public class CompressionTestCase
- extends AbstractMuleTestCase
Methods inherited from class org.mule.tck.AbstractMuleTestCase |
configureMuleContext, createMuleContext, createTestInfo, createWatchdog, disposeManager, doSetUp, doTearDown, getBuilder, getConfigurationResources, getName, getStartUpProperties, getTestConnector, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEventContext, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEvent, getTestInfo, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestService, getTestService, getTestService, getTestSession, getTestTransformer, handleTimeout, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isDisposeManagerPerSuite, isExcluded, isOffline, isStartContext, registerTestMethod, run, runBare, setDisposeManagerPerSuite, setName, setStartContext, setUp, suitePostTearDown, suitePreSetUp, tearDown |
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, failNotEquals, failNotSame, failSame |
CompressionTestCase
public CompressionTestCase()
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-2008 MuleSource, Inc.. All Rights Reserved.