engine/tsrc/t_podcatcherengine/inc/T_PodcatcherEngine.h
author Brendan Donegan <brendand@symbian.org>
Wed, 02 Jun 2010 15:01:45 +0100
changeset 104 5c9ea8d0ce24
permissions -rw-r--r--
Start the Podcatcher Engine integration test suite
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
104
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     1
/*
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     2
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     3
* All rights reserved.
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     4
* This component and the accompanying materials are made available
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     5
* under the terms of "Eclipse Public License v1.0"
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     6
* which accompanies this distribution, and is available
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     8
*
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     9
* Initial Contributors:
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    11
*
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    12
* Contributors:
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    13
* 
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    14
* Description: STIF testclass declaration
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    15
*
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    16
*/
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    17
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    18
#ifndef T_PODCATCHERENGINE_H
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    19
#define T_PODCATCHERENGINE_H
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    20
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    21
//  INCLUDES
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    22
#include <StifLogger.h>
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    23
#include <TestScripterInternal.h>
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    24
#include <StifTestModule.h>
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    25
#include <TestclassAssert.h>
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    26
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    27
// CONSTANTS
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    28
//const ?type ?constant_var = ?constant;
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    29
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    30
// MACROS
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    31
//#define ?macro ?macro_def
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    32
#define TEST_CLASS_VERSION_MAJOR 0
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    33
#define TEST_CLASS_VERSION_MINOR 0
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    34
#define TEST_CLASS_VERSION_BUILD 0
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    35
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    36
// Logging path
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    37
_LIT( KT_PodcatcherEngineLogPath, "\\logs\\testframework\\T_PodcatcherEngine\\" ); 
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    38
// Log file
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    39
_LIT( KT_PodcatcherEngineLogFile, "T_PodcatcherEngine.txt" ); 
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    40
_LIT( KT_PodcatcherEngineLogFileWithTitle, "T_PodcatcherEngine_[%S].txt" );
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    41
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    42
// FUNCTION PROTOTYPES
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    43
//?type ?function_name(?arg_list);
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    44
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    45
// FORWARD DECLARATIONS
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    46
//class ?FORWARD_CLASSNAME;
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    47
class CT_PodcatcherEngine;
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    48
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    49
// DATA TYPES
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    50
//enum ?declaration
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    51
//typedef ?declaration
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    52
//extern ?data_type;
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    53
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    54
// CLASS DECLARATION
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    55
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    56
/**
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    57
*  CT_PodcatcherEngine test class for STIF Test Framework TestScripter.
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    58
*  ?other_description_lines
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    59
*
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    60
*  @lib ?library
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    61
*  @since ?Series60_version
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    62
*/
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    63
NONSHARABLE_CLASS(CT_PodcatcherEngine) : public CScriptBase
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    64
    {
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    65
    public:  // Constructors and destructor
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    66
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    67
        /**
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    68
        * Two-phased constructor.
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    69
        */
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    70
        static CT_PodcatcherEngine* NewL( CTestModuleIf& aTestModuleIf );
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    71
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    72
        /**
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    73
        * Destructor.
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    74
        */
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    75
        virtual ~CT_PodcatcherEngine();
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    76
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    77
    public: // New functions
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    78
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    79
        /**
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    80
        * ?member_description.
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    81
        * @since ?Series60_version
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    82
        * @param ?arg1 ?description
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    83
        * @return ?description
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    84
        */
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    85
        //?type ?member_function( ?type ?arg1 );
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    86
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    87
    public: // Functions from base classes
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    88
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    89
        /**
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    90
        * From CScriptBase Runs a script line.
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    91
        * @since ?Series60_version
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    92
        * @param aItem Script line containing method name and parameters
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    93
        * @return Symbian OS error code
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    94
        */
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    95
        virtual TInt RunMethodL( CStifItemParser& aItem );
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    96
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    97
    protected:  // New functions
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    98
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    99
        /**
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   100
        * ?member_description.
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   101
        * @since ?Series60_version
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   102
        * @param ?arg1 ?description
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   103
        * @return ?description
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   104
        */
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   105
        //?type ?member_function( ?type ?arg1 );
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   106
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   107
    protected:  // Functions from base classes
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   108
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   109
        /**
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   110
        * From ?base_class ?member_description
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   111
        */
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   112
        //?type ?member_function();
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   113
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   114
    private:
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   115
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   116
        /**
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   117
        * C++ default constructor.
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   118
        */
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   119
        CT_PodcatcherEngine( CTestModuleIf& aTestModuleIf );
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   120
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   121
        /**
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   122
        * By default Symbian 2nd phase constructor is private.
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   123
        */
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   124
        void ConstructL();
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   125
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   126
        // Prohibit copy constructor if not deriving from CBase.
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   127
        // ?classname( const ?classname& );
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   128
        // Prohibit assigment operator if not deriving from CBase.
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   129
        // ?classname& operator=( const ?classname& );
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   130
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   131
        /**
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   132
        * Frees all resources allocated from test methods.
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   133
        * @since ?Series60_version
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   134
        */
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   135
        void Delete();
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   136
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   137
        /**
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   138
        * Test methods are listed below. 
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   139
        */
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   140
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   141
        /**
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   142
        * Example test method.
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   143
        * @since ?Series60_version
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   144
        * @param aItem Script line containing parameters.
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   145
        * @return Symbian OS error code.
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   146
        */
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   147
        virtual TInt ExampleL( CStifItemParser& aItem );
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   148
        
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   149
        /**
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   150
         * Method used to log version of test class
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   151
         */
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   152
        void SendTestClassVersion();
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   153
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   154
        //ADD NEW METHOD DEC HERE
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   155
        //[TestMethods] - Do not remove
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   156
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   157
    public:     // Data
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   158
        // ?one_line_short_description_of_data
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   159
        //?data_declaration;
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   160
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   161
    protected:  // Data
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   162
        // ?one_line_short_description_of_data
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   163
        //?data_declaration;
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   164
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   165
    private:    // Data
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   166
        
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   167
        // ?one_line_short_description_of_data
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   168
        //?data_declaration;
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   169
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   170
        // Reserved pointer for future extension
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   171
        //TAny* iReserved;
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   172
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   173
    public:     // Friend classes
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   174
        //?friend_class_declaration;
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   175
    protected:  // Friend classes
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   176
        //?friend_class_declaration;
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   177
    private:    // Friend classes
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   178
        //?friend_class_declaration;
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   179
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   180
    };
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   181
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   182
#endif      // T_PODCATCHERENGINE_H
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   183
5c9ea8d0ce24 Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
   184
// End of File