org.imemex.testrunner.impl
Class Activator

java.lang.Object
  extended by org.imemex.osgi.AbstractIMemexActivator
      extended by org.imemex.testrunner.impl.Activator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class Activator
extends AbstractIMemexActivator

Tis is the activator of the testrunner bundle. This bundle registers the testrunner service that is important for junit testing. See /imemex2.0/doc/imemex-internals/testing/how_testing_was_implemented.txt for details.


Constructor Summary
Activator()
           
 
Method Summary
 void start(org.osgi.framework.BundleContext bc)
          Start this bundle
 void stop(org.osgi.framework.BundleContext context)
          Stop this bundle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Activator

public Activator()
Method Detail

start

public void start(org.osgi.framework.BundleContext bc)
Start this bundle

Parameters:
bc - bundle context

stop

public void stop(org.osgi.framework.BundleContext context)
Stop this bundle

Parameters:
context - bundle context