【发布时间】:2013-10-25 19:21:39
【问题描述】:
我目前正在尝试在游戏框架中使用 Mockclasses 进行测试。 我已经实现了文档中所写的所有内容。不幸的是,编译器说:
[error] bad symbolic reference. A signature in MockitoStubs.class refers to term stubbing
[error] in package org.mockito which is not available.
[error] It may be completely missing from the current classpath, or the version on
[error] the classpath might be incompatible with the version used when compiling MockitoStubs.class.
我发现其他一些人在 mac 上运行 play 并且有相同的错误,但我找不到任何解决方案。 有没有人有这个问题的解决方案?是不是mac jdk的问题?
【问题讨论】:
标签: scala mockito playframework-2.2