在groovy项目中创建junit时出错

时间:2013-05-22 07:01:32

标签: eclipse macos groovy

我刚刚从http://dist.springsource.org/release/GRECLIPSE/e4.2/下载了eclipse4.2的groovy插件。我的系统上没有任何其他的groovy安装/库。我能够在eclipse上运行我的机器上的groovy程序。 但是,当我尝试导入org.junit.Test 时,我收到以下错误。

Groovy:class org.junit.Test is not an annotation in @org.junit.Test
Groovy:unable to resolve class org.junit.Test

谁能告诉我可能是什么问题?

1 个答案:

答案 0 :(得分:1)

您必须将JUnit jar添加到类路径中。选择一个项目 - >构建路径 - >配置构建路径... - >图书馆员 - >添加库 - > JUnit - >下一步 - > JUnit 4 - >行。