Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rap-dev] JFace/RAP unit tests

Hi everyone,

in order to get the RAP(RCP) and JFace tests suite to run in your enviroment, here are some steps to prepare everything:

Prerequisites:
* Eclipse 3.3/3.4
* RAP M3 Tooling (see eclipse.org/rap/downloads)
* RAP M3 Target Platform

The first step is to extend the RAP target with the following plugins from your eclipse installation. If you're developing against a 3.4 target you also need the bundles from a 3.4 eclipse installation (same applies to 3.3):
* org.apache.ant
* org.eclipse.ant.core
* org.eclipse.core.filesystem
* org.eclipse.core.resources
* org.eclipse.core.runtime.compatibility
* org.eclipse.core.variables
* org.eclipse.update.configurator

Note: Don't forget to update your target in the Target Preference page.

After that you can import the corresponding RAP Unit Tests into your workspace by using the attached project set. You're now able to run the for example the JFace Test Suite (org.eclipse.rap.ui.tests/org.eclipse.jface.tests#AllTests) with the "RAP JUnit Launcher".

Greets
 Benny

Attachment: rap_unit_tests.psf
Description: application/font-linux-psf


Back to the top