phonesrv_plat/sat_client_api/tsrc/inc/satclientapitest.h
changeset 15 d7fc66ccd6fb
parent 0 ff3b6d0fd310
equal deleted inserted replaced
13:e32024264ebb 15:d7fc66ccd6fb
     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:  Test class for SAT Client API / RSatSession.h
    14 * Description:  Test class for SAT Client API / rsatsession.h
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #ifndef CSATCLIENTAPITEST_H
    18 #ifndef CSATCLIENTAPITEST_H
    19 #define CSATCLIENTAPITEST_H
    19 #define CSATCLIENTAPITEST_H
    20 
    20 
    21 #include <stiflogger.h>
    21 #include <stiflogger.h>
    22 #include <testscripterinternal.h>
    22 #include <testscripterinternal.h>
    23 #include <stiftestmodule.h>
    23 #include <stiftestmodule.h>
    24 // API under testing:
    24 // API under testing:
    25 #include <RSatSession.h>
    25 #include <rsatsession.h>
    26 
    26 
    27 // Logging path
    27 // Logging path
    28 _LIT( KSatClientAPILogPath, "\\logs\\testframework\\SATClientAPITest\\" ); 
    28 _LIT( KSatClientAPILogPath, "\\logs\\testframework\\SATClientAPITest\\" ); 
    29 // Log file
    29 // Log file
    30 _LIT( KSatClientAPILogFile, "SATClientAPITest.txt" ); 
    30 _LIT( KSatClientAPILogFile, "SATClientAPITest.txt" ); 
    31 
    31 
    32 
    32 
    33 /**
    33 /**
    34 *  Test class for SAT Client API / RSatSession.h
    34 *  Test class for SAT Client API / rsatsession.h
    35 *
    35 *
    36 *  @lib satclientapitest.dll
    36 *  @lib satclientapitest.dll
    37 *  @since S60 5.0
    37 *  @since S60 5.0
    38 */
    38 */
    39 class CSATClientAPI : public CScriptBase
    39 class CSATClientAPI : public CScriptBase