mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-28 07:38:18 +08:00
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:
11
Code/Testing/Testing.h
Normal file
11
Code/Testing/Testing.h
Normal file
@@ -0,0 +1,11 @@
|
||||
//
|
||||
// Testing.h
|
||||
// RestKit
|
||||
//
|
||||
// Created by Blake Watters on 2/1/12.
|
||||
// Copyright (c) 2012 RestKit. All rights reserved.
|
||||
//
|
||||
|
||||
#import "RKTestFixture.h"
|
||||
#import "RKTestNotificationObserver.h"
|
||||
#import "RKTestResponseLoader.h"
|
||||
Reference in New Issue
Block a user