Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Corona Development Test

Container Test

Container Test Bundle (org.eclipse.corona.test.container.project)

The container test bundle assumes that Corona Server has already been started. To execute the container tests use the osgi console window and enter:

osgi> start org.eclipse.corona.test.container.project

You should see:

IOCActivator Bundleorg.eclipse.corona.test.container.project ....Starting Running container test cases


To rexecute the container test stop and re-start the container test bundle by entering:

osgi> stop org.eclipse.corona.test.container.project

You should see:

IOCActivator Bundleorg.eclipse.corona.test.container.project ....Stopping IOCActivator Bundleorg.eclipse.corona.test.container.project OSGiResourceManager Bundle:org.eclipse.corona.test.container.project Stopping 53''

Then restart as before:

osgi> start org.eclipse.corona.test.container.project

Back to the top