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 "EDT:Running Tests"

(Running Junit Tests)
(Running JUnit Tests)
Line 1: Line 1:
== Running JUnit Tests ==
+
== org.eclipse.edt.tests.validation ==
The JUnit tests are designed to test the part binding, validation and IR serialization phase (no generation is performed). To run these tests, you need to load the project org.eclipse.edt.tests.validation. Then, right click on the application in the Project Explorer Or Navigator and select "Run as -> JUnit test". All tests should run with no errors or failures.
+
This project holds JUnit tests that are designed to test the part binding, validation and IR serialization phase (no generation is performed). To run these tests, you need to load the project (org.eclipse.edt.tests.validation). Then, right click on the application in the Project Explorer Or Navigator and select "Run as -> JUnit test". All tests should run with no errors or failures.
  
 
== Running EUnit Tests  ==
 
== Running EUnit Tests  ==

Revision as of 11:56, 9 January 2013

org.eclipse.edt.tests.validation

This project holds JUnit tests that are designed to test the part binding, validation and IR serialization phase (no generation is performed). To run these tests, you need to load the project (org.eclipse.edt.tests.validation). Then, right click on the application in the Project Explorer Or Navigator and select "Run as -> JUnit test". All tests should run with no errors or failures.

Running EUnit Tests

Back to the top