I have data stored in a .yml file. Example:
User(bob):
email: bob@gmail.com
password: secret
username: Bobby
country: US
status: ACTIVE
I would like to get this object in tests (by identifier “bob”). Is that possible at all? Could not find the answer in documentation.
*Play framework 1.2.5
This is not possible, this identifier is only used to reference the object in the yaml file but does not match any attribute of the object