如何为onWillEnterForgroundNotification编写NSNotification的测试用例

时间:2013-02-18 15:39:28

标签: iphone ipad ocunit

当应用程序进入前台时如何编写ocUnit测试用例通知

-(void)onWillEnterForgroundNotification:(NSNotification)notification{

[self message:@"Hi" Value:@"G"];

}

@All

任何人都建议我如何实现上述方法的测试用例。

0 个答案:

没有答案
相关问题