gpt4 book ai didi

groovy - 使用 groovy 进行单元测试

转载 作者:行者123 更新时间:2023-12-01 16:27:52 26 4
gpt4 key购买 nike

groovy 和 java 新手。使用 eclipse 安装了 groovy、插件并创建了一个 groovy 项目
我能够运行 groovy 脚本和 groovy 类。但 GroovyTestCase 类尚未得到解决。任何帮助表示赞赏。

package p1
import groovy.util.GroovyTestCase

class MyTest extends GroovyTestCase { //GroovyTestCase keyword is showing this error: type junit.framework.TestCase cannot be resolved. It is indirectly referred from required .class files

void testSomething() {
assert 1 == 1
assert 2 + 2 == 4 : "We're in trouble, arithmetic is broken"
}
}

最佳答案

GroovyTestCase 是 JUnit 3,如果您想使用 Junit4,请不要扩展该类,而是像 Java 中一样使用 @Test 注解。

关于groovy - 使用 groovy 进行单元测试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23710823/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com