从iOS中的应用程序执行测试

时间:2017-02-15 09:37:11

标签: ios xcode unit-testing xctest

是否有任何规定从App Target执行单元测试而不使用Product -> Test可能是以下方式。

func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {    
//Call Test cases
return true
}

任何帮助非常感谢。

0 个答案:

没有答案