public class LogbackMDCAdapterTest extends Object
| Constructor and Description |
|---|
LogbackMDCAdapterTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearOnChildThreadShouldNotAffectParent() |
void |
copyOnInheritenceTest()
Test that LogbackMDCAdapter copies its hashmap when a child
thread inherits it.
|
void |
lbclassic77Test()
Test that CopyOnInheritThreadLocal does not barf when the
MDC hashmap is null
|
void |
nearSimultaneousPutsShouldNotCauseConcurrentModificationException() |
void |
removeForNullKeyTest() |
void |
removeInexistentKey() |
void |
sequenceWithGet() |
void |
sequenceWithGetPropertyMap() |
public void lbclassic77Test()
throws InterruptedException
InterruptedExceptionpublic void removeForNullKeyTest()
public void removeInexistentKey()
public void sequenceWithGet()
public void sequenceWithGetPropertyMap()
public void copyOnInheritenceTest()
throws InterruptedException
InterruptedExceptionpublic void clearOnChildThreadShouldNotAffectParent()
throws InterruptedException
InterruptedExceptionpublic void nearSimultaneousPutsShouldNotCauseConcurrentModificationException()
throws InterruptedException
InterruptedExceptionCopyright © 2005–2015 QOS.ch. All rights reserved.