Hi, On 17.05.2010, at 03:44, Matt Tennant wrote:
> Hi all, > > > > I need to create a testing framework for our product that is deployed as > Felix bundles. I've discovered junit4osgi (at > http://felix.apache.org/site/apache-felix-ipojo-junit4osgi.html), which I > think is what I will want (when the download links at > http://felix.apache.org/site/downloads.html are repaired). > > > > However, I have some questions after reading everything I could in the > tutorial and in the archives of this user group. The runners mentioned in > the tutorial, with the possible exception of the "immediate-runner", seem > to require manual interaction. I need to be able to invoke tests in an > automated sense, such as from the "junit" ant task, in order to fit with a > wider test setup that multiple groups at our company use beyond the > product that is OSGi-based. > > > > I am hoping this is actually a common thing to do, and that once I can > download the bundle I will see that this works just fine. But any > thoughts or suggestions on the topic are always welcome. > junit4osgi provides a maven plugin but unfortunately no ant task. However, it should be easy to do. Regards, Clement > > > Thanks, > Matt > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

