org.slf4j.helpers
Class BasicMDCAdapterTest
java.lang.Object
org.slf4j.helpers.BasicMDCAdapterTest
public class BasicMDCAdapterTest
- extends Object
Tests for BasicMDCAdapter
- Author:
- Lukasz Cwik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicMDCAdapterTest
public BasicMDCAdapterTest()
tearDown
public void tearDown()
throws Exception
- Throws:
Exception
testSettingAndGettingWithMDC
public void testSettingAndGettingWithMDC()
testOverwritingAKeyInMDC
public void testOverwritingAKeyInMDC()
testClearingMDC
public void testClearingMDC()
testGetCopyOfContextMapFromMDC
public void testGetCopyOfContextMapFromMDC()
testMDCInheritsValuesFromParentThread
public void testMDCInheritsValuesFromParentThread()
throws Exception
- Throws:
Exception
testMDCDoesntGetValuesFromChildThread
public void testMDCDoesntGetValuesFromChildThread()
throws Exception
- Throws:
Exception
testMDCChildThreadCanOverwriteParentThread
public void testMDCChildThreadCanOverwriteParentThread()
throws Exception
- Throws:
Exception
Copyright © 2005–2016 QOS.ch. All rights reserved.