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
Looking at DBUnit's documentation, I saw that ReplacementDataSet not only supported String values but also Objects, is any way to see an ObjectDataSetDecorator supported by spring-dbunit in the future ?
From what I saw, its implementation would be quite simple:
Hi,
Looking at DBUnit's documentation, I saw that
ReplacementDataSet
not only supported String values but also Objects, is any way to see anObjectDataSetDecorator
supported by spring-dbunit in the future ?From what I saw, its implementation would be quite simple:
As for
DbUnitDatabasePopulator.decorateDataSetIfNeeded
, it would have to be refactored:Unfortunalely, I have no experience whatsoever using Git and I fail to send you a pull-request :(
Thank you for considering this feature.
The text was updated successfully, but these errors were encountered: