default.name.conf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalacheck-faker_2.13 Show documentation
Show all versions of scalacheck-faker_2.13 Show documentation
Fake data generation using ScalaCheck Arbitrary instances
The newest version!
include "dummy.conf"
name {
first.names = [${dummy.string}]
last.names = [${dummy.string}]
prefixes = [${dummy.string}]
suffixes = [${dummy.string}]
title {
descriptors = [${dummy.string}]
levels = [${dummy.string}]
jobs = [${dummy.string}]
}
full-name-builder = {options = [{parts = [{type = "string-part", value = ${dummy.string}}]}]}
full-name-with-middle-builder = {options = [{parts = [{type = "string-part", value = ${dummy.string}}]}]}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy