我正在关注本指南http://javaeenotes.blogspot.com/2011/06/short-introduction-to-jmock.html
我收到了错误
java.lang.SecurityException: class "org.hamcrest.TypeSafeMatcher"'s signer information does not match signer information of other classes in the same package.
作者在指南中说:
解决方案是确保 jMock 库包含在构建路径中的标准 jUnit 库之前。
“标准 jmock 库”和“junit 库”由什么组成?Junit 只有一个罐子,所以这很容易,但 jmock 有超过 10 个不同的罐子。
我一直在使用:j-unit4.10、jmock-2.5、hamrest-core 和 hamcrest-library
hamcrest 核心和库类有什么用?