aboutsummaryrefslogtreecommitdiff
path: root/runtime/ObjC/Framework/test/runtime/stream/ANTLRStringStreamTest.h
blob: cf654352e5eb8b918a2d12d226a1d4862a2faca1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//
//  ANTLRStringStreamTest.h
//  ANTLR
//
//  Created by Ian Michell on 12/05/2010.
//  Copyright 2010 Ian Michell. All rights reserved.
//

#import <SenTestingKit/SenTestingKit.h>


@interface ANTLRStringStreamTest : SenTestCase {

}

-(void) testInitWithInput;
-(void) testConsumeAndReset;
-(void) testConsumeWithNewLine;
-(void) testSeek;
-(void) testSeekMarkAndRewind;
-(void) testLAEOF;
-(void) testLTEOF; // same as LA

@end