net.sf.sasl.aop
Class AbstractRootAspectTest

java.lang.Object
  extended by net.sf.sasl.aop.AbstractRootAspectTest

public class AbstractRootAspectTest
extends Object

Test cases for the AbstractRootAspect class.

Author:
Philipp Förmer

Constructor Summary
AbstractRootAspectTest()
           
 
Method Summary
 void setUp()
           
 void testGetSetLogger()
          Test cases for the getter and setter of the logger property.
 void testGetSetOrder()
          Test cases for the getter and setter of the order property.
 void testNoArgumentConstructor()
          Test cases for the AbstractRootAspect() constructor.
 void testSetLoggerByName()
          Test cases for the setLoggerByName(String) method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractRootAspectTest

public AbstractRootAspectTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testNoArgumentConstructor

public void testNoArgumentConstructor()
                               throws Exception
Test cases for the AbstractRootAspect() constructor.

Throws:
Exception

testGetSetOrder

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

Throws:
Exception

testGetSetLogger

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

Throws:
Exception

testSetLoggerByName

public void testSetLoggerByName()
                         throws Exception
Test cases for the setLoggerByName(String) method.

Throws:
Exception


Copyright © 2010. All Rights Reserved.