and*_*bd1 0 java ant testng unit-testing
我正在使用任务从ant运行testng.我真的想在分叉的jvm中添加-server选项以及指定堆空间量.谁知道怎么做?
我在这里看不到任何内容:http: //testng.org/doc/ant.html
谢谢,本
您发布的链接指定您可以使用<jvmarg value="blah"/>元素传递JVM参数.你试过这个吗?
<testng>
<jvmarg value="-server"/>
<jvmarg value="-Xmx128m"/>
...
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
2007 次 |
| 最近记录: |