I m测试一些使用java图书馆的农夫法,我希望通过使用该网络冲破图书馆的电话。 因此,正在测试的法典看起来像:
def verifyInformation(String information) {
def request = new OusideLibraryRequest().compose(information)
new OutsideLibraryClient().verify(request)
}
我尝试使用MockFor和StubFor,但我发现以下错误:
No signature of method: com.myproject.OutsideLibraryTests.MockFor() is applicable for argument types: (java.lang.Class) values: [class com.otherCompany.OusideLibraryRequest]
I m 使用Grails 2.0.3。