Questions tagged [spring-test-dbunit]

Spring DBUnit provides integration between the Spring testing framework and the popular DBUnit project.

Spring DBUnit provides integration between the Spring testing framework and the popular DBUnit project. It allows you to setup and teardown database tables using simple annotations as well as checking expected table contents once a test completes.

91 questions
-1
votes
1 answer

How to set current date in yaml file

I am creating a dataset in yml format to initialize a table in a postgresql database - id : 5 description : "test5" is_deleted : false last_redaction_date : 2021-12-13 15:09:52.715570 persist_date : 2022-03-02 15:09:52.715570 …
1 2 3 4 5 6
7