org.mule.util
Class JarUtilsTestCase

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

public class JarUtilsTestCase
extends AbstractMuleTestCase

Test suite for jar utilities.


Field Summary
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleTestCase
DEFAULT_TEST_TIMEOUT_SECS, globalTimeout, logger, name, TEST_TIMEOUT_SYSTEM_PROPERTY
 
Constructor Summary
JarUtilsTestCase()
           
 
Method Summary
 void testCreateAppendReadJarFileEntries()
           Create jar file with all supported entries Append jar file with additional entry Read jar file and compare against previous entries written
 
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

JarUtilsTestCase

public JarUtilsTestCase()
Method Detail

testCreateAppendReadJarFileEntries

public void testCreateAppendReadJarFileEntries()
  1. Create jar file with all supported entries
  2. Append jar file with additional entry
  3. Read jar file and compare against previous entries written



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