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

Difference between revisions of "Corona/Test"

(Corona Test Framework)
m (Test Suite)
Line 6: Line 6:
 
See also [http://rcpquickstart.wordpress.com/2007/06/20/unit-testing-plug-ins-with-fragments/ Unit Testing Plug-ins with Fragments]
 
See also [http://rcpquickstart.wordpress.com/2007/06/20/unit-testing-plug-ins-with-fragments/ Unit Testing Plug-ins with Fragments]
 
===Test Suite===
 
===Test Suite===
 +
 +
;Eclipse Extension Point;org.eclipse.corona.test.suite
  
 
===Test Manager===
 
===Test Manager===

Revision as of 11:57, 23 July 2008

Corona Test Framework

Corona's test framework is used to execute test cases organized into test suites. It provides a framework for registering JUnit v3.8 and v4 test suites and have them all executed within the same Eclipse runtime environment.

CoronaTestFramework.jpg

See also Unit Testing Plug-ins with Fragments

Test Suite

Eclipse Extension Point;org.eclipse.corona.test.suite

Test Manager

Test Runner

Test Summary

Back to the top