com.resilientedge.util.logger
Class ZSimpleLogRecordTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--com.resilientedge.util.test.BaseTestCase
                    |
                    +--com.resilientedge.util.logger.ZSimpleLogRecordTest
All Implemented Interfaces:
junit.framework.Test

public class ZSimpleLogRecordTest
extends BaseTestCase

Unit Test for the SimpleLogRecord Class

Author:
jgardner

Constructor Summary
ZSimpleLogRecordTest(java.lang.String name)
           
 
Method Summary
 void testConstruction()
          Test Construction of SimpleLogRecord
 void testGetAndSetInsertValues()
          Test Insert Values mutators
 void testGetAndSetLevel()
          Test Level mutators
 void testGetAndSetLogger()
          Test Logger mutators
 void testGetAndSetLoggingClassName()
          Test LoggingClassName mutators
 void testGetAndSetLoggingMethodName()
          Test LoggingMethodName mutators
 void testGetAndSetLoggingThread()
          Test LoggingThread mutators
 void testGetAndSetMessage()
          Test Message mutators
 void testGetAndSetRawMessage()
          Test RawMessage mutators
 void testGetAndSetTimeInMillis()
          Test TimeInMillis mutators
 void testGetAndSetTopic()
          Test Level mutators
 
Methods inherited from class com.resilientedge.util.test.BaseTestCase
log, lookupConfig, lookupConfig
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, name, run, run, runBare, runTest, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZSimpleLogRecordTest

public ZSimpleLogRecordTest(java.lang.String name)
Parameters:
name -  
Method Detail

testConstruction

public void testConstruction()
                      throws java.lang.Exception
Test Construction of SimpleLogRecord
Throws:
java.lang.Exception -  

testGetAndSetInsertValues

public void testGetAndSetInsertValues()
                               throws java.lang.Exception
Test Insert Values mutators
Throws:
java.lang.Exception -  

testGetAndSetLevel

public void testGetAndSetLevel()
                        throws java.lang.Exception
Test Level mutators
Throws:
java.lang.Exception -  

testGetAndSetTopic

public void testGetAndSetTopic()
                        throws java.lang.Exception
Test Level mutators
Throws:
java.lang.Exception -  

testGetAndSetLogger

public void testGetAndSetLogger()
                         throws java.lang.Exception
Test Logger mutators
Throws:
java.lang.Exception -  

testGetAndSetLoggingClassName

public void testGetAndSetLoggingClassName()
                                   throws java.lang.Exception
Test LoggingClassName mutators
Throws:
java.lang.Exception -  

testGetAndSetLoggingMethodName

public void testGetAndSetLoggingMethodName()
                                    throws java.lang.Exception
Test LoggingMethodName mutators
Throws:
java.lang.Exception -  

testGetAndSetLoggingThread

public void testGetAndSetLoggingThread()
                                throws java.lang.Exception
Test LoggingThread mutators
Throws:
java.lang.Exception -  

testGetAndSetMessage

public void testGetAndSetMessage()
                          throws java.lang.Exception
Test Message mutators
Throws:
java.lang.Exception -  

testGetAndSetRawMessage

public void testGetAndSetRawMessage()
                             throws java.lang.Exception
Test RawMessage mutators
Throws:
java.lang.Exception -  

testGetAndSetTimeInMillis

public void testGetAndSetTimeInMillis()
                               throws java.lang.Exception
Test TimeInMillis mutators
Throws:
java.lang.Exception -  


Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.