blob: eb85a2d61ad9d85873fc7a734870d06bf0dfff6e [file] [log] [blame]
//
// ANTLRFastQueueTest.h
// ANTLR
//
// Created by Ian Michell on 13/05/2010.
// Copyright 2010 Ian Michell. All rights reserved.
//
#import <SenTestingKit/SenTestingKit.h>
@interface ANTLRFastQueueTest : SenTestCase {
}
-(void) testInit;
-(void) testAddAndGet;
-(void) testInvalidElementIndex;
-(void) testHead;
-(void) testClear;
-(void) testDescription;
-(void) testRemove;
@end