blob: 1dffb2353e33d369759b3e3135e15991e268c42c [file] [log] [blame]
//
// ANTLRIntArrayTest.h
// ANTLR
//
// Created by Ian Michell on 13/05/2010.
// Copyright 2010 Ian Michell. All rights reserved.
//
#import <SenTestingKit/SenTestingKit.h>
@interface ANTLRIntArrayTest : SenTestCase
{
}
-(void) testAdd;
-(void) testPushPop;
-(void) testClearAndAdd;
@end