linphone-iphone/KifTests/LinphoneTestCase.h
Guillaume BIENKOWSKI f531662628 More tests for chat messages
+ better english for accessibility
+ make the symbols available for debug mode, so that we can gain access
to linphonemanager in unit tests
2015-01-24 23:55:11 +01:00

20 lines
323 B
Objective-C

//
// LinphoneTestCase.h
// linphone
//
// Created by Guillaume BIENKOWSKI on 19/01/2015.
//
//
#import <KIF/KIF.h>
@interface LinphoneTestCase : KIFTestCase
@property BOOL invalidAccountSet;
- (void)switchToValidAccountIfNeeded;
- (NSString*)accountUsername;
- (NSString*)accountDomain;
- (NSString*)getUUID;
@end