Versions Compared

Key

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

...

Panel

Quick Links to:

Table of Contents
minLevel3

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.

that is to be used when writing

Panel
Anchor
WAR Component unit testsWAR Component unit tests
Writing unit tests for the JAR compoment
Panel

Usage

The following is an example of how to use AbstractIntegrationTestBase.java

Code Block

import org.junit.Test;
import edu.mit.csf.test.AbstractIntegrationTestBase;

public class TestHibernateAcademicTermDao extends AbstractIntegrationTestBase {

}
Anchor
JAR Component unit testsJAR Component unit tests