summaryrefslogtreecommitdiff
path: root/KVO/KVOTests
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-06-10 20:40:57 -0600
committermo khan <mo@mokhan.ca>2013-06-10 20:40:57 -0600
commit2d4a2ebf70ce7916da42f0f64f8298a214daa55d (patch)
tree4e1c9aca017cab2450ca5ccc9e631d7808518e36 /KVO/KVOTests
parentef5554041c6015d9bd9b762ee0e23ec268486310 (diff)
add more examplesHEADmaster
Diffstat (limited to 'KVO/KVOTests')
-rw-r--r--KVO/KVOTests/KVOTests-Info.plist22
-rw-r--r--KVO/KVOTests/KVOTests.h13
-rw-r--r--KVO/KVOTests/KVOTests.m32
-rw-r--r--KVO/KVOTests/en.lproj/InfoPlist.strings2
4 files changed, 69 insertions, 0 deletions
diff --git a/KVO/KVOTests/KVOTests-Info.plist b/KVO/KVOTests/KVOTests-Info.plist
new file mode 100644
index 0000000..9ea836d
--- /dev/null
+++ b/KVO/KVOTests/KVOTests-Info.plist
@@ -0,0 +1,22 @@
+<?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>CFBundleDevelopmentRegion</key>
+ <string>en</string>
+ <key>CFBundleExecutable</key>
+ <string>${EXECUTABLE_NAME}</string>
+ <key>CFBundleIdentifier</key>
+ <string>mokhan.ca.${PRODUCT_NAME:rfc1034identifier}</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>BNDL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1</string>
+</dict>
+</plist>
diff --git a/KVO/KVOTests/KVOTests.h b/KVO/KVOTests/KVOTests.h
new file mode 100644
index 0000000..04d3449
--- /dev/null
+++ b/KVO/KVOTests/KVOTests.h
@@ -0,0 +1,13 @@
+//
+// KVOTests.h
+// KVOTests
+//
+// Created by mo khan on 2013-06-04.
+// Copyright (c) 2013 mo khan. All rights reserved.
+//
+
+#import <SenTestingKit/SenTestingKit.h>
+
+@interface KVOTests : SenTestCase
+
+@end
diff --git a/KVO/KVOTests/KVOTests.m b/KVO/KVOTests/KVOTests.m
new file mode 100644
index 0000000..6ef0e59
--- /dev/null
+++ b/KVO/KVOTests/KVOTests.m
@@ -0,0 +1,32 @@
+//
+// KVOTests.m
+// KVOTests
+//
+// Created by mo khan on 2013-06-04.
+// Copyright (c) 2013 mo khan. All rights reserved.
+//
+
+#import "KVOTests.h"
+
+@implementation KVOTests
+
+- (void)setUp
+{
+ [super setUp];
+
+ // Set-up code here.
+}
+
+- (void)tearDown
+{
+ // Tear-down code here.
+
+ [super tearDown];
+}
+
+- (void)testExample
+{
+ STFail(@"Unit tests are not implemented yet in KVOTests");
+}
+
+@end
diff --git a/KVO/KVOTests/en.lproj/InfoPlist.strings b/KVO/KVOTests/en.lproj/InfoPlist.strings
new file mode 100644
index 0000000..477b28f
--- /dev/null
+++ b/KVO/KVOTests/en.lproj/InfoPlist.strings
@@ -0,0 +1,2 @@
+/* Localized versions of Info.plist keys */
+