ASIFormDataRequestTests.h
294 Bytes
//
// ASIFormDataRequestTests.h
// asi-http-request
//
// Created by Ben Copsey on 08/11/2008.
// Copyright 2008 All-Seeing Interactive. All rights reserved.
//
#import "GHUnit.h"
@interface ASIFormDataRequestTests : GHTestCase {
float progress;
}
- (void)testPostWithFileUpload;
@end