标签: ios xcode unit-testing xctest
是否有任何规定从App Target执行单元测试而不使用Product -> Test可能是以下方式。
Product -> Test
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { //Call Test cases return true }
任何帮助非常感谢。