Martin Oppetit
9c4fcfa844
Added API to save image NSData to disk cache
...
- exposing new `- (void)storeImageDataToDisk:(NSData *)imageData
forKey:(NSString *)key` function on SDImageCache
- added unit tests for this new API
- added file extension to kImageTestKey to ensure cache path is valid
for creating NSData
2016-02-01 15:19:59 +00:00
Matt Galloway
a02aa42256
Switch to Xcode 6 async tests
2016-01-12 21:04:41 +00:00
Matt Galloway
b00b09e706
Move progress / completion handler logic to the operation
2016-01-12 21:04:38 +00:00
Matt Galloway
917c3d479d
Fix multiple requests for same image and then canceling one
2016-01-12 21:02:15 +00:00
Bogdan Poplauschi
0373b97f71
Merge pull request #1125 from pauruiz/CacheTests
...
Cache tests
2015-07-14 16:39:47 +03:00
Konstantinos K.
0e761f4aa7
404 image url was causing the test to fail
2015-06-24 10:37:31 +03:00
Pau Ruiz
79eb6e77c5
Added all methods of the cache module, almost all directly and some of them indirectly used
...
Unable to test sync call to diskImageExistsWithKey, hoped due to problems with the file manager and the test bundle being different from the main bundle
2015-04-19 10:01:35 +01:00
Pau Ruiz
66ddb23593
Added image for testing cache
2015-04-19 09:24:34 +01:00
Takeru Chuganji
f8c7b9014c
Specify Expecta Version
2015-02-25 10:50:08 +09:00
Bogdan Poplauschi
d9d9ceedf4
Updated the Tests project after updating to CocoaPods 0.34.4
2014-11-02 22:53:32 +02:00
Matt Galloway
66a6873b2c
Switch to built in XCTest async
2014-09-15 12:06:11 +01:00
Bogdan Poplauschi
c8df858f75
Added test for the UIImage+MultiFormat crash
2014-07-18 16:56:32 +03:00
Bogdan Poplauschi
e0b3de4357
Added error test
2014-06-20 17:51:40 +03:00
Bogdan Poplauschi
c1fae30d63
Added SDWebImage Tests project. It uses CocoaPods (Expecta + XCTestAsync). Added some demo tests
2014-06-20 17:21:01 +03:00