org.mule.module.reboot
Class MuleContainerBootstrapUtilsTestCase

java.lang.Object
  extended by org.mule.module.reboot.MuleContainerBootstrapUtilsTestCase

public class MuleContainerBootstrapUtilsTestCase
extends Object


Constructor Summary
MuleContainerBootstrapUtilsTestCase()
           
 
Method Summary
 void setUp()
           
 void testCopy()
          Test method for MuleContainerBootstrapUtils.copy(java.io.InputStream, java.io.OutputStream).
 void testCopyLarge()
          Test method for MuleContainerBootstrapUtils.copyLarge(java.io.InputStream, java.io.OutputStream).
 void testGetMuleAppsFile()
          Test method for MuleContainerBootstrapUtils.getMuleAppsDir().
 void testGetMuleHomeFile()
          Test method for MuleContainerBootstrapUtils.getMuleHome().
 void testGetMuleLibDir()
          Test method for MuleContainerBootstrapUtils.getMuleLibDir().
 void testGetMuleLocalJarFile()
          Test method for MuleContainerBootstrapUtils.getMuleLocalJarFile().
 void testGetResource()
          Test method for MuleContainerBootstrapUtils.getResource(java.lang.String, java.lang.Class).
 void testIsStandaloneTrue()
          Test method for MuleContainerBootstrapUtils.isStandalone().
 void testRenameFile()
          Test method for MuleContainerBootstrapUtils.renameFile(java.io.File, java.io.File).
 void testRenameFileHard()
          Test method for MuleContainerBootstrapUtils.renameFileHard(java.io.File, java.io.File).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MuleContainerBootstrapUtilsTestCase

public MuleContainerBootstrapUtilsTestCase()
Method Detail

setUp

public void setUp()

testIsStandaloneTrue

public void testIsStandaloneTrue()
Test method for MuleContainerBootstrapUtils.isStandalone().


testGetMuleHomeFile

public void testGetMuleHomeFile()
Test method for MuleContainerBootstrapUtils.getMuleHome().


testGetMuleAppsFile

public void testGetMuleAppsFile()
Test method for MuleContainerBootstrapUtils.getMuleAppsDir().


testGetMuleLibDir

public void testGetMuleLibDir()
Test method for MuleContainerBootstrapUtils.getMuleLibDir().


testGetMuleLocalJarFile

public void testGetMuleLocalJarFile()
Test method for MuleContainerBootstrapUtils.getMuleLocalJarFile().


testGetResource

public void testGetResource()
                     throws IOException
Test method for MuleContainerBootstrapUtils.getResource(java.lang.String, java.lang.Class).

Throws:
IOException

testRenameFile

public void testRenameFile()
                    throws IOException
Test method for MuleContainerBootstrapUtils.renameFile(java.io.File, java.io.File).

Throws:
IOException

testRenameFileHard

public void testRenameFileHard()
                        throws IOException
Test method for MuleContainerBootstrapUtils.renameFileHard(java.io.File, java.io.File).

Throws:
IOException

testCopy

public void testCopy()
              throws IOException
Test method for MuleContainerBootstrapUtils.copy(java.io.InputStream, java.io.OutputStream).

Throws:
IOException

testCopyLarge

public void testCopyLarge()
                   throws IOException
Test method for MuleContainerBootstrapUtils.copyLarge(java.io.InputStream, java.io.OutputStream).

Throws:
IOException


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