• 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
  • Classes
  • Tests
  • ASIFormDataRequestTests.h
  • Ben Copsey's avatar
    Fixed issue with specifying an empty string for ASIFormDataRequest parameters · 194cc403 ...
    194cc403 Browse Directory
    Added test for same issue
    Ben Copsey authored 2009-06-16 13:39:17 +0100
ASIFormDataRequestTests.h 378 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
//
//  ASIFormDataRequestTests.h
//  asi-http-request
//
//  Created by Ben Copsey on 08/11/2008.
//  Copyright 2008 All-Seeing Interactive. All rights reserved.
//

#if TARGET_OS_IPHONE
	#import "GHUnit.h"
#else
	#import <GHUnit/GHUnit.h>
#endif

@interface ASIFormDataRequestTests : GHTestCase {
	float progress;
}

- (void)testPostWithFileUpload;
- (void)testEmptyData;
@end