@Mark: in my current impl it is per class yes but we can use the same trick we have in tomee and meecrowave to optionally do it once per suite.
Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book <https://www.packtpub.com/application-development/java-ee-8-high-performance> Le lun. 29 avr. 2019 à 08:53, Mark Struberg <strub...@yahoo.de.invalid> a écrit : > Does this start the Container once or per unit test? > > LieGrue > strub > > > Am 28.04.19 um 16:48 schrieb Romain Manni-Bucau: > > Hi guys, > > > > Will try to push it next week - hopefully tomorrow. > > > > Le jeu. 25 avr. 2019 ?? 16:16, Gerhard Petracek <gpetra...@apache.org> a > > ??crit : > > > >> +1 > >> > >> regards, > >> gerhard > >> > >> > >> > >> Am Di., 16. Apr. 2019 um 17:49 Uhr schrieb Romain Manni-Bucau > >> <rmannibu...@gmail.com>: > >>> Sure > >>> > >>> @Cdi > >>> class MyTest { > >>> @Inject Mybean bean; > >>> > >>> @Test > >>> void run() { > >>> //... > >>> } > >>> } > >>> > >>> You can also select just a few beans in @Cdi to boost the deployment - > by > >>> default it is a classpath depl. > >>> > >>> > >>> Le mar. 16 avr. 2019 ?? 17:23, Thomas Andraschko < > >> andraschko.tho...@gmail.com> > >>> a ??crit : > >>> > >>>> Can you also post a usage example? > >>>> > >>>> Am Di., 16. Apr. 2019 um 09:08 Uhr schrieb Romain Manni-Bucau < > >>>> rmannibu...@gmail.com>: > >>>> > >>>>> Hi guys, > >>>>> > >>>>> For a project based on SeContainer I just wrote this JUnit 5 > >> extension: > >>>>> https://gist.github.com/rmannibucau/f7f07969225b880c8009b0c0f2f21299 > >>>>> > >>>>> Do you think it is worth contributing it? > >>>>> > >>>>> Romain Manni-Bucau > >>>>> @rmannibucau <https://twitter.com/rmannibucau> | Blog > >>>>> <https://rmannibucau.metawerx.net/> | Old Blog > >>>>> <http://rmannibucau.wordpress.com> | Github < > >>>>> https://github.com/rmannibucau> | > >>>>> LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book > >>>>> < > >>>>> > >> > https://www.packtpub.com/application-development/java-ee-8-high-performance >