# HG changeset patch # User Oleksandr Gavenko # Date 1542204695 -7200 # Node ID 9ec68a2da562b6df7f3d24c937a802f41620b3f7 # Parent f223341aef9a96407392bc41bc4c414caa9bacb9 DbUnit Spring integration. diff -r f223341aef9a -r 9ec68a2da562 dbunit.rst --- a/dbunit.rst Sun Oct 28 00:50:37 2018 +0300 +++ b/dbunit.rst Wed Nov 14 16:11:35 2018 +0200 @@ -1,6 +1,6 @@ ======== - dbunit + DbUnit ======== .. contents:: :local: @@ -17,3 +17,11 @@ 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. +