As the title says. Create the following yaml file in the data definition of DBUnit
TABLE_NAME:
- COLUMN1: VALUE1
COLUMN2: VALUE2
COLUMN3: VALUE3
…
It doesn't bother me if this is written in large quantities! !! !!
Alright, let's convert it to the familiar table format!
https://rhirabay.github.io/dbunityml-to-table/
Copy and paste yaml into the textbox at the top and it will be displayed in table format!
Since I often create two yamls with @DatabaseSetup
and @ExpectedDatabase
Items that move in the same way are lined up side by side so that they can be compared on the left and right!