* 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
17 lines
370 B
Objective-C
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);
|