Statistics
| Branch: | Revision:

root / asi-http-request-with-pithos / Classes / Tests / ASIFormDataRequestTests.h @ cc176feb

History | View | Annotate | Download (503 Bytes)

1
//
2
//  ASIFormDataRequestTests.h
3
//  Part of ASIHTTPRequest -> http://allseeing-i.com/ASIHTTPRequest
4
//
5
//  Created by Ben Copsey on 08/11/2008.
6
//  Copyright 2008 All-Seeing Interactive. All rights reserved.
7
//
8

    
9
#import "ASITestCase.h"
10

    
11
@interface ASIFormDataRequestTests : ASITestCase {
12
        float progress;
13
}
14

    
15
- (void)testDefaultMethod;
16
- (void)testPostWithFileUpload;
17
- (void)testEmptyData;
18
- (void)testSubclass;
19
- (void)testURLEncodedPost;
20
- (void)testCharset;
21
- (void)testPUT;
22
- (void)testCopy;
23

    
24
@end