Statistics
| Branch: | Revision:

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

History | View | Annotate | Download (363 Bytes)

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

    
9
#import "ASITestCase.h"
10

    
11

    
12
@interface ASIDownloadCacheTests : ASITestCase {
13
        NSUInteger requestsFinishedCount;
14
        BOOL requestRedirectedWasCalled;
15
}
16

    
17
@end