#import @class NSMutableArray; @interface NSMutableArrayTest : TestCase { NSMutableArray *empty; NSMutableArray *full; } @end