linphone-iphone/Classes/Utils/XMLRPC/Unit Tests/XMLRPCParserTest.h
2012-08-02 15:02:39 +02:00

9 lines
155 B
Objective-C
Executable file

#import <SenTestingKit/SenTestingKit.h>
@interface XMLRPCParserTest : SenTestCase {
NSDictionary *myTestCases;
}
- (void)testEventBasedParser;
@end