org.springframework.config.java
Class LifecycleTests

java.lang.Object
  extended by org.springframework.config.java.LifecycleTests

public class LifecycleTests
extends Object

Bean lifecycle (aware/init/destroy) test.

Author:
Costin Leau

Nested Class Summary
static class LifecycleTests.Config
           
 
Constructor Summary
LifecycleTests()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testCustomMethods()
           
 void testSimpleObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifecycleTests

public LifecycleTests()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

testSimpleObject

public void testSimpleObject()
                      throws Exception
Throws:
Exception

testCustomMethods

public void testCustomMethods()
                       throws Exception
Throws:
Exception


Copyright ? 2005-2008 Spring Framework. All Rights Reserved.