A continuous test runner for Eclipse PDT
Version 18 (Atsuhiro KUBO, 12/14/2009 08:01 pm)
| 1 | 18 | Atsuhiro KUBO | h1. Reference Guide |
|---|---|---|---|
| 2 | 1 | Hideharu MATSUFUJI | |
| 3 | 18 | Atsuhiro KUBO | (MakeGood >= 0.1.0) |
| 4 | 1 | Hideharu MATSUFUJI | |
| 5 | 18 | Atsuhiro KUBO | p>. English | [[ja_ReferenceGuide|日本語]] |
| 6 | 1 | Hideharu MATSUFUJI | |
| 7 | 18 | Atsuhiro KUBO | {{toc}} |
| 8 | 12 | Atsuhiro KUBO | |
| 9 | 18 | Atsuhiro KUBO | h2. Runs tests from the PHP Explorer and Package Explorer. |
| 10 | 1 | Hideharu MATSUFUJI | |
| 11 | 18 | Atsuhiro KUBO | Selects any resource at the PHP Explorer and runs tests. |
| 12 | 1 | Hideharu MATSUFUJI | |
| 13 | 18 | Atsuhiro KUBO | To run tests, select a resource, and select *Run tests for* from the context menu. |
| 14 | 12 | Atsuhiro KUBO | |
| 15 | 18 | Atsuhiro KUBO | !runs-tests-from-the-php-explorer-and-package-explorer1-800.png! |
| 16 | 1 | Hideharu MATSUFUJI | |
| 17 | 18 | Atsuhiro KUBO | Click "here":http://redmine.piece-framework.com/attachments/109/runs-tests-from-the-php-explorer-and-package-explorer1.png to see the original size. |
| 18 | 9 | Hideharu MATSUFUJI | |
| 19 | 18 | Atsuhiro KUBO | After the test run is done, the test results are displayed to the result view. |
| 20 | 9 | Hideharu MATSUFUJI | |
| 21 | 18 | Atsuhiro KUBO | !runs-tests-from-the-php-explorer-and-package-explorer2-800.png! |
| 22 | 9 | Hideharu MATSUFUJI | |
| 23 | 18 | Atsuhiro KUBO | Click "here":http://redmine.piece-framework.com/attachments/110/runs-tests-from-the-php-explorer-and-package-explorer2.png to see the original size. |
| 24 | 1 | Hideharu MATSUFUJI | |
| 25 | 18 | Atsuhiro KUBO | The following resources are available: |
| 26 | 1 | Hideharu MATSUFUJI | |
| 27 | 18 | Atsuhiro KUBO | * Folder |
| 28 | 18 | Atsuhiro KUBO | * File |
| 29 | 18 | Atsuhiro KUBO | * Class (PHP Explorer only) |
| 30 | 18 | Atsuhiro KUBO | * Method (PHP Explorer only) |
| 31 | 1 | Hideharu MATSUFUJI | |
| 32 | 18 | Atsuhiro KUBO | bq. *NOTE*: The dialog to select the preload script is displayed only when it is the first time that you run tests in the project. The preload script makes preparations for a test run, which are the include path, autoloading, and error handling, etc. It is evaluated before the test runner body is loaded. If you do not use the preload script, leave empty and click the *OK* button. For more information, see [[en_InstallationAndConfigurationGuide|the Installation and Configuration Guide]]. |