pokeb / asi-http-request

Easy to use CFNetwork wrapper for HTTP requests, Objective-C, Mac OS X and iPhone

This URL has Read+Write access

asi-http-request / ASIHTTPRequestTests.h
100644 19 lines (13 sloc) 0.315 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
// ASIHTTPRequestTests.h
// asi-http-request
//
// Created by Ben Copsey on 01/08/2008.
// Copyright 2008 All-Seeing Interactive. All rights reserved.
//
 
#import <SenTestingKit/SenTestingKit.h>
 
 
@interface ASIHTTPRequestTests : SenTestCase {
}
 
- (void)testBasicDownload;
- (void)testOperationQueue;
 
@end