org.mule.util.concurrent
Class NamedThreadFactoryTestCase

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

public class NamedThreadFactoryTestCase
extends AbstractMuleTestCase


Field Summary
protected  Latch latch
           
protected  Runnable nullRunnable
           
protected  ClassLoader testClassLoader
           
protected  String testThreadName
           
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleTestCase
DEFAULT_TEST_TIMEOUT_SECS, globalTimeout, logger, name, TEST_TIMEOUT_SYSTEM_PROPERTY
 
Constructor Summary
NamedThreadFactoryTestCase()
           
 
Method Summary
 void testNameContextClassloader()
           
 void testNameIncrement()
           
 
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
 

Field Detail

latch

protected Latch latch

testThreadName

protected String testThreadName

testClassLoader

protected ClassLoader testClassLoader

nullRunnable

protected Runnable nullRunnable
Constructor Detail

NamedThreadFactoryTestCase

public NamedThreadFactoryTestCase()
Method Detail

testNameContextClassloader

public void testNameContextClassloader()
                                throws InterruptedException
Throws:
InterruptedException

testNameIncrement

public void testNameIncrement()
                       throws InterruptedException
Throws:
InterruptedException


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