On Fri, Nov 18, 2011 at 4:18 PM, Ali Anil SINACI <[email protected]> wrote: > On 11/18/2011 03:12 PM, Bertrand Delacretaz wrote: >> ...You could also test them inside the OSGi environment, using pax exam >> as you indicate or the Sling testing tools [1]...
> I thought initializing an OSGI environment for each test class may result in > a long time for test executions (I do not have any idea about duration of > such tests). Then, I will try to implement the tests with Sling tools.... Ok - with the Sling test tools you only need to start Sling once, and that could happen as part of our integration tests: inject some additional bundles which provide tests, and run them using Sling's test servlet. -Bertrand >> [1] http://sling.apache.org/site/sling-testing-tools.html
