org.springframework.config.java
Class ExternalValueTests

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

public class ExternalValueTests
extends Object

Test for properties resolution

Author:
Rod Johnson

Constructor Summary
ExternalValueTests()
           
 
Method Summary
 void testDefaultValueInImplementationBody()
           
 void testIntProperty()
           
 void testStringAndBooleanProperty()
           
 void testUnresolved()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalValueTests

public ExternalValueTests()
Method Detail

testStringAndBooleanProperty

public void testStringAndBooleanProperty()
                                  throws Exception
Throws:
Exception

testIntProperty

public void testIntProperty()
                     throws Exception
Throws:
Exception

testDefaultValueInImplementationBody

public void testDefaultValueInImplementationBody()
                                          throws Exception
Throws:
Exception

testUnresolved

public void testUnresolved()
                    throws Exception
Throws:
Exception


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