Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: wrong description of faker usage #454

Open
stwacker opened this issue Mar 19, 2024 · 0 comments
Open

Documentation: wrong description of faker usage #454

stwacker opened this issue Mar 19, 2024 · 0 comments
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@stwacker
Copy link

Describe the bug
The documentation of faker-usage is wrong.

To Reproduce
Steps to reproduce the behavior:
Execute the following script
<import domains="faker"/> <generate type="data" count="5" consumer="ConsoleExporter"> <attribute name="name" generator="new DataFakerGenerator('name','fullName')" locale="en_US"/> <attribute name="HarryPotter" generator="new DataFakerGenerator('harryPotter','character')" locale="en"/> <attribute name="dinner" type="string" generator="new DataFakerGenerator('food','dish')" locale="de_CH"/> </generate>
Error class not found is displayed

Expected behavior
Generated data is logged to console.

Desktop:

  • OS: Windows 11
  • Java: OpenJDK 11
@ake2l ake2l self-assigned this Apr 15, 2024
@ake2l ake2l added bug Something isn't working documentation Improvements or additions to documentation labels Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants