使用插件测试框架测试用户开发的插件说明:
Parameter | Description | |
-os <operating system> | The OS the tests are being run on. One of: aix, hpux, linux, qnx, solaris, win32. Default win32 | |
-ws <windowing system> | The windowing system the tests are being run on. One of: motif, gtk, photon, win32. Default win32 | |
-arch <architecture> | The architecture the tests are being run on. One of: ppc, PA_RISC, x86, sparc. Default x86 | |
-noclean | Run tests without installing a clean Eclipse between test targets. Default is to install a clean Eclipse between test targets. | |
<testTarget> | The ant task. | |
-properties | Used to reference a properties file containing additional Ant properties used in running tests.Can be used to pass additional vm arguments to the Java virtual machine running the tests by adding the entry "extraVMargs=<the args to pass to the vm>" to the specified properties file. | |
-vm | The full path to the java executable with which to run the tests. Use this to specify a specific virtual machine with which to run the tests. For example, "-vm c:\jdk142\jre\bin\java". Default set to "java" (i.e. java executable on system path). |
Created by yangyz@IME 2006-4-25.