class-dump/UnitTests/CDTypeParserUnitTest.h

17 lines
438 B
C
Raw Normal View History

// This file is part of class-dump, a utility for examining the Objective-C segment of Mach-O files.
2005-08-13 20:20:58 +00:00
// Copyright (C) 1997-1998, 2000-2001, 2004-2005 Steve Nygard
#import <ObjcUnit/TestCase.h>
@interface CDTypeParserUnitTest : TestCase
{
}
- (void)setUp;
- (void)tearDown;
- (void)testType:(NSString *)aType showLexing:(BOOL)shouldShowLexing;
- (void)testMethodType:(NSString *)aMethodType showLexing:(BOOL)shouldShowLexing;
@end