libs-base/Tests/base/NSData
Frederik Carlier 081f890be8 [NSData initWithBase64EncodedString]: Fix decoding of an empty string
Don't call `NSZoneRealloc` with a length of 0, but free the zone and return an empty `NSData` buffer instead.
2023-04-06 21:54:46 +00:00
..
additions.m Add START_SET and END_SET to NSData/additions.m unit test 2022-08-09 12:05:12 +02:00
base64.m [NSData initWithBase64EncodedString]: Fix decoding of an empty string 2023-04-06 21:54:46 +00:00
basic.m add some keyed coding tests 2013-03-25 11:05:32 +00:00
general.m Add test to ensure that NSData assigns bytes and length 2021-10-29 10:17:39 +02:00
Lorum gzip support 2015-08-17 16:18:00 +00:00
search.m Implementation of [NSData rangeOfData:options:range], adapted from [NSString rangeOfString:options:range]. 2020-10-12 12:22:00 -06:00
TestInfo Add TestInfo markers 2011-02-23 18:34:39 +00:00