...
Panel |
---|
The CSF AbstractIntegrationTestBase.java unit test base classWe have created a new abstract class, 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 CSF abstract class is to be used with all integration tests. It replaces the following deprecated classes
that were used in csf-common-legacy. |
...