os/ossrv/genericservices/httputils/Test/Integration/TestInetProtUtilsSuite/inc/TestNormaliseUriStep.h
Update contrib.
1 // Copyright (c) 2007-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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // Contains declaration of CTestNormaliseUriStep class
18 #ifndef __TEST_NORMALISEURI_STEP_H__
19 #define __TEST_NORMALISEURI_STEP_H__
21 #include "TestInetProUtilsUriServer.h"
23 // Literal constant defined for identifying step name
24 _LIT(KTestNormaliseUriStep, "TestNormaliseUriStep");
25 _LIT(KTestOomNormaliseUriStep, "TestOomNormaliseUriStep");
28 This test step is to test the syntax normalisation of an URI.
32 class CTestNormaliseUriStep : public CTestStep
37 CTestNormaliseUriStep();
40 ~CTestNormaliseUriStep();
43 virtual enum TVerdict doTestStepL();
46 void NormaliseAndCompareUriL(const TDesC& aUri, const TDesC& aExpUri);
51 This test step is to test the syntax normalisation of an URI and OOM test.
55 class CTestNormaliseUriOomStep : public CTestStep
60 CTestNormaliseUriOomStep();
63 ~CTestNormaliseUriOomStep();
66 virtual enum TVerdict doTestStepL();
70 #endif // __TEST_NORMALISEURI_STEP_H__