contentstorage/casrv/carunningappmonitor/tsrc/t_carunningappmonitor/inc/t_carunningappmonitor.h
changeset 117 c63ee96dbe5f
equal deleted inserted replaced
115:3ab5c078b490 117:c63ee96dbe5f
       
     1 /*
       
     2 * Copyright (c) 2007 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 
       
    19 #ifndef T_CA_RUNNING_APP_MONITOR_H
       
    20 #define T_CA_RUNNING_APP_MONITOR_H
       
    21 
       
    22 
       
    23 class CCaSrvPlugin;
       
    24 class CTestUtils;
       
    25 class CCaStorageProxy;
       
    26 class CCaSrvEngUtils;
       
    27 #include <e32def.h>
       
    28 #include <QtTest/QtTest>
       
    29 
       
    30 class T_CaRunningAppMonitor : public QObject
       
    31     {
       
    32     Q_OBJECT
       
    33 
       
    34 private slots:
       
    35 
       
    36     //setup methods
       
    37     void init();
       
    38     void cleanup();
       
    39     void initTestCase();
       
    40     void cleanupTestCase();
       
    41     //tests
       
    42     void T_Constuction();
       
    43     
       
    44     void T_RunL();
       
    45 
       
    46 private:
       
    47     CCaSrvPlugin* iPlugin;
       
    48     
       
    49     CTestUtils* iTestUtils;
       
    50     
       
    51     CCaStorageProxy* iStorage;
       
    52 
       
    53     CCaSrvEngUtils* iSrvEngUtils;
       
    54 
       
    55 
       
    56     };
       
    57 
       
    58 #endif      //  __T_casrvAppScaner_H__
       
    59 
       
    60 // End of file