ch.qos.logback.classic.spi
Class LoggingEventSerializationTest

java.lang.Object
  extended by ch.qos.logback.classic.spi.LoggingEventSerializationTest

public class LoggingEventSerializationTest
extends Object


Constructor Summary
LoggingEventSerializationTest()
           
 
Method Summary
 void _Throwable()
           
 void context()
           
 void extendendeThrowable()
           
 void MDC()
           
 void nonSerializableParameters()
           
 void serializeLargeArgs()
           
 void setUp()
           
 void smoke()
           
 void tearDown()
           
 void updatedMDC()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingEventSerializationTest

public LoggingEventSerializationTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

smoke

public void smoke()
           throws Exception
Throws:
Exception

context

public void context()
             throws Exception
Throws:
Exception

MDC

public void MDC()
         throws Exception
Throws:
Exception

updatedMDC

public void updatedMDC()
                throws Exception
Throws:
Exception

nonSerializableParameters

public void nonSerializableParameters()
                               throws Exception
Throws:
Exception

_Throwable

public void _Throwable()
                throws Exception
Throws:
Exception

extendendeThrowable

public void extendendeThrowable()
                         throws Exception
Throws:
Exception

serializeLargeArgs

public void serializeLargeArgs()
                        throws Exception
Throws:
Exception


Copyright © 2005-2009 QOS.ch. All Rights Reserved.