| 28:e46f9f254fcd | 29:b8c826c720f3 |
|---|---|
| 40 int init_json_tests(void); | 40 int init_json_tests(void); |
| 41 void cleanup_json_tests(void); | 41 void cleanup_json_tests(void); |
| 42 | 42 |
| 43 CX_TEST(testObjectToJsonSimple); | 43 CX_TEST(testObjectToJsonSimple); |
| 44 CX_TEST(testObjectToJsonChildObj); | 44 CX_TEST(testObjectToJsonChildObj); |
| 45 CX_TEST(testObjectToJsonChildList); | |
| 45 | 46 |
| 46 | 47 |
| 47 #ifdef __cplusplus | 48 #ifdef __cplusplus |
| 48 } | 49 } |
| 49 #endif | 50 #endif |