It seems to be a simple question. I have some unitils tests in a spring application. The database contains some oracle views and i just want to insert dataset into these views. I know that it is possible to set options to DBunit (Table Type properties). But i find nothing for unitils.
Is there some unitils properties for inserting dataset to views ?
Thank you for help
Ok i think i find a way to configure unitils. But that needs some java code. I have tested this solution, it seems to work.
First i find some properties in unitils (unitils.properties):
So it seems to be possible to override DBUnitModule like this
And then modify the configuration in unitils.properties.