DBUnit table definition. Hard to read with yaml! !! !!

Overview

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!

Had made

https://rhirabay.github.io/dbunityml-to-table/

スクリーンショット 2019-04-27 11.28.33.png

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!

Recommended Posts

DBUnit table definition. Hard to read with yaml! !! !!
I tried to read and output CSV with Outsystems
[Spring] Read a message from a YAML file with MessageSource
I want to stop snake case in table definition