org.eclipse.gemini.blueprint.test
Class JUnitTestActivator
java.lang.Object
org.eclipse.gemini.blueprint.test.JUnitTestActivator
- 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: Programatic 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
Method Summary |
void |
start(org.osgi.framework.BundleContext bc)
|
void |
stop(org.osgi.framework.BundleContext bc)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JUnitTestActivator
public JUnitTestActivator()
start
public void start(org.osgi.framework.BundleContext bc)
throws Exception
- Specified by:
start
in interface org.osgi.framework.BundleActivator
- Throws:
Exception
stop
public void stop(org.osgi.framework.BundleContext bc)
throws Exception
- Specified by:
stop
in interface org.osgi.framework.BundleActivator
- Throws:
Exception
Copyright © 2006-2012. All Rights Reserved.