Hi, It depends the runner you're using: * the immediate runner starts as soon as it's deployed * the shell command runner runs when the command is launched * the maven runner waits for a _stable_ state and runs
On 23.11.2011, at 09:17, Huy Nguyen Quoc wrote: > I have 2 questions about using the junit4osgi package: > > - Can i write a bundle for automatically running tests > Example: > - I write a bundle Helloworld service, deploy it into OSGi (Felix) > - I write a bundle Test, it will automatically run tests whenever the > Helloword service start > > - Can i write the junit result to file (.html or .txt) ? Using the maven runner, it generates surefire-reports. Regards, Clement --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

