TestDictionary.h revision 324c4644fee44b9898524c09511bd33c3f12e2df
1//
2//  TestDictionary.h
3//  ST4
4//
5//  Created by Alan Condit on 4/20/11.
6//  Copyright 2011 Alan Condit. All rights reserved.
7//
8
9#import <SenTestingKit/SenTestingKit.h>
10
11
12@interface TestDictionary : SenTestCase {
13@private
14
15}
16
17- (void) test01add;
18- (void) test02add;
19- (void) test03add;
20- (void) test04removefromLo;
21- (void) test05removefromHi;
22
23@end
24