Lines Matching refs:a
4 1- Run the unit tests as a full "eclipse plugin" suite
6 3. Run the functional tests as a full "eclipse plugin" suite (require a real SDK)
9 The functional tests are higher level tests that may require a real SDK.
12 1- Running the unit tests as a full "eclipse plugin" suite
22 B- Create a new "JUnit Plug-in Test" run configuration via the "Run > Open Run Dialog..." menu
25 Select "Run a single test"
38 Running the tests will run a secondary instance of Eclipse.
40 Please note the following constraints to be aware of when writing tests to run within a plugin envi…
42 a. Access restrictions: cannot access package or protected members in a different
61 This creates a debug configuration of type "JUnit Test" running all tests
64 Note: this method runs the tests within a regular JVM environment (ie not within
66 as a JUnit plugin test, and requires less potential set-up, but has the
73 3- Running the functional tests as a full "eclipse plugin" suite
85 C- Create a new "JUnit Plug-in Test" run configuration via the "Run > Open Run Dialog..." menu
88 Select "Run a single test"
93 Add a "sdk_home" environment variable, setting its path to the SDK from step B
99 Running the tests will run a secondary instance of Eclipse.