net.sf.sasl.aop.logging
Class LogConfigBeanTest

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

public class LogConfigBeanTest
extends Object

Test cases for the LogConfigBean class.

Author:
Philipp Förmer

Constructor Summary
LogConfigBeanTest()
           
 
Method Summary
 void setUp()
           
 void testGetConcatedLogText()
          Test cases for the getConcatedLogText() method.
 void testGetLoggerConfigMap()
          Test cases for the getter and setter of the loggerConfigMap property.
 void testGetLoggerLogLevelMap()
          Test cases for the getLoggerLogLevelMap() method.
 void testGetSetExecutionPhaseSet()
          Test cases for the getter and setter of the execution phase set.
 void testGetSetLogTextList()
          Test cases for the getter and setter of the log text list.
 void testGetSetOneLogLinePerLogTextLine()
          Test case 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

LogConfigBeanTest

public LogConfigBeanTest()
Method Detail

setUp

public void setUp()

testGetSetOneLogLinePerLogTextLine

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

Throws:
Exception

testGetSetLogTextList

public void testGetSetLogTextList()
                           throws Exception
Test cases for the getter and setter of the log text list.

Throws:
Exception

testGetConcatedLogText

public void testGetConcatedLogText()
                            throws Exception
Test cases for the getConcatedLogText() method.

Throws:
Exception

testGetLoggerConfigMap

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

Throws:
Exception

testGetLoggerLogLevelMap

public void testGetLoggerLogLevelMap()
                              throws Exception
Test cases for the getLoggerLogLevelMap() method.

Throws:
Exception

testGetSetExecutionPhaseSet

public void testGetSetExecutionPhaseSet()
                                 throws Exception
Test cases for the getter and setter of the execution phase set.

Throws:
Exception


Copyright © 2010. All Rights Reserved.