开发者

Objective C - How to use OC Mock?

I hav开发者_Python百科e a class that suppose to return a string when a method gets called. How can i create a mock object.

I want mock to return @"Hello" when the method "sayHello" get's called

id mock = [OCMockObject mockForClass:[MyCrazyClass class]];


[[[mock stub] andReturn:@"Hello"] yourMethod:someArgument];
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜