org.mule.agent
Class EndpointNotificationLoggerAgentTestCase

java.lang.Object
  extended by org.mule.agent.EndpointNotificationLoggerAgentTestCase

public class EndpointNotificationLoggerAgentTestCase
extends Object


Constructor Summary
EndpointNotificationLoggerAgentTestCase()
           
 
Method Summary
 void eventIsLoggedBecauseMessageNotFiltered()
           
 void ignoreConnectionDisconnectedWhenSameConnector()
           
 void ignoreConnectionFailedWhenSameConnector()
           
 void initializationCreatesTheSession()
           
 void initializationFailsWhenNoEndpoint()
           
 void logEndpointNotStarted()
           
 void notLoggedBecauseNotificationIsIgnored()
           
 void setUp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointNotificationLoggerAgentTestCase

public EndpointNotificationLoggerAgentTestCase()
Method Detail

setUp

public void setUp()
           throws InitialisationException
Throws:
InitialisationException

initializationFailsWhenNoEndpoint

public void initializationFailsWhenNoEndpoint()
                                       throws Exception
Throws:
Exception

initializationCreatesTheSession

public void initializationCreatesTheSession()
                                     throws Exception
Throws:
Exception

notLoggedBecauseNotificationIsIgnored

public void notLoggedBecauseNotificationIsIgnored()
                                           throws InitialisationException
Throws:
InitialisationException

logEndpointNotStarted

public void logEndpointNotStarted()
                           throws InitialisationException
Throws:
InitialisationException

ignoreConnectionFailedWhenSameConnector

public void ignoreConnectionFailedWhenSameConnector()
                                             throws InitialisationException
Throws:
InitialisationException

ignoreConnectionDisconnectedWhenSameConnector

public void ignoreConnectionDisconnectedWhenSameConnector()
                                                   throws InitialisationException
Throws:
InitialisationException

eventIsLoggedBecauseMessageNotFiltered

public void eventIsLoggedBecauseMessageNotFiltered()
                                            throws Exception
Throws:
Exception


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