forked from mirrors/linphone-iphone
9 lines
155 B
Objective-C
Executable file
9 lines
155 B
Objective-C
Executable file
#import <SenTestingKit/SenTestingKit.h>
|
|
|
|
@interface XMLRPCParserTest : SenTestCase {
|
|
NSDictionary *myTestCases;
|
|
}
|
|
|
|
- (void)testEventBasedParser;
|
|
|
|
@end
|