Commit graph

17 commits

Author SHA1 Message Date
Kyle Fuller
00a849e7fe Remove AFNetworking source references from test project, cocoapods is used 2013-06-06 22:50:03 +01:00
Mattt Thompson
ea23240fbb Merge branch 'feature-ImageRequestOperationTests' of https://github.com/codepost/AFNetworking into codepost-feature-ImageRequestOperationTests
Conflicts:
	Tests/AFNetworking Tests.xcodeproj/project.pbxproj
2013-06-01 17:06:56 -07:00
Mattt Thompson
118bfee3a4 Renaming AFTestURLProtocol -> AFMockURLProtocol
Refactoring AFMockURLProtocol to use mocks more directly
2013-06-01 16:44:30 -07:00
Oliver Letterer
5dcfe99c93 Adding tests for trusting derived certificates. 2013-06-01 20:38:08 +02:00
Oliver Letterer
3163069cbc Adds tests for basic SSL pinning. 2013-06-01 19:01:25 +02:00
Adam Fraser
877a5a46fd Add initial tests for AFImageRequestOperation 2013-06-01 20:47:30 +10:00
Mattt Thompson
7ed9b807c9 Minor reformatting 2013-05-31 13:18:58 -07:00
Oliver Letterer
fd7dd13e23 Adding test for connection:willSendRequestForAuthenticationChallenge:. 2013-05-31 21:16:49 +02:00
Mattt Thompson
b5d56a5eeb Removing abide.jpg in favor of re-using existing Icon.png to test multipart file upload 2013-05-22 09:42:19 -07:00
Mattt Thompson
632ac765ee Minor reformatting 2013-05-22 09:37:23 -07:00
Blake Watters
d6587027e7 Add support for logging request & responses during test execution via the AFTestsLoggingEnabled environment variable 2013-05-18 14:50:51 -04:00
Blake Watters
57074f2250 Copy the shared schemes in during a build so that we do not have to deal with modifications to the schemes showing up as changes locally 2013-05-16 18:02:38 -04:00
Kevin Harwood
53c6876685 Added AFJSONRequestOperationTests 2013-05-16 14:14:00 -05:00
Mattt Thompson
deb0776470 Refactoring test cases to put common initialization in -setUp 2013-05-16 09:18:00 -07:00
Blake Watters
5c81d90a4c Add test coverage for construction of request body via AFHTTPClient. refs #989 2013-05-13 09:10:39 -04:00
Blake Watters
91cf441582 Restore functionality of Rake tasks 2013-05-11 13:24:41 -04:00
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