Update contrib.
1 // Copyright (c) 2002-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 // TestStepActrlController.h
15 // This file contains Test step implementations for
16 // controller methods.
20 #if (!defined __TESTSTEP_CONTROLLER_H__)
21 #define __TESTSTEP_CONTROLLER_H__
25 #include "TS_MMF_ACTRL_TestStep.h"
29 * CTestStepResetController
30 * This class tests resetting the controller
32 * @lib "TSU_MMF_ACTRL_01.lib"
35 class CTestStepResetController : public CTestStepActrl
38 CTestStepResetController();
39 ~CTestStepResetController();
40 virtual TVerdict DoTestStepL( void );
45 * CTestStepRemoveDataSink
46 * This class tests removing a data sink
48 * @lib "TSU_MMF_ACTRL_01.lib"
51 class CTestStepRemoveDataSink : public CTestStepActrl
54 CTestStepRemoveDataSink();
55 ~CTestStepRemoveDataSink();
56 virtual TVerdict DoTestStepL( void );
61 * CTestStepRemoveDataSource
62 * This class tests removing a data source
64 * @lib "TSU_MMF_ACTRL_01.lib"
67 class CTestStepRemoveDataSource : public CTestStepActrl
70 CTestStepRemoveDataSource();
71 ~CTestStepRemoveDataSource();
72 virtual TVerdict DoTestStepL( void );
77 * CTestStepMemoryAllocation
78 * This class tests memory allocation on the plugin
80 * @lib "TSU_MMF_ACTRL_01.lib"
83 class CTestStepMemoryAllocation : public CTestStepActrl
86 CTestStepMemoryAllocation();
87 ~CTestStepMemoryAllocation();
88 virtual TVerdict DoTestStepL( void );
91 #endif // ( __TESTSTEP_CONTROLLER_H__)