blob: e135fc654d3a0ca16089d69ccd80102d8d23bf25 [file] [log] [blame]
// -*- mode: ObjC -*-
// This file is part of class-dump, a utility for examining the Objective-C segment of Mach-O files.
// Copyright (C) 1997-1998, 2000-2001, 2004-2010 Steve Nygard.
#import <SenTestingKit/SenTestingKit.h>
@interface CDTypeParserUnitTest : SenTestCase
{
}
- (void)setUp;
- (void)tearDown;
- (void)testType:(NSString *)aType showLexing:(BOOL)shouldShowLexing;
- (void)testMethodType:(NSString *)aMethodType showLexing:(BOOL)shouldShowLexing;
- (void)testLoneConstType;
- (void)testObjectQuotedStringTypes;
- (void)testMissingFieldNames;
- (void)testLowercaseClassName;
@end