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
I have a core set of data I need to pull in from JSON files, and then I have test-specific overlays. With my Spring configuration, I can define @ContextConfiguration on my base class and then add additional configuration classes in a subclass; the specified classes or locations are all merged.
The @UsingDataSet annotation has a "last-one wins" policy, and it would be helpful to be able to define a location for core data in a base class and simply add to it in a subclass or method.
The text was updated successfully, but these errors were encountered:
mmm yes I agree with you that this is not possible now. It should be quite simple to implement it. Do you want to implement or you prefer I implement this feature?
I have a core set of data I need to pull in from JSON files, and then I have test-specific overlays. With my Spring configuration, I can define
@ContextConfiguration
on my base class and then add additional configuration classes in a subclass; the specified classes or locations are all merged.The
@UsingDataSet
annotation has a "last-one wins" policy, and it would be helpful to be able to define a location for core data in a base class and simply add to it in a subclass or method.The text was updated successfully, but these errors were encountered: