aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting/GTMNSObject+UnitTesting.h
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2012-01-03 16:30:21 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2012-01-03 16:30:21 +0000
commit9c4dda3b1ce8a1acbb5fa8d31a03dae84e8ab301 (patch)
tree3061f70e5c6e553b4cb32f7662508ca0fabfa736 /UnitTesting/GTMNSObject+UnitTesting.h
parent6069593554038b2806f6fa73c0aabcea80b24749 (diff)
[Author: thomasvl]
Add the 10.7 SDK for unit testing support. Add SDK support for iOS unit testing. Map 'arch' to "iPhone"/"iPad" to allow different images/states based on the unit testing form factor. R=dmaclach
Diffstat (limited to 'UnitTesting/GTMNSObject+UnitTesting.h')
-rw-r--r--UnitTesting/GTMNSObject+UnitTesting.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/UnitTesting/GTMNSObject+UnitTesting.h b/UnitTesting/GTMNSObject+UnitTesting.h
index 3a1d00b..e98828a 100644
--- a/UnitTesting/GTMNSObject+UnitTesting.h
+++ b/UnitTesting/GTMNSObject+UnitTesting.h
@@ -29,6 +29,9 @@
#import "GTMSenTestCase.h"
+// NOTE: for "arch" in the file names on iOS, it is not CPU (armv6, armv7), but
+// instead is "iPhone" or "iPad" for the device form factor.
+
// Utility functions for GTMAssert* Macros. Don't use them directly
// but use the macros below instead
BOOL GTMIsObjectImageEqualToImageNamed(id object,