Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel

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.

Panel

About the AbstractIntegrationTestBase base class

Panel

Usage of the AbstractIntegrationTestBase base class

The following code fragment illustrates how to use AbstractIntegrationTestBase .javaclass

Code Block
import edu.mit.csf.test.AbstractIntegrationTestBase;

public class TestHibernateAcademicTermDao extends AbstractIntegrationTestBase {

}

...