Versions Compared

Key

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

...

Panel

About AbstractIntegrationTestBase.java

Panel

Usage

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

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

public class TestHibernateAcademicTermDao extends AbstractIntegrationTestBase {

}

...