Reorganization and cleanups of Unit Tests

* 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
This commit is contained in:
Blake Watters
2012-02-08 18:35:01 -05:00
parent 8dbd2e8ef0
commit 4142ffdb42
322 changed files with 5165 additions and 3364 deletions

View File

@@ -20,7 +20,7 @@
#import "RKRequest.h"
#import "RKResponse.h"
#import "../Support/RKCache.h"
#import "RKCache.h"
/**
Cache storage policy used to determines how long we keep a specific cache for.