0
我想通過使用ant 1.9.4來構建測試用例。我可以用1.9.0構建它們。但與1.9.4錯誤(似乎它不是配置junit jar)。 這就是我提到的junit jar文件的路徑。無法建立在螞蟻1.9.4上
<property name="junit.home" location="${basedir}/lib"/>
<filelist dir="${junit.home}" files="junit4.8.2.jar"/>
注:我可以通過使用amt 1.9.0來構建。
錯誤,這些錯誤我得到
package org.junit does not exist
import static org.junit.Assert.assertEquals;