• This project
    • Loading...
  • Sign in

iOS / asi-http-request

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • asi-http-request
  • ASIFormDataRequestTests.h
  • Ben Copsey's avatar
    Added ASINetworkQueue to handle progress and delegation accross queues · a260c0ec ...
    a260c0ec Browse File
    Added tests for ASINetworkQueue and ASIFormDataRequest
    Added new tests for ASIHTTPRequest
    Moved Mac example to XIB format
    Ben Copsey authored 2008-11-08 16:19:12 +0000
ASIFormDataRequestTests.h 317 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
//
//  ASIFormDataRequestTests.h
//  asi-http-request
//
//  Created by Ben Copsey on 08/11/2008.
//  Copyright 2008 All-Seeing Interactive. All rights reserved.
//

#import <SenTestingKit/SenTestingKit.h>


@interface ASIFormDataRequestTests : SenTestCase {
	float progress;
}

- (void)testPostWithFileUpload;

@end