mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 11:38:08 +00:00
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
|