私はこのガイドに従っています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.
ガイドでは、著者は次のように述べています。
解決策は、ビルド パスで標準の jUnit ライブラリの前に jMock ライブラリが含まれていることを確認することです。
「標準 jmock ライブラリ」と「junit ライブラリ」を構成するものは何ですか? Junit には jar が 1 つしかないので簡単ですが、jmock には 10 種類以上の jar が付属しています。
私が使用してきた: j-unit4.10、jmock-2.5、hamrest-core、hamcrest-library
hamcrest のコア クラスとライブラリ クラスは何のためのものですか?