From e45f91b7c0d2222fa60d39c52f3dfa5942b372b6 Mon Sep 17 00:00:00 2001 From: NicholasTD07 Date: Sat, 8 Mar 2014 16:42:44 +0800 Subject: [PATCH] Added Tests folder in. --- ...oreDataTableViewControllerTests-Info.plist | 22 ++++++++++++ .../NTDCoreDataTableViewControllerTests.m | 34 +++++++++++++++++++ .../en.lproj/InfoPlist.strings | 2 ++ 3 files changed, 58 insertions(+) create mode 100644 NTDCoreDataTableViewControllerTests/NTDCoreDataTableViewControllerTests-Info.plist create mode 100644 NTDCoreDataTableViewControllerTests/NTDCoreDataTableViewControllerTests.m create mode 100644 NTDCoreDataTableViewControllerTests/en.lproj/InfoPlist.strings diff --git a/NTDCoreDataTableViewControllerTests/NTDCoreDataTableViewControllerTests-Info.plist b/NTDCoreDataTableViewControllerTests/NTDCoreDataTableViewControllerTests-Info.plist new file mode 100644 index 0000000..6b70611 --- /dev/null +++ b/NTDCoreDataTableViewControllerTests/NTDCoreDataTableViewControllerTests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + NTD.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/NTDCoreDataTableViewControllerTests/NTDCoreDataTableViewControllerTests.m b/NTDCoreDataTableViewControllerTests/NTDCoreDataTableViewControllerTests.m new file mode 100644 index 0000000..21ad95b --- /dev/null +++ b/NTDCoreDataTableViewControllerTests/NTDCoreDataTableViewControllerTests.m @@ -0,0 +1,34 @@ +// +// NTDCoreDataTableViewControllerTests.m +// NTDCoreDataTableViewControllerTests +// +// Created by Nicholas Tian on 3/8/14. +// Copyright (c) 2014 Nicholas Tian. All rights reserved. +// + +#import + +@interface NTDCoreDataTableViewControllerTests : XCTestCase + +@end + +@implementation NTDCoreDataTableViewControllerTests + +- (void)setUp +{ + [super setUp]; + // Put setup code here. This method is called before the invocation of each test method in the class. +} + +- (void)tearDown +{ + // Put teardown code here. This method is called after the invocation of each test method in the class. + [super tearDown]; +} + +- (void)testExample +{ + XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); +} + +@end diff --git a/NTDCoreDataTableViewControllerTests/en.lproj/InfoPlist.strings b/NTDCoreDataTableViewControllerTests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/NTDCoreDataTableViewControllerTests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ +