usbmgmt/usbmgrtest/t_usbmanager_suite/mscc/inc/CUsbMsTestStep.h
changeset 0 c9bc50fca66e
equal deleted inserted replaced
-1:000000000000 0:c9bc50fca66e
       
     1 /*
       
     2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17  
       
    18 #if (!defined __CUSBMSTESTSTEP_H__)
       
    19 #define __CUSBMSTESTSTEP_H__
       
    20 
       
    21 #include <e32std.h>
       
    22 #include <test/testexecuteserverbase.h>
       
    23 #include "CUsbMsClassController.h"
       
    24 
       
    25 _LIT(KConfigItemTest, "CConfigItemTest");
       
    26 NONSHARABLE_CLASS(CConfigItemTest) : public CTestStep
       
    27 	{
       
    28 public:
       
    29 	inline CConfigItemTest(){SetTestStepName(KConfigItemTest);};
       
    30 	virtual TVerdict doTestStepL(void);
       
    31 	};
       
    32 
       
    33 _LIT(KReadMsConfigTest, "CReadMsConfigTest");
       
    34 NONSHARABLE_CLASS(CReadMsConfigTest) : public CTestStep
       
    35 	{
       
    36 public:
       
    37 	inline CReadMsConfigTest(){SetTestStepName(KReadMsConfigTest);};
       
    38 	virtual TVerdict doTestStepL(void);
       
    39 	};
       
    40 
       
    41 
       
    42 #endif