org.unitils.spring |
|
Java Source File Name | Type | Comment |
SpringModule.java | Class | A module for Spring enabling a test class by offering an easy way to load application contexts and
an easy way of retrieving beans from the context and injecting them in the test.
The application context loading can be achieved by using the
SpringApplicationContext annotation. |
SpringModuleApplicationContextInheritanceTest.java | Class | Test for ApplicationContext creation in a test class hierarchy for the
SpringModule . |
SpringModuleApplicationContextTest.java | Class | Test for ApplicationContext creation in the
SpringModule . |
SpringModuleInjectApplicationContextTest.java | Class | Test for the application context injection in the
SpringModule . |
SpringModuleSpringBeansTest.java | Class | Test for the
SpringModule . |
SpringUnitils.java | Class | Utility facade for handling Spring things such as invalidating a cached application context. |