mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-01-12 22:51:50 +08:00
18 lines
351 B
Objective-C
18 lines
351 B
Objective-C
//
|
|
// Testing.h
|
|
// RestKit
|
|
//
|
|
// Created by Blake Watters on 2/1/12.
|
|
// Copyright (c) 2009-2012 RestKit. All rights reserved.
|
|
//
|
|
|
|
#import "RKTestFixture.h"
|
|
#import "RKTestNotificationObserver.h"
|
|
#import "RKTestFactory.h"
|
|
#import "RKTestHelpers.h"
|
|
#import "RKMappingTest.h"
|
|
|
|
#ifdef _COREDATADEFINES_H
|
|
#import "RKConnectionTestExpectation.h"
|
|
#endif
|