aboutsummaryrefslogtreecommitdiff
path: root/runtime/ObjC/Framework/test/runtime/misc/TestDictionary.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ObjC/Framework/test/runtime/misc/TestDictionary.h')
-rw-r--r--runtime/ObjC/Framework/test/runtime/misc/TestDictionary.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/runtime/ObjC/Framework/test/runtime/misc/TestDictionary.h b/runtime/ObjC/Framework/test/runtime/misc/TestDictionary.h
new file mode 100644
index 0000000..c79a135
--- /dev/null
+++ b/runtime/ObjC/Framework/test/runtime/misc/TestDictionary.h
@@ -0,0 +1,23 @@
+//
+// TestDictionary.h
+// ST4
+//
+// Created by Alan Condit on 4/20/11.
+// Copyright 2011 Alan Condit. All rights reserved.
+//
+
+#import <SenTestingKit/SenTestingKit.h>
+
+
+@interface TestDictionary : SenTestCase {
+@private
+
+}
+
+- (void) test01add;
+- (void) test02add;
+- (void) test03add;
+- (void) test04removefromLo;
+- (void) test05removefromHi;
+
+@end