Testing

Automatic Testing Service Mix with Pax Exam

I've been searching a way to write testing code for OSGi environment. There are Spring DM and Pax Exam that I found recently. Since Pax Exam supports JUnit 4, I prefer this one. Pax Exam works by create unique OSGi environment for each @Test method and make the test class as one of the OSGi bundle.

Syndicate content