Unit tests and refactoring

This commit is contained in:
Andreas Linde
2013-03-17 21:12:21 +01:00
committed by Stephan Diederich
parent 13f71b6f12
commit 4921ecb690
81 changed files with 4156 additions and 58 deletions

View File

@@ -46,4 +46,13 @@
// used by BITHockeyManager if disable status is changed
@property (nonatomic, getter = isStoreUpdateManagerEnabled) BOOL enableStoreUpdateManager;
#pragma mark - For Testing
@property (nonatomic, assign) NSBundle *mainBundle;
@property (nonatomic, assign) NSLocale *currentLocale;
@property (nonatomic, assign) NSUserDefaults *userDefaults;
- (BOOL)hasNewVersion:(NSDictionary *)dictionary;
- (BOOL)processStoreResponseWithString:(NSString *)responseString;
@end