summaryrefslogtreecommitdiffstats
path: root/DrexTests/DrexTests.m
diff options
context:
space:
mode:
Diffstat (limited to 'DrexTests/DrexTests.m')
-rw-r--r--DrexTests/DrexTests.m32
1 files changed, 32 insertions, 0 deletions
diff --git a/DrexTests/DrexTests.m b/DrexTests/DrexTests.m
new file mode 100644
index 0000000..f1d625c
--- /dev/null
+++ b/DrexTests/DrexTests.m
@@ -0,0 +1,32 @@
+//
+// DrexTests.m
+// DrexTests
+//
+// Created by Filipp Lepalaan on 21.7.2011.
+// Copyright 2011 __MyCompanyName__. All rights reserved.
+//
+
+#import "DrexTests.h"
+
+@implementation DrexTests
+
+- (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 DrexTests");
+}
+
+@end