Hi, I seem to do a lot of mocking, which although relatively painless and reliable, doesn't test the finer points of spinning up a service in OSGi. Last year I wrote [1] to make it simple to do Pax Exams, used by [2]. Could/should this be made more generally available ? It fits mid way between a mocked test and a full blown IT.
Ian 1 http://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/cache/container-test/ http://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/cache/container-test/src/main/java/org/apache/sling/test/AbstractOSGiRunner.java 2 http://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/cache/ehcache/src/test/java/org/apache/sling/commons/cache/ehcache/CacheIT.java
