org.jcoderz.commons
Class LoggableImplTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jcoderz.commons.LoggableImplTest
All Implemented Interfaces:
Test

public class LoggableImplTest
extends TestCase

Test for LoggableImpl class.

Author:
Andreas Mandel

Constructor Summary
LoggableImplTest()
           
 
Method Summary
 void testAddParameter()
          Test the addParameter, getParameter and getParameterNames method.
 void testGetCause()
          Tests the get cause method.
 void testGetEventTime()
          Tests the get event time method.
 void testGetInstanceId()
          Tests the get instance id method.
 void testGetLogMessageInfo()
          Tests the getLogMessageInfo method.
 void testGetMessage()
          Tests the get message method.
 void testGetNodeId()
          Tests the get node id method.
 void testGetThreadId()
          Tests the get thread id method.
 void testGetTrackingNumber()
          Tests the get tracking number method.
 void testGetTrackingNumberInheritance()
          Tests the GetTrackingNumberInheritance.
 void testInitCause()
          Tests initCause method.
 void testLog()
          Tests the log method.
 void testLoggableImplLogMessageInfolongStringString()
          Test for void LoggableImpl(LogMessageInfo, long, String, String).
 void testLoggableImplLogMessageInfolongStringStringThrowable()
          Tests LoggableImpl(LogMessageInfo, long, String, String, Throwable).
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoggableImplTest

public LoggableImplTest()
Method Detail

testLoggableImplLogMessageInfolongStringString

public final void testLoggableImplLogMessageInfolongStringString()
Test for void LoggableImpl(LogMessageInfo, long, String, String).


testLoggableImplLogMessageInfolongStringStringThrowable

public final void testLoggableImplLogMessageInfolongStringStringThrowable()
Tests LoggableImpl(LogMessageInfo, long, String, String, Throwable).


testInitCause

public final void testInitCause()
Tests initCause method.


testAddParameter

public final void testAddParameter()
Test the addParameter, getParameter and getParameterNames method.


testGetLogMessageInfo

public final void testGetLogMessageInfo()
Tests the getLogMessageInfo method.


testGetTrackingNumber

public final void testGetTrackingNumber()
Tests the get tracking number method.


testGetTrackingNumberInheritance

public final void testGetTrackingNumberInheritance()
Tests the GetTrackingNumberInheritance.


testGetEventTime

public final void testGetEventTime()
Tests the get event time method.


testGetNodeId

public final void testGetNodeId()
Tests the get node id method.


testGetInstanceId

public final void testGetInstanceId()
Tests the get instance id method.


testGetThreadId

public final void testGetThreadId()
Tests the get thread id method.


testGetCause

public final void testGetCause()
Tests the get cause method.


testLog

public final void testLog()
Tests the log method.


testGetMessage

public final void testGetMessage()
Tests the get message method.



Copyright 2007 The jCoderZ Project.