org.springframework.config.java
Class BeansAndPostprocessorTests

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

public class BeansAndPostprocessorTests
extends Object

Author:
Costin Leau

Nested Class Summary
static class BeansAndPostprocessorTests.CountingBPP
           
static interface BeansAndPostprocessorTests.FooRepository
           
static class BeansAndPostprocessorTests.MixedConfiguration
           
static class BeansAndPostprocessorTests.MyRepository
           
static class BeansAndPostprocessorTests.NewConfiguration
           
 
Constructor Summary
BeansAndPostprocessorTests()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testBPPForHiddenBeans()
           
 void testBPPForPublicBeans()
           
 void testViaApplicationContext()
          TODO: this test fails with an error stating that no persistence exception translation post processors could be found in the bean factory, even though one is explicitly declared in NewConfiguration below.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeansAndPostprocessorTests

public BeansAndPostprocessorTests()
Method Detail

testViaApplicationContext

public void testViaApplicationContext()
TODO: this test fails with an error stating that no persistence exception translation post processors could be found in the bean factory, even though one is explicitly declared in NewConfiguration below. Remove the Ignore annotation and diagnose.


setUp

public void setUp()

tearDown

public void tearDown()

testBPPForPublicBeans

public void testBPPForPublicBeans()
                           throws Exception
Throws:
Exception

testBPPForHiddenBeans

public void testBPPForHiddenBeans()
                           throws Exception
Throws:
Exception


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