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

(Running Junit Tests)
Line 1: Line 1:
== Running Junit Tests  ==
+
== Running JUnit Tests  ==
 +
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.
 +
 
 +
== Running EUnit Tests  ==

Revision as of 11:52, 9 January 2013

Running JUnit Tests

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.

Running EUnit Tests

Back to the top