Lines Matching refs:plugin
4 1- Run the unit tests as a full "eclipse plugin" suite
5 2- Run the unit tests as independent JUnit tests (not as plugin)
6 3. Run the functional tests as a full "eclipse plugin" suite (require a real SDK)
12 1- Running the unit tests as a full "eclipse plugin" suite
32 replacing "<adt>" with absolute filesystem path to the android plugin source location
40 Please note the following constraints to be aware of when writing tests to run within a plugin envi…
43 plugin, even if they are in the same declared package
45 likely fail in the plugin environment. Instead, use AdtTestData to access test files
50 2- Run the unit tests as independent JUnit tests (not plugin)
59 "Run As > JUnit Test" (i.e. not the plugin tests)
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