|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
ContextLoader strategy for creating a
JavaConfigApplicationContext for a test's
@ContextConfiguration
Example usage:
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations = {"com.myco.TestDatabaseConfiguration", "com.myco.config"},
loader = JavaConfigContextLoader.class)
public MyTests { ...context based on the supplied locations,
configures the context, and finally returns the context in fully refreshed state.
RouteBuilder to use in this configuration
RouteBuilder instance
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||