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
The text was updated successfully, but these errors were encountered:
lukaszfiszer
changed the title
[feature request] Allow to specify factory as field default value of another factory
[feature proposal] Allow to specify factory as field default value of another factory
Mar 25, 2020
Given that we have following hierarchy of interfaces:
I propose that it should be possible to define factories in the following way:
When
personFactory .build()
is invoked with person data, the corresponding subset is passed tonameFactory.build()
:The text was updated successfully, but these errors were encountered: