org.slf4j.bridge
Class SLF4JBridgeHandlerTest

java.lang.Object
  extended by org.slf4j.bridge.SLF4JBridgeHandlerTest

public class SLF4JBridgeHandlerTest
extends Object


Constructor Summary
SLF4JBridgeHandlerTest()
           
 
Method Summary
 void illFormattedInputShouldBeReturnedAsIs()
           
 void setUp()
           
 void tearDown()
           
 void testLevels()
           
 void testLogWithPlaceholderNoParameters()
           
 void testLogWithResourceBundle()
           
 void testLogWithResourceBundleWithParameters()
           
 void testSmoke()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SLF4JBridgeHandlerTest

public SLF4JBridgeHandlerTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

testSmoke

public void testSmoke()

testLevels

public void testLevels()

testLogWithResourceBundle

public void testLogWithResourceBundle()

testLogWithResourceBundleWithParameters

public void testLogWithResourceBundleWithParameters()

testLogWithPlaceholderNoParameters

public void testLogWithPlaceholderNoParameters()

illFormattedInputShouldBeReturnedAsIs

public void illFormattedInputShouldBeReturnedAsIs()


Copyright © 2005–2016 QOS.ch. All rights reserved.