org.springframework.config.java.naming
Class PropagateBeanNamingTests

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

@ContextConfiguration(locations="classpath:org/springframework/config/java/naming/PropagateBeanNamingTest.xml")
public class PropagateBeanNamingTests
extends Object


Nested Class Summary
static class PropagateBeanNamingTests.TestConfiguration
           
static class PropagateBeanNamingTests.TestNamingStrategy
           
 
Constructor Summary
PropagateBeanNamingTests()
           
 
Method Summary
 Object getTestbean()
           
 void setTestbean(Object pTestbean)
           
 void testNamingStrategy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropagateBeanNamingTests

public PropagateBeanNamingTests()
Method Detail

testNamingStrategy

public void testNamingStrategy()

getTestbean

public Object getTestbean()

setTestbean

public void setTestbean(Object pTestbean)


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