aboutsummaryrefslogtreecommitdiff
path: root/VKPCTests/VKPCTests.m
diff options
context:
space:
mode:
Diffstat (limited to 'VKPCTests/VKPCTests.m')
-rw-r--r--VKPCTests/VKPCTests.m34
1 files changed, 34 insertions, 0 deletions
diff --git a/VKPCTests/VKPCTests.m b/VKPCTests/VKPCTests.m
new file mode 100644
index 0000000..8cf4d86
--- /dev/null
+++ b/VKPCTests/VKPCTests.m
@@ -0,0 +1,34 @@
+//
+// VKPCTests.m
+// VKPCTests
+//
+// Created by Eugene on 11/26/13.
+// Copyright (c) 2013 Eugene Z. All rights reserved.
+//
+
+#import <XCTest/XCTest.h>
+
+@interface VKPCTests : XCTestCase
+
+@end
+
+@implementation VKPCTests
+
+- (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