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

How to access faker instance in custom factories? #101

Open
milgner opened this issue Nov 27, 2023 · 0 comments
Open

How to access faker instance in custom factories? #101

milgner opened this issue Nov 27, 2023 · 0 comments

Comments

@milgner
Copy link

milgner commented Nov 27, 2023

When not explicitly adding any factory {} block and just trying to call fixture<MyEntity>(), I get "Unable to resolve class".

Now I have started adding factory {} blocks and wonder how to best access the Java Faker instance? Right now I just decided to use Faker.instance() - but I'm not sure whether that is correct and takes the leading javaFakerStrategy {} block into consideration?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant