Statistics
| Branch: | Revision:

root / asi-http-request-with-pithos / Classes / Tests / ASITestCase.h @ be116d22

History | View | Annotate | Download (416 Bytes)

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

    
9
#import <Foundation/Foundation.h>
10

    
11
#if TARGET_OS_IPHONE
12
#import <GHUnitIOS/GHUnit.h>
13
#else
14
#import <GHUnit/GHUnit.h>
15
#endif
16

    
17
@interface ASITestCase : GHTestCase {
18
}
19
- (NSString *)filePathForTemporaryTestFiles;
20
@end