springtestdbunit / spring-test-dbunit

Integration between the Spring testing framework and DBUnit
http://springtestdbunit.github.com/spring-test-dbunit/
Apache License 2.0
476 stars 238 forks source link

How to use ReplacementDataSet ? #151

Open SuperNoobTao opened 6 years ago

SuperNoobTao commented 6 years ago

Hello: I have problem when I use 'spring-test-dbunit' in my project-> For example : in my 'datasets.xml' , a column is null ,so I set it to [null] , but it was not work and throw error. I don not know how to use 'ReplacementDataSet' in my testcase. Can u help me ? very thx!!