mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 04:58:14 +00:00
+ better english for accessibility + make the symbols available for debug mode, so that we can gain access to linphonemanager in unit tests
20 lines
323 B
Objective-C
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
|