cacaodev
|
5da8728d6c
|
New: CPObject instancesImplementSelector:(SEL)aSelector
Tests if instances of given class implement a selector.
With test.
Note: The naming is from cocoa where this method is semi-public.
|
2016-11-12 18:30:02 +01:00 |
|
Alexander Ljungberg
|
b5f9501001
|
Test: CPObject isSubclassOfClass.
|
2014-04-16 23:01:17 +01:00 |
|
Martin Carlberg
|
8a94c33a64
|
New: Added test cases checking that a CPObject, CPExpression and CPPredicate is not equal nil.
CPExpression and CPPredicate can't handle nil as an argument to method isEqual:. These test cases checks that this is working.
|
2013-04-23 12:54:26 +02:00 |
|
Martin Carlberg
|
23401d37d8
|
Fixed error in function CPDescriptionOfObject when a JSON object property has a null value.
The function can't handle the following JSON object: {name:null}.
Also added a test case for this.
|
2012-09-14 10:54:41 +02:00 |
|
Alexander Ljungberg
|
6d4ce10150
|
Formatting.
|
2012-08-21 01:24:36 +01:00 |
|
Randall Luecke
|
7dc213995c
|
Added CPObject's performSelector:withObject: and tests
|
2012-01-31 16:35:49 -05:00 |
|
Randall Luecke
|
ce0ddb2e1f
|
Test for previous commit
|
2010-12-10 10:29:59 -05:00 |
|
Francisco Ryan Tolmasky I
|
d69f46f7ee
|
More capp_linting.
Reviewed by me.
|
2010-12-09 13:45:29 -08:00 |
|
 cacaodevandRoss Boucher
|
0062caafdf
|
CPObject -implementsSelector:
|
2010-05-26 10:06:49 -07:00 |
|