org.mule.context
Class MuleContextLifecycleTestCase

java.lang.Object
  extended by org.mule.context.MuleContextLifecycleTestCase

public class MuleContextLifecycleTestCase
extends Object


Constructor Summary
MuleContextLifecycleTestCase()
           
 
Method Summary
 void disposeBeforeInitialised()
           
 void disposeOnDisposed()
           
 void disposeOnInitialised()
           
 void disposeOnStarted()
           
 void disposeOnStopped()
           
 void initaliseSuccessful()
           
 void initialiseOnDisposed()
           
 void initialiseOnInitialised()
           
 void initialiseOnStarted()
           
 void initialiseOnStopped()
           
 void notificationHasMuleContextRef()
           
 void setup()
           
 void startBeforeInitialise()
           
 void startOnDisposed()
           
 void startOnInitialised()
           
 void startOnStarted()
           
 void startOnStopped()
           
 void stopBeforeInitialise()
           
 void stopOnDisposed()
           
 void stopOnInitialised()
           
 void stopOnStarted()
           
 void stopOnStopped()
           
 void testIsInValidJdk()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MuleContextLifecycleTestCase

public MuleContextLifecycleTestCase()
Method Detail

setup

public void setup()
           throws Exception
Throws:
Exception

initaliseSuccessful

public void initaliseSuccessful()
                         throws Exception
Throws:
Exception

initialiseOnInitialised

public void initialiseOnInitialised()
                             throws MuleException
Throws:
MuleException

initialiseOnStarted

public void initialiseOnStarted()
                         throws Exception
Throws:
Exception

initialiseOnStopped

public void initialiseOnStopped()
                         throws Exception
Throws:
Exception

initialiseOnDisposed

public void initialiseOnDisposed()
                          throws Exception
Throws:
Exception

startBeforeInitialise

public void startBeforeInitialise()
                           throws Exception
Throws:
Exception

startOnInitialised

public void startOnInitialised()
                        throws Exception
Throws:
Exception

startOnStarted

public void startOnStarted()
                    throws Exception
Throws:
Exception

startOnStopped

public void startOnStopped()
                    throws Exception
Throws:
Exception

startOnDisposed

public void startOnDisposed()
                     throws Exception
Throws:
Exception

stopBeforeInitialise

public void stopBeforeInitialise()
                          throws Exception
Throws:
Exception

stopOnInitialised

public void stopOnInitialised()
                       throws Exception
Throws:
Exception

stopOnStarted

public void stopOnStarted()
                   throws Exception
Throws:
Exception

stopOnStopped

public void stopOnStopped()
                   throws Exception
Throws:
Exception

stopOnDisposed

public void stopOnDisposed()
                    throws Exception
Throws:
Exception

disposeBeforeInitialised

public void disposeBeforeInitialised()

disposeOnInitialised

public void disposeOnInitialised()
                          throws Exception
Throws:
Exception

disposeOnStarted

public void disposeOnStarted()
                      throws Exception
Throws:
Exception

disposeOnStopped

public void disposeOnStopped()
                      throws Exception
Throws:
Exception

disposeOnDisposed

public void disposeOnDisposed()
                       throws Exception
Throws:
Exception

notificationHasMuleContextRef

public void notificationHasMuleContextRef()
                                   throws Exception
Throws:
Exception

testIsInValidJdk

public void testIsInValidJdk()
                      throws InitialisationException
Throws:
InitialisationException


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