public class MDCAdapterTestBase extends Object
BasicMDCAdapter
Modifier and Type | Field and Description |
---|---|
protected org.slf4j.spi.MDCAdapter |
mdc |
Constructor and Description |
---|
MDCAdapterTestBase() |
Modifier and Type | Method and Description |
---|---|
protected org.slf4j.spi.MDCAdapter |
instantiateMDC() |
void |
tearDown() |
void |
testGetCopyOfContextMapFromMDC() |
void |
testInvokingSetContextMap_WithANullMap_SLF4J_414() |
void |
testMDCChildThreadCanOverwriteParentThread() |
void |
testMDCDoesntGetValuesFromChildThread() |
void |
testMDCInheritsValuesFromParentThread() |
void |
testOverwritingAKeyInMDC() |
void |
testSettingAndGettingWithMDC() |
protected org.slf4j.spi.MDCAdapter mdc
public MDCAdapterTestBase()
protected org.slf4j.spi.MDCAdapter instantiateMDC()
public void testSettingAndGettingWithMDC()
public void testOverwritingAKeyInMDC()
public void testGetCopyOfContextMapFromMDC()
public void testMDCInheritsValuesFromParentThread() throws Exception
Exception
public void testMDCDoesntGetValuesFromChildThread() throws Exception
Exception
public void testInvokingSetContextMap_WithANullMap_SLF4J_414()
public void testMDCChildThreadCanOverwriteParentThread() throws Exception
Exception
Copyright © 2005–2022 QOS.ch. All rights reserved.