Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Corona/FAQ"

m (Corona FAQ moved to Corona/FAQ)
(Test Framework)
Line 1: Line 1:
 
 
==Platform==
 
==Platform==
  
Line 10: Line 9:
  
 
==Test Framework==
 
==Test Framework==
 +
 +
=== How are test cases registered with the Test Framework? ===
 +
Corona's Test Framework provides the '''org.eclipse.corona.test.suite''' extension point.  This is used to register a suite of test cases to be run by the Test Framework.
  
 
[[Category:Corona]][[Category:FAQ]]
 
[[Category:Corona]][[Category:FAQ]]

Revision as of 10:38, 27 February 2008

Platform

How do I deploy functionality to Corona's server-side environment?

Installation
Package your functionality into feature and install it into Corona via an update site.
Runtime
The functionality should be started/stopped via IApplication. Configure the osgi.applications property to start your application.

Release Engineering

Test Framework

How are test cases registered with the Test Framework?

Corona's Test Framework provides the org.eclipse.corona.test.suite extension point. This is used to register a suite of test cases to be run by the Test Framework.

Back to the top