- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public class JUnitTestActivator
extends Object
implements org.osgi.framework.BundleActivator
Test bundle activator - looks for a predefined JUnit test runner and triggers
the test execution. This class is used by the testing framework to run
integration tests inside the OSGi framework.
Note: Programmatic usage of this class is strongly
discouraged as its semantics might change in the future - in fact, the only
reason this class is public is because the OSGi specification requires this.
- Author:
- Costin Leau