DBUnit data set produced from YAML format. Each table has its own section in the YAML document, where its' name is the root element indicating that following entries are describing rows using column name : value pairs. Each new row is denoted by '-', as in following example:
useraccount: - id: 1 firstname: Clark lastname: Kent username: superman password: kryptonite address: - id: 1 streetname: "Kryptonite Street" houseNumber: 7 city: Metropolis zipCode: 1234 useraccount_address: - useraccount_id: 1 addresses_id: 1
@author
Bartosz Majsak