Hi Dimitrij, Database Rider <https://github.com/database-rider/database-rider> has a CDI module which works great with DeltaSpike (through a CDI interceptor), see examples here <https://github.com/database-rider/database-rider/tree/master/rider-cdi/src/test/java/com/github/database/rider/cdi>. There is also a project called DeltaSpike DBUnit <https://github.com/lbitonti/deltaspike-dbunit> but I don't know if it's being maintained.
I hope it helps. 2016-12-04 13:51 GMT-02:00 <[email protected]>: > Hello everybody. > > Are there any plans to implement something like arquillian persistence > extension to be able to seed, verify, etc a db for specific tests? > > I have a "port" of it which can be used for non java ee related tests (see > https://github.com/dadrus/jpa-unit). I would however like to use the > corresponding functionality in a lightwight container (compared to > arquillian), like available with test-control. > > Would it be something the comunity would like to have? And if yes, what > would be the best entry point from your experience to make the > aforementioned junit extension usable with the test-control module? > > Regards > Dimitrij > -- Att, Rafael M. Pestano Desenvolvedor Java Cia. de Processamento de Dados do Rio Grande do Sul http://rpestano.wordpress.com/ @realpestano
