...
We have created a new abstract class that does not extend a Spring class, but uses Spring annotations to provide the same functionality. This class is AbstractIntegrationTestBase class, found in the csf-test module. This class uses JUnit and Spring annotations to gain access to functionality previously provided by extending the deprecated Spring class AbstractTransactionalDataSourceSpringContextTests. The relevant annotations are (at the class level):
...