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/Test"

m
Line 16: Line 16:
  
 
===Test Summary===
 
===Test Summary===
 +
 +
== Resources ==
 +
* [http://www.eclipse.org/corona/doc/Corona_Test_Framework.pdf Test Framework Presentation]
 
[[Category: Corona]]
 
[[Category: Corona]]

Revision as of 09:09, 25 August 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

Eclipse Extension Point 
org.eclipse.corona.test.runner

Test Summary

Resources

Back to the top