linphone-iphone/KifTests/LinphoneTestCase.h
Guillaume BIENKOWSKI 5703392b1c Add some unit tests
2015-02-17 23:04:56 +01:00

21 lines
368 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;
- (NSArray*)getUUIDArrayOfSize:(size_t)size;
@end