AFNetworking/Tests/AFNetworkingTests.h
Blake Watters 4f04b35378 Reorganize testing setup
* Eliminate static library and framework targets
* Migrate all testing infrastructure and code to Tests/
* Nest CocoaPods setup for testing under Tests/
* Remove explicit dependencies from shared schemes
2013-05-11 13:18:43 -04:00

17 lines
370 B
Objective-C

//
// AFNetworkingTests.h
// AFNetworking
//
// Created by Blake Watters on 5/10/13.
// Copyright (c) 2013 AFNetworking. All rights reserved.
//
#import <SenTestingKit/SenTestingKit.h>
#import "AFNetworking.h"
#define EXP_SHORTHAND YES
#import "Expecta.h"
#import "OCMock.h"
extern NSString *AFNetworkingTestsBaseURLString;
NSURL *AFNetworkingTestsBaseURL(void);