net.sf.sasl.aop.logging
Class LogConfigurationTest

java.lang.Object
  extended by net.sf.sasl.aop.logging.LogConfigurationTest

public class LogConfigurationTest
extends Object

Test cases for the LogConfiguration class.

Author:
Philipp Förmer

Constructor Summary
LogConfigurationTest()
           
 
Method Summary
 void setUp()
           
 void testGetLoggerMap()
          Test cases for the getter and setter of the loggerMap property.
 void testGetSetLogScript()
          Test cases for the getter and setter of the log script.
 void testGetSetOneLogLinePerLogTextLine()
          Test cases for the getter and setter of the oneLogLinePerLogTextLine property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogConfigurationTest

public LogConfigurationTest()
Method Detail

setUp

public void setUp()

testGetSetOneLogLinePerLogTextLine

public void testGetSetOneLogLinePerLogTextLine()
                                        throws Exception
Test cases for the getter and setter of the oneLogLinePerLogTextLine property.

Throws:
Exception

testGetLoggerMap

public void testGetLoggerMap()
                      throws Exception
Test cases for the getter and setter of the loggerMap property.

Throws:
Exception

testGetSetLogScript

public void testGetSetLogScript()
                         throws Exception
Test cases for the getter and setter of the log script.

Throws:
Exception


Copyright © 2010. All Rights Reserved.