aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting/GTMUIViewUnitTestingTest.gtmUTState
diff options
context:
space:
mode:
authorGravatar thomasvl <thomasvl@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2008-04-14 17:21:02 +0000
committerGravatar thomasvl <thomasvl@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2008-04-14 17:21:02 +0000
commitcdf070c8d76ffc4eaa24e8671756cbbe9ceb2890 (patch)
treefaa9ae3a72a6591d6a6add7ceed7f91e92ade11f /UnitTesting/GTMUIViewUnitTestingTest.gtmUTState
parent0aaecac6ff2bc89e58a0c8c6d6ad62e02fb2b011 (diff)
See the ReleaseNotes for the full details, highlights:
- bug fixes - code coverage support - more complete unittests - full support for unittesting UIs - support for the iphone sdk (include ui unittesting)
Diffstat (limited to 'UnitTesting/GTMUIViewUnitTestingTest.gtmUTState')
-rw-r--r--UnitTesting/GTMUIViewUnitTestingTest.gtmUTState33
1 files changed, 33 insertions, 0 deletions
diff --git a/UnitTesting/GTMUIViewUnitTestingTest.gtmUTState b/UnitTesting/GTMUIViewUnitTestingTest.gtmUTState
new file mode 100644
index 0000000..87ae9e5
--- /dev/null
+++ b/UnitTesting/GTMUIViewUnitTestingTest.gtmUTState
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>$GTMArchive</key>
+ <string>GTMUnitTestingArchive</string>
+ <key>$GTMVersion</key>
+ <integer>1</integer>
+ <key>LayerIsDoublesided</key>
+ <true/>
+ <key>LayerIsHidden</key>
+ <false/>
+ <key>LayerIsOpaque</key>
+ <true/>
+ <key>LayerOpacity</key>
+ <real>1</real>
+ <key>ViewIsHidden</key>
+ <false/>
+ <key>ViewSubView 0</key>
+ <dict>
+ <key>LayerIsDoublesided</key>
+ <true/>
+ <key>LayerIsHidden</key>
+ <false/>
+ <key>LayerIsOpaque</key>
+ <true/>
+ <key>LayerOpacity</key>
+ <real>1</real>
+ <key>ViewIsHidden</key>
+ <false/>
+ </dict>
+</dict>
+</plist>