mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-20 15:44:21 +08:00
* Reorganized tests to accommodate split into Logic & Application. * Eliminated 'Spec' naming in favor of 'Test' as the suite is entirely based on SenTest. * Pulled majority of testing support classes up into the library and documented them. * Introduced RKApplicationTests app for running the RKTableController UI tests
33 lines
705 B
JSON
33 lines
705 B
JSON
{
|
|
"groups":[
|
|
{
|
|
"name":"restkit",
|
|
"users": {
|
|
"blake": {
|
|
"id": 31337,
|
|
"website": "http://restkit.org/"
|
|
},
|
|
"rachit": {
|
|
"id": 7,
|
|
"website": "http://www.twotoasters.com/",
|
|
"address": {
|
|
"city": "New York",
|
|
"state": "New York"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name":"others",
|
|
"users":{
|
|
"bjorn": {
|
|
"id": 10,
|
|
"address": {
|
|
"city": "Gothenburg",
|
|
"country": "Sweden"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |