org.slf4j
Class DetectLoggerNameMismatchTest
java.lang.Object
org.slf4j.DetectLoggerNameMismatchTest
public class DetectLoggerNameMismatchTest
- extends Object
Tests that detecting logger name mismatches works and doesn't cause problems
or trigger if disabled.
This test can't live inside slf4j-api because the NOP Logger doesn't
remember its name.
- Author:
- Alexander Dorokhine, Ceki Gülcü
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DetectLoggerNameMismatchTest
public DetectLoggerNameMismatchTest()
setUp
public void setUp()
tearDown
public void tearDown()
testNoTriggerWithoutProperty
public void testNoTriggerWithoutProperty()
testTriggerWithProperty
public void testTriggerWithProperty()
testTriggerWholeMessage
public void testTriggerWholeMessage()
testPassIfMatch
public void testPassIfMatch()
verifyLoggerDefinedInBaseWithOverridenGetClassMethod
public void verifyLoggerDefinedInBaseWithOverridenGetClassMethod()
Copyright © 2005–2016 QOS.ch. All rights reserved.