org.mule.module.logging
Class AbstractLogHandlerThreadTestCase

java.lang.Object
  extended by org.mule.module.logging.AbstractLogHandlerThreadTestCase
Direct Known Subclasses:
ContainerLogHandlerThreadTestCase, StandaloneLogHandlerThreadTestCase

public class AbstractLogHandlerThreadTestCase
extends Object


Nested Class Summary
static interface AbstractLogHandlerThreadTestCase.LoggerFactoryFactory
           
static class AbstractLogHandlerThreadTestCase.MuleLogFactoryFactory
           
static class AbstractLogHandlerThreadTestCase.MuleLoggerFactoryFactory
           
 
Field Summary
protected static boolean createdLoggerReferenceHandler
           
protected  AbstractLogHandlerThreadTestCase.LoggerFactoryFactory loggerFactory
           
protected  String logHandlerThreadName
           
 
Constructor Summary
AbstractLogHandlerThreadTestCase(AbstractLogHandlerThreadTestCase.LoggerFactoryFactory loggerFactory, String logHandlerThreadName)
           
 
Method Summary
static Collection<Object[]> parameters()
           
 void setUp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

createdLoggerReferenceHandler

protected static boolean createdLoggerReferenceHandler

loggerFactory

protected final AbstractLogHandlerThreadTestCase.LoggerFactoryFactory loggerFactory

logHandlerThreadName

protected final String logHandlerThreadName
Constructor Detail

AbstractLogHandlerThreadTestCase

public AbstractLogHandlerThreadTestCase(AbstractLogHandlerThreadTestCase.LoggerFactoryFactory loggerFactory,
                                        String logHandlerThreadName)
Method Detail

parameters

public static Collection<Object[]> parameters()

setUp

public void setUp()
           throws Exception
Throws:
Exception


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