org.springframework.config.java.naming
Class ChainedStrategyTests

java.lang.Object
  extended by org.springframework.config.java.naming.ChainedStrategyTests

public class ChainedStrategyTests
extends Object

Author:
Rod Johnson

Constructor Summary
ChainedStrategyTests()
           
 
Method Summary
 void testEmptyArg()
           
 void testNullArg()
           
 void testReturnsFirst()
           
 void testSkipsNull()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChainedStrategyTests

public ChainedStrategyTests()
Method Detail

testNullArg

public void testNullArg()

testEmptyArg

public void testEmptyArg()

testSkipsNull

public void testSkipsNull()

testReturnsFirst

public void testReturnsFirst()


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