mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-04 18:40:47 +00:00
add some keyed coding tests
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36424 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
162e32d271
commit
983edbe0ef
14 changed files with 18 additions and 2 deletions
|
@ -9,6 +9,7 @@ int main()
|
|||
test_alloc(@"NSMutableArray");
|
||||
test_NSObject(@"NSMutableArray", [NSArray arrayWithObject:testObj]);
|
||||
test_NSCoding([NSArray arrayWithObject:testObj]);
|
||||
test_keyed_NSCoding([NSArray arrayWithObject:testObj]);
|
||||
test_NSCopying(@"NSArray",@"NSMutableArray",
|
||||
[NSArray arrayWithObject:testObj], NO, NO);
|
||||
test_NSMutableCopying(@"NSArray",@"NSMutableArray",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue