UNDER CONSTRUCTION
${renderedContent}
Quick Links to:
New CSF AbstractIntegrationTestBase.java unit test base class
This new CSF abstract class is to be used with all unit tests. It replaces the following deprecated classes
- BaseTransactionalIntegrationTest
- AbstractTransactionalDataSourceSpringContextTests
that were used in sais-common.
Usage
The following is an example of how to use AbstractIntegrationTestBase.java
import org.junit.Test; import edu.mit.csf.test.AbstractIntegrationTestBase; public class TestHibernateAcademicTermDao extends AbstractIntegrationTestBase { }