Alejandro Gómez Lucena
Alejandro Gómez Lucena
> @agomezlucena Why not just put this `Faker` instance to a static variable? @asolntsev mainly because with the extension we have a better experience of development, because is integrated with...
@bodiam The idea is not be attached to junit in datafaker dependency, it's to create a separated module for that. But for that we need to make a lot of...
@kingthorin > Couldn't you just create a class that extends Faker and has a constant or singleton you can re-use instead of numerous instantiations? Yes I can make it, but...
> Wouldn't it be less change to create the project as a completely separate project, and have a dependency of Datafaker instead? Sure I can make it, the main issue...
for me the idea behind is to inject data in test method, if we need to create more complex data we just can simply create an annotation with a parameter...
we can parameterize the locale if is required, and if present we set the locale to the parameterized one and if not we set it to english or system default.