org.slf4j
Class InvocationTest

java.lang.Object
  extended by org.slf4j.InvocationTest

public class InvocationTest
extends Object

Test whether invoking the SLF4J API causes problems or not.

Author:
Ceki Gulcu

Constructor Summary
InvocationTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void test1()
           
 void test2()
           
 void testMarker()
           
 void testMDC()
           
 void testNull()
           
 void testNullParameter_BUG78()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocationTest

public InvocationTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

test1

public void test1()

test2

public void test2()

testNullParameter_BUG78

public void testNullParameter_BUG78()

testNull

public void testNull()

testMarker

public void testMarker()

testMDC

public void testMDC()


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