dbunit.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 16 Sep 2019 22:13:19 +0300
changeset 2376 20b65f046002
parent 2284 72b8dfbe3f82
permissions -rw-r--r--
Revoke privileges and drop role.


========
 DbUnit
========
.. contents::
   :local:

Docs
====

http://dbunit.sourceforge.net/faq.html
  Frequently Asked Questions.
http://dbunit.sourceforge.net/properties.html
  Configurable Features and Properties.
http://dbunit.sourceforge.net/bestpractices.html
  Best Practices.
http://dbunit.sourceforge.net/index.html
  News.
http://dbunit.sourceforge.net/howto.html
  Howto.

Spring integration
==================

https://springtestdbunit.github.io/spring-test-dbunit/
  Official docs.
https://github.com/springtestdbunit/spring-test-dbunit
  Integration between the Spring testing framework and DBUnit.