org.databene.domain.address.addressFormat.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of databene-benerator Show documentation
Show all versions of databene-benerator Show documentation
benerator is a framework for creating realistic and valid high-volume test data, used for
testing (unit/integration/load) and showcase setup.
Metadata constraints are imported from systems and/or configuration files. Data can imported from
and exported to files and systems, anonymized or generated from scratch. Domain packages provide
reusable generators for creating domain-specific data as names and addresses internationalizable
in language and region. It is strongly customizable with plugins and configuration options.
The newest version!
US=${address.houseNumber} ${address.street}\n${address.city}, ${address.state} ${address.postalCode}\n${address.country.localName}
AU=${address.houseNumber} ${address.street}\n${address.city} ${address.state} ${address.postalCode}\n${address.country.localName}
DE=${address.street} ${address.houseNumber}\n${address.postalCode} ${address.city}\n${address.country.localName}
BE=${address.street}, ${address.houseNumber}\n${address.postalCode} ${address.city}\n${address.country.localName}
BR=${address.street}, ${address.houseNumber}\n${address.city}- ${address.state}\n${address.postalCode}\n${address.country.localName}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy