applayerprotocols/httptransportfw/Test/Acceptance/Iter3/Iter3Post6.h
changeset 0 b16258d2340f
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 #ifndef __ITER3POST6_H__
       
    18 #define __ITER3POST6_H__
       
    19 
       
    20 #include "HttpTestCore.h"
       
    21 #include "CHttpAccepTtestBase.h"
       
    22 #include "CHttpTestChunkedBase.h"
       
    23 
       
    24 #include <http.h>
       
    25 
       
    26 /*	post content which requires authorisation
       
    27 	and provide valid username/password (scooby/doo) */
       
    28 
       
    29 
       
    30 class CHttpTestCaseIter3Post6: public CHttpTestChunkedBase 
       
    31 	{
       
    32 public:
       
    33 	CHttpTestCaseIter3Post6(CScriptFile* aIniSettingsFile);
       
    34 	TInt OverallDataSize();
       
    35 	virtual TBool GetCredentialsL(const TUriC8& aURI, RString aRealm, RStringF aAuthenticationType, RString& aUsername,RString& aPassword);
       
    36 protected:	
       
    37 	const TDesC& TestName();
       
    38 private:
       
    39 	TInt iDataChunkCount;
       
    40 	};
       
    41 
       
    42 
       
    43 #endif