AbstractTransactionalJUnit4SpringContextTests:
Abstract transactional extension of AbstractJUnit4SpringContextTests that also adds some convenience functionality for JDBC access. Expects a javax.sql.DataSource bean and a PlatformTransactionManager bean to be defined in the ApplicationContext.
When you extend AbstractTransactionalJUnit4SpringContextTests you will have access to the following protected instance variables:
*
applicationContext: inherited from the AbstractJUnit4SpringContextTests superclass. Use this to perform explicit bean lookups or to test the state of the context as a whole.
...