我正在尝试使用ant 1.9.4构建测试用例。我可以用1.9.0构建它们。但是使用1.9.4获得错误(似乎它没有配置junit jar)。 这就是我提到junit jar文件的路径。
<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;