org.springframework.config.java.naming
Class AbstractNamingStrategyTests

java.lang.Object
  extended by org.springframework.config.java.naming.AbstractNamingStrategyTests
Direct Known Subclasses:
MethodNameStrategyTests

public abstract class AbstractNamingStrategyTests
extends Object


Field Summary
protected  Method sampleMethod
           
protected  org.springframework.config.java.naming.BeanNamingStrategy strategy
           
 
Constructor Summary
AbstractNamingStrategyTests()
           
 
Method Summary
protected abstract  org.springframework.config.java.naming.BeanNamingStrategy createNamingStrategy()
           
 void setUp()
           
 void tearDown()
           
 void testNullMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

strategy

protected org.springframework.config.java.naming.BeanNamingStrategy strategy

sampleMethod

protected Method sampleMethod
Constructor Detail

AbstractNamingStrategyTests

public AbstractNamingStrategyTests()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

createNamingStrategy

protected abstract org.springframework.config.java.naming.BeanNamingStrategy createNamingStrategy()

testNullMethod

public void testNullMethod()


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