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