linphone-iphone/KifTests/KIFTestCase+LinphoneExtras.h
Guillaume BIENKOWSKI b1df56ffdd New tests
2015-01-17 23:00:34 +01:00

18 lines
270 B
Objective-C

//
// KIFTestCase+LinphoneExtras.h
// linphone
//
// Created by Guillaume on 17/01/2015.
//
//
#import <KIF/KIF.h>
@interface KIFTestCase (LinphoneExtras)
@property BOOL invalidAccountSet;
- (void)switchToValidAccountIfNeeded;
- (NSString*)accountUsername;
@end