|
1 // Copyright (c) 2008-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 __CMTFTESTACTIONSENDEMSVGETRESULTCOUNT_H__ |
|
18 #define __CMTFTESTACTIONSENDEMSVGETRESULTCOUNT_H__ |
|
19 |
|
20 #include "CMtfSynchronousTestAction.h" |
|
21 |
|
22 _LIT(KTestActionSendEMsvGetResultCount,"SendEMsvGetResultCount"); |
|
23 _LIT(KTestActionSearchSortOperation,"SendEMsvSearchSortOperation"); |
|
24 _LIT(KTestActionSearchSortOnIndexEntry,"SendEMsvSearchSortOnIndexEntry"); |
|
25 _LIT(KTestActionGetResult,"SendEMsvGetResult"); |
|
26 _LIT(KTestActionGetIdsOrResult,"SendEMsvGetIdsOrResult"); |
|
27 _LIT(KTestActionGetResultCount,"SendEMsvGetResultCount"); |
|
28 _LIT(KTestActionGetNextId,"SendEMsvGetNextId"); |
|
29 _LIT(KTestActionGetNextEntry,"SendEMsvGetNextEntry"); |
|
30 _LIT(KTestActionGetQueryId,"SendEMsvGetQueryId"); |
|
31 _LIT(KTestActionUnmarQueryId,"SendEMsvUnmarQueryId"); |
|
32 _LIT(KTestActionIdWithSortFiled,"SendEMsvIdWithSortFiled"); |
|
33 _LIT(KTestActionSearchSortQueryId,"SendEMsvSearchSortQueryId"); |
|
34 _LIT(KTestActionQueryData,"SendEMsvQueryData"); |
|
35 _LIT(KTestActionGetSearchSortProgress,"SendEMsvGetSearchSortProgress"); |
|
36 _LIT(KTestActionCancelSearchSortOp,"SendEMsvCancelSearchSortOp"); |
|
37 _LIT(KTestActionUpdateAndSort,"SendEMsvUpdateAndSort"); |
|
38 |
|
39 |
|
40 |
|
41 |
|
42 class CMtfTestActionSendEMsvGetResultCount : public CMtfSynchronousTestAction |
|
43 { |
|
44 public: |
|
45 static CMtfTestAction* NewL(CMtfTestCase& aTestCase,CMtfTestActionParameters* ActionParameters); |
|
46 virtual ~CMtfTestActionSendEMsvGetResultCount(); |
|
47 |
|
48 public: |
|
49 virtual void ExecuteActionL(); |
|
50 |
|
51 private: |
|
52 CMtfTestActionSendEMsvGetResultCount(CMtfTestCase& aTestCase); |
|
53 }; |
|
54 |
|
55 |
|
56 #endif // __CMTFTESTACTIONSENDEMSVGETRESULTCOUNT_H__ |