phonebookengines/contactsmodel/tsrc/Integration/CntPerfTest/inc/TestContactViewAccessStep.h
changeset 24 0ba2181d7c28
parent 0 e686773b3f54
equal deleted inserted replaced
0:e686773b3f54 24:0ba2181d7c28
     1 /**
     1 /*
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:
    14 * Description: 
    15 * The test step to construct the views and access the view Api's like CountL(), AtL(), 
    15 * The test step to construct the views and access the view Api's like CountL(), AtL(), 
    16 * ContactAtL(), FindL(), SortOrder(), ViewPreferences(), AllFieldsLC(), RefineFindView(), 
    16 * ContactAtL(), FindL(), SortOrder(), ViewPreferences(), AllFieldsLC(), RefineFindView(), 
    17 * GetContactsMatchingCriteria() and GetContactsMatchingPrefix() based on the variable set
    17 * GetContactsMatchingCriteria() and GetContactsMatchingPrefix() based on the variable set
    18 * in the ini file. 
    18 * in the ini file. 
    19 * Verify and Validate the values returned by the view API's
    19 * Verify and Validate the values returned by the view API's
    20 * 
       
    21 *
    20 *
    22 */
    21 */
       
    22 
    23 
    23 
    24 
    24 
    25  
    25  
    26 #ifndef TEST_CONTACT_VIEW_ACCESS_STEP_H
    26 #ifndef TEST_CONTACT_VIEW_ACCESS_STEP_H
    27 #define TEST_CONTACT_VIEW_ACCESS_STEP_H
    27 #define TEST_CONTACT_VIEW_ACCESS_STEP_H
    28 
    28 
    29 // System Includes
    29 // System Includes
    30 #include <test/testexecutestepbase.h>
    30 #include <testexecutestepbase.h>
    31 #include <cntdef.h>
    31 #include <cntdef.h>
    32 #include <cntviewbase.h>
    32 #include <cntviewbase.h>
    33 #include <cntdb.h>
    33 #include <cntdb.h>
    34 #include <e32property.h>
    34 #include <e32property.h>
    35 #include <connect/sbeclient.h>
    35 #include <sbeclient.h>
    36 
    36 
    37 // User Includes
    37 // User Includes
    38 #include "CntPerfServer.h"
    38 #include "cntperfserver.h"
    39 #include "ClientServer.h"
    39 #include "clientserver.h"
    40 #include "ContactUtilitiesCollection.h"
    40 #include "contactutilitiescollection.h"
    41 
    41 
    42 _LIT(KViewAccessList,				"viewaccesslist");
    42 _LIT(KViewAccessList,				"viewaccesslist");
    43 _LIT(KTestAtLAPI,					"testatlapi");
    43 _LIT(KTestAtLAPI,					"testatlapi");
    44 _LIT(KTestContactAtLAPI,			"testcontactatlapi");
    44 _LIT(KTestContactAtLAPI,			"testcontactatlapi");
    45 _LIT(KTestCountLAPI,				"testcountlapi");
    45 _LIT(KTestCountLAPI,				"testcountlapi");