You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
When not explicitly adding any
factory {}
block and just trying to callfixture<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 useFaker.instance()
- but I'm not sure whether that is correct and takes the leadingjavaFakerStrategy {}
block into consideration?The text was updated successfully, but these errors were encountered: