// // ANTLRFastQueueTest.h // ANTLR // // Created by Ian Michell on 13/05/2010. // Copyright 2010 Ian Michell. All rights reserved. // #import @interface FastQueueTest : SenTestCase { } -(void) testInit; -(void) testAddAndGet; -(void) testInvalidElementIndex; -(void) testHead; -(void) testClear; -(void) testDescription; -(void) testRemove; @end