• 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
  • ASITestCase.h
  • Ben Copsey's avatar
    Fix a potential crasher (wrap readStream access in main loop in the cancelledLock) · c5b610b5 ...
    c5b610b5 Browse Files
    Tests now build on the device
    Fix file paths in tests so they pass on the device
    Removed some old cruft
    Ben Copsey authored 2009-07-26 14:26:38 +0100
ASITestCase.h 349 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
//
//  ASITestCase.h
//  iPhone
//
//  Created by Ben Copsey on 26/07/2009.
//  Copyright 2009 All-Seeing Interactive. All rights reserved.
//

#import <Foundation/Foundation.h>

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

@interface ASITestCase : GHTestCase {
}
- (NSString *)filePathForTemporaryTestFiles;
@end