标签: unit-testing intellij-idea assert junit4
我正在使用JUnit4.9.zip。我是从https://github.com/KentBeck/junit/downloads下载的。我也使用IntelliJ 10.5作为我的文本编辑器。我在使用assertThat方法使用greaterThan函数时遇到问题。基本上我只是想确保从方法得到的int结果不是负面的。
问题在于:IntelliJ似乎找不到JUnit使用的greaterThan函数。我错过了什么/做错了什么?我需要什么才能让它发挥作用。
答案 0 :(得分:0)
检查module dependencies中有哪些JUnit库,最有可能是类路径中首先出现的旧版本。