| r267 |
Source path:
svn/
trunk/ UnitTesting/ GTMIPhoneUnitTestDelegate.m
|
|
|
Change log
[Author: altse] Use [UIApplication _terminateWithStatus:] rather than exit(status) so that parts of the UIApplication can clean up after a test run. Otherwise any tests involving WebKit will crash on exit. R=dmaclach DELTA=8 (7 added, 0 deleted, 1 changed)
| Go to: |
Project members,
sign in to write a code review
Older revisions
r222
by gtm.daemon
on Sep 16, 2009
Diff
[Author: dmaclach] Fix up the unit testing stack that I broke on iPhone. This makes the unittesting stuff on iPhone ...
r77
by thomasvl
on Jan 30, 2009
Diff
- Added simple accessor to get the number of tests that pass/fail from the iphone test delegate, should make it easy for any app driving tests to ...
r73
by thomasvl
on Dec 12, 2008
Diff
- GTMStackTrace works on 10.5+ (and iPhone) using NSThread to build the call stack. - Added GTM_EXTERN that makes it ...