(self)
| 242 | return int(self.spec.get("mac_xctest_bundle", 0)) != 0 |
| 243 | |
| 244 | def _IsXCUiTest(self): |
| 245 | return int(self.spec.get("mac_xcuitest_bundle", 0)) != 0 |
| 246 | |
| 247 | def _IsIosAppExtension(self): |
| 248 | return int(self.spec.get("ios_app_extension", 0)) != 0 |
no test coverage detected