• 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
  • ASIS3RequestTests.h
  • Ben Copsey's avatar
    Added canned access policies · 4246c787 ...
    4246c787 Browse Directory
    Remove GET/ACL constructors
    Added lots of comments
    General cleanup
    Ben Copsey authored 2009-07-12 23:20:24 +0100
ASIS3RequestTests.h 338 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 21
//
//  ASIS3RequestTests.h
//  asi-http-request
//
//  Created by Ben Copsey on 12/07/2009.
//  Copyright 2009 All-Seeing Interactive. All rights reserved.
//

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

@interface ASIS3RequestTests : GHTestCase {

}

- (void)testAuthenticationHeaderGeneration;

@end