net.sf.sasl.aop.exception.handling
Class ServiceExceptionFirewallAspectConfigBeanTest

java.lang.Object
  extended by net.sf.sasl.aop.exception.handling.ServiceExceptionFirewallAspectConfigBeanTest

public class ServiceExceptionFirewallAspectConfigBeanTest
extends Object

Test cases for the ConfigBean class.

Author:
Philipp Förmer

Constructor Summary
ServiceExceptionFirewallAspectConfigBeanTest()
           
 
Method Summary
 void setUp()
           
 void testGetSetClassName()
          Test cases for the getter and setter of the class name.
 void testGetSetErrorDetailMessagePropertyName()
          Test cases for the getter and setter of the detail message property name.
 void testGetSetPropertyNameValueMap()
          Test cases for the getter and setter of the property name value map.
 void testInitialState()
          Tests the initial state after ConfigBean() has been invoked.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceExceptionFirewallAspectConfigBeanTest

public ServiceExceptionFirewallAspectConfigBeanTest()
Method Detail

setUp

public void setUp()

testInitialState

public void testInitialState()
                      throws Exception
Tests the initial state after ConfigBean() has been invoked.

Throws:
Exception

testGetSetClassName

public void testGetSetClassName()
                         throws Exception
Test cases for the getter and setter of the class name.

Throws:
Exception

testGetSetPropertyNameValueMap

public void testGetSetPropertyNameValueMap()
                                    throws Exception
Test cases for the getter and setter of the property name value map.

Throws:
Exception

testGetSetErrorDetailMessagePropertyName

public void testGetSetErrorDetailMessagePropertyName()
                                              throws Exception
Test cases for the getter and setter of the detail message property name.

Throws:
Exception


Copyright © 2010. All Rights Reserved.