// // ASIS3RequestTests.h // Part of ASIHTTPRequest -> http://allseeing-i.com/ASIHTTPRequest // // Created by Ben Copsey on 12/07/2009. // Copyright 2009 All-Seeing Interactive. All rights reserved. // #import "ASITestCase.h" @class ASINetworkQueue; @interface ASIS3RequestTests : ASITestCase { ASINetworkQueue *networkQueue; float progress; } - (void)testAuthenticationHeaderGeneration; - (void)testREST; - (void)testFailure; - (void)testListRequest; - (void)testSubclasses; - (void)createTestBucket; - (void)testCopy; - (void)testHTTPS; @property (retain,nonatomic) ASINetworkQueue *networkQueue; @end