You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 24 Next »

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
  • TestHibernateStudentEmergencyContactDao

that were used in sais-common.

About the AbstractIntegrationTestBase base class

Usage of the AbstractIntegrationTestBase base class

The following code fragment illustrates how to use AbstractIntegrationTestBase class

import edu.mit.csf.test.AbstractIntegrationTestBase;

public class TestHibernateAcademicTermDao extends AbstractIntegrationTestBase {

}

How to configuration the default test application context

How to override for the default test application context

  • No labels