classicui_pub/notes_api/tsrc/inc/testsdknotes.h
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 2002 - 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:  Test EIKINFO.H EIKPROGI.H AknNoteDialog.h aknnotewrappers.h 
       
    15 *                     AknProgressDialog.h aknprogresstimer.h AknStaticNoteDialog.h 
       
    16 *                     aknwaitdialog.h AknWaitNoteWrapper.h aknnotecontrol.h
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 #ifndef C_TESTSDKNOTES_H
       
    23 #define C_TESTSDKNOTES_H
       
    24 
       
    25 //  INCLUDES
       
    26 #include <stiflogger.h>
       
    27 #include <testscripterinternal.h>
       
    28 #include <stiftestmodule.h>
       
    29 #include <testclassassert.h>
       
    30 
       
    31 // MACROS
       
    32 #define TEST_CLASS_VERSION_MAJOR 0
       
    33 #define TEST_CLASS_VERSION_MINOR 0
       
    34 #define TEST_CLASS_VERSION_BUILD 0
       
    35 
       
    36 // Logging path
       
    37 _LIT( KtestsdknotesLogPath, "\\logs\\testframework\\testsdknotes\\" ); 
       
    38 // Log file
       
    39 _LIT( KtestsdknotesLogFile, "testsdknotes.txt" ); 
       
    40 _LIT( KtestsdknotesLogFileWithTitle, "testsdknotes_[%S].txt" );
       
    41 
       
    42 // FORWARD DECLARATIONS
       
    43 class CEikSpacer;
       
    44 
       
    45 /**
       
    46 *  CTestSDKNotes test class for STIF Test Framework TestScripter.
       
    47 *  @since S60 5.0
       
    48 */
       
    49 NONSHARABLE_CLASS(CTestSDKNotes) : public CScriptBase
       
    50     {
       
    51 public:  // Constructors and destructor
       
    52 
       
    53     /**
       
    54     * Two-phased constructor.
       
    55     */
       
    56     static CTestSDKNotes* NewL( CTestModuleIf& aTestModuleIf );
       
    57 
       
    58     /**
       
    59     * Destructor.
       
    60     */
       
    61     virtual ~CTestSDKNotes();
       
    62 
       
    63 public: // Functions from base classes
       
    64 
       
    65     /**
       
    66     * From CScriptBase Runs a script line.
       
    67     * @since S60 5.0
       
    68     * @param aItem Script line containing method name and parameters
       
    69     * @return Symbian OS error code
       
    70     */
       
    71     virtual TInt RunMethodL( CStifItemParser& aItem );
       
    72 
       
    73 private:
       
    74 
       
    75     /**
       
    76     * C++ default constructor.
       
    77     */
       
    78     CTestSDKNotes( CTestModuleIf& aTestModuleIf );
       
    79 
       
    80     /**
       
    81     * By default Symbian 2nd phase constructor is private.
       
    82     */
       
    83     void ConstructL();
       
    84 
       
    85     /**
       
    86     * Frees all resources allocated from test methods.
       
    87     * @since S60 5.0
       
    88     */
       
    89     void Delete();
       
    90     
       
    91     /**
       
    92      * Method used to log version of test class
       
    93      */
       
    94     void SendTestClassVersion();
       
    95     
       
    96         /**
       
    97      * Turn off ScreenSaver
       
    98      * @since S60 5.0
       
    99      * @return Symbian OS error code.
       
   100      */
       
   101     void TurnOffScreenSaver();
       
   102 
       
   103     /**
       
   104      * Restore ScreenSaver
       
   105      * @since S60 5.0
       
   106      * @return Symbian OS error code.
       
   107      */
       
   108     void RestoreScreenSaver();
       
   109     
       
   110 private: // Test EIKINFO.H
       
   111 /*                               class CEikInfoDialog                         */
       
   112     /**
       
   113      * TestNCEikInfoDialogL test function for testing the 
       
   114      *     CEikInfoDialog function
       
   115      * @since S60 5.0
       
   116      * @param aItem never used
       
   117      * @return Symbian OS error code.
       
   118      */
       
   119     virtual TInt TestNCEikInfoDialogL( CStifItemParser& aItem );
       
   120 
       
   121     /**
       
   122      * TestNRunDlgLD test function for testing the 
       
   123      *     RunDlgLD function
       
   124      * @since S60 5.0
       
   125      * @param aItem never used
       
   126      * @return Symbian OS error code.
       
   127      */
       
   128     virtual TInt TestNRunDlgLD( CStifItemParser& aItem );
       
   129     
       
   130     /**
       
   131      * TestNHandlePointerEventL test function for testing the 
       
   132      *     HandlePointerEventL function
       
   133      * @since S60 5.0
       
   134      * @param aItem never used
       
   135      * @return Symbian OS error code.
       
   136      */
       
   137     virtual TInt TestNHandlePointerEventL( CStifItemParser& aItem );
       
   138 
       
   139 private: // Test EIKPROGI.H
       
   140 /*                               class CEikProgressInfo                       */
       
   141     /**
       
   142      * TestNPIDeconstructorL test function for testing the 
       
   143      *     ~CEikProgressInfo function
       
   144      * @since S60 5.0
       
   145      * @param aItem never used
       
   146      * @return Symbian OS error code.
       
   147      */
       
   148     virtual TInt TestNPIDeconstructorL( CStifItemParser& aItem );
       
   149     
       
   150     /**
       
   151      * TestNPICEikProgressInfoL test function for testing the 
       
   152      *     CEikProgressInfo function
       
   153      * @since S60 5.0
       
   154      * @param aItem never used
       
   155      * @return Symbian OS error code.
       
   156      */
       
   157     virtual TInt TestNPICEikProgressInfoL( CStifItemParser& aItem );
       
   158     
       
   159     /**
       
   160      * TestNPICEikProgressInfoSinfoL test function for testing the 
       
   161      *     CEikProgressInfo function using the information held in 
       
   162      *     the specified @c SInfo struct.
       
   163      * @since S60 5.0
       
   164      * @param aItem never used
       
   165      * @return Symbian OS error code.
       
   166      */
       
   167     virtual TInt TestNPICEikProgressInfoSinfoL( CStifItemParser& aItem );
       
   168     
       
   169     /**
       
   170      * TestNPIIncrementAndDrawL test function for testing the 
       
   171      *     IncrementAndDraw function
       
   172      * @since S60 5.0
       
   173      * @param aItem never used
       
   174      * @return Symbian OS error code.
       
   175      */
       
   176     virtual TInt TestNPIIncrementAndDrawL( CStifItemParser& aItem );
       
   177     
       
   178     /**
       
   179      * TestNPISetAndDrawL test function for testing the 
       
   180      *     SetAndDraw function
       
   181      * @since S60 5.0
       
   182      * @param aItem never used
       
   183      * @return Symbian OS error code.
       
   184      */
       
   185     virtual TInt TestNPISetAndDrawL( CStifItemParser& aItem );
       
   186     
       
   187     /**
       
   188      * TestNPIConstructFromResourceL test function for testing the 
       
   189      *     ConstructFromResourceL function
       
   190      * @since S60 5.0
       
   191      * @param aItem never used
       
   192      * @return Symbian OS error code.
       
   193      */
       
   194     virtual TInt TestNPIConstructFromResourceL( CStifItemParser& aItem );
       
   195     
       
   196     /**
       
   197      * TestNPISetLayoutL test function for testing the 
       
   198      *     SetLayout function
       
   199      * @since S60 5.0
       
   200      * @param aItem never used
       
   201      * @return Symbian OS error code.
       
   202      */
       
   203     virtual TInt TestNPISetLayoutL( CStifItemParser& aItem );
       
   204     
       
   205     /**
       
   206      * TestNPISetBorderL test function for testing the 
       
   207      *     SetBorder function
       
   208      * @since S60 5.0
       
   209      * @param aItem never used
       
   210      * @return Symbian OS error code.
       
   211      */
       
   212     virtual TInt TestNPISetBorderL( CStifItemParser& aItem );
       
   213     
       
   214     /**
       
   215      * TestNPISetFinalValueL test function for testing the 
       
   216      *     SetFinalValue function
       
   217      * @since S60 5.0
       
   218      * @param aItem never used
       
   219      * @return Symbian OS error code.
       
   220      */
       
   221     virtual TInt TestNPISetFinalValueL( CStifItemParser& aItem );
       
   222     
       
   223     /**
       
   224      * TestNPIConstructL test function for testing the 
       
   225      *     ConstructL function
       
   226      * @since S60 5.0
       
   227      * @param aItem never used
       
   228      * @return Symbian OS error code.
       
   229      */
       
   230     virtual TInt TestNPIConstructL( CStifItemParser& aItem );
       
   231     
       
   232     /**
       
   233      * TestNPIInfoL test function for testing the 
       
   234      *     Info function
       
   235      * @since S60 5.0
       
   236      * @param aItem never used
       
   237      * @return Symbian OS error code.
       
   238      */
       
   239     virtual TInt TestNPIInfoL( CStifItemParser& aItem );
       
   240     
       
   241     /**
       
   242      * TestNPILayoutL test function for testing the 
       
   243      *     Layout function
       
   244      * @since S60 5.0
       
   245      * @param aItem never used
       
   246      * @return Symbian OS error code.
       
   247      */
       
   248     virtual TInt TestNPILayoutL( CStifItemParser& aItem );
       
   249     
       
   250     /**
       
   251      * TestNPICurrentValueL test function for testing the 
       
   252      *     CurrentValue function
       
   253      * @since S60 5.0
       
   254      * @param aItem never used
       
   255      * @return Symbian OS error code.
       
   256      */
       
   257     virtual TInt TestNPICurrentValueL( CStifItemParser& aItem );
       
   258     
       
   259     /**
       
   260      * TestNPIEvaluateTextL test function for testing the 
       
   261      *     EvaluateText function
       
   262      * @since S60 5.0
       
   263      * @param aItem never used
       
   264      * @return Symbian OS error code.
       
   265      */
       
   266     virtual TInt TestNPIEvaluateTextL( CStifItemParser& aItem );
       
   267     
       
   268     /**
       
   269      * TestNPIActivateL test function for testing the 
       
   270      *     ActivateL function
       
   271      * @since S60 5.0
       
   272      * @param aItem never used
       
   273      * @return Symbian OS error code.
       
   274      */
       
   275     virtual TInt TestNPIActivateL( CStifItemParser& aItem );
       
   276     
       
   277     /**
       
   278      * TestNPIMinimumSizeL test function for testing the 
       
   279      *     MinimumSize function
       
   280      * @since S60 5.0
       
   281      * @param aItem never used
       
   282      * @return Symbian OS error code.
       
   283      */
       
   284     virtual TInt TestNPIMinimumSizeL( CStifItemParser& aItem );
       
   285     
       
   286     /**
       
   287      * TestNPISizeChangedL test function for testing the 
       
   288      *     SizeChanged function
       
   289      * @since S60 5.0
       
   290      * @param aItem never used
       
   291      * @return Symbian OS error code.
       
   292      */
       
   293     virtual TInt TestNPISizeChangedL( CStifItemParser& aItem );
       
   294     
       
   295     /**
       
   296      * TestNPIGetColorUseListL test function for testing the 
       
   297      *     GetColorUseListL function
       
   298      * @since S60 5.0
       
   299      * @param aItem never used
       
   300      * @return Symbian OS error code.
       
   301      */
       
   302     virtual TInt TestNPIGetColorUseListL( CStifItemParser& aItem );
       
   303     
       
   304     /**
       
   305      * TestNPIHandleResourceChangeL test function for testing the 
       
   306      *     HandleResourceChange function
       
   307      * @since S60 5.0
       
   308      * @param aItem never used
       
   309      * @return Symbian OS error code.
       
   310      */
       
   311     virtual TInt TestNPIHandleResourceChangeL( CStifItemParser& aItem );
       
   312     
       
   313     /**
       
   314      * TestNPIHandlePointerEventL test function for testing the 
       
   315      *     HandlePointerEventL function
       
   316      * @since S60 5.0
       
   317      * @param aItem never used
       
   318      * @return Symbian OS error code.
       
   319      */
       
   320     virtual TInt TestNPIHandlePointerEventL( CStifItemParser& aItem );
       
   321     
       
   322     /**
       
   323      * TestNPIWriteInternalStateL test function for testing the 
       
   324      *     WriteInternalStateL function
       
   325      * @since S60 5.0
       
   326      * @param aItem never used
       
   327      * @return Symbian OS error code.
       
   328      */
       
   329     virtual TInt TestNPIWriteInternalStateL( CStifItemParser& aItem );
       
   330     
       
   331 private: // Test AknNoteDialog.h
       
   332 /*                               class CAknNoteDialog                         */
       
   333     /**
       
   334      * TestNDCAknNoteDialogL test function for testing the 
       
   335      *     CAknNoteDialog function
       
   336      * @since S60 5.0
       
   337      * @param aItem never used
       
   338      * @return Symbian OS error code.
       
   339      */
       
   340     virtual TInt TestNDCAknNoteDialogL( CStifItemParser& aItem );
       
   341     
       
   342     /**
       
   343      * TestNDCAknNoteDialogToneL test function for testing the 
       
   344      *     CAknNoteDialog function with the tone
       
   345      * @since S60 5.0
       
   346      * @param aItem never used
       
   347      * @return Symbian OS error code.
       
   348      */
       
   349     virtual TInt TestNDCAknNoteDialogToneL( CStifItemParser& aItem );
       
   350     
       
   351     /**
       
   352      * TestNDCAknNoteDialogPointerL test function for testing the 
       
   353      *     CAknNoteDialog function
       
   354      * @since S60 5.0
       
   355      * @param aItem never used
       
   356      * @return Symbian OS error code.
       
   357      */
       
   358     virtual TInt TestNDCAknNoteDialogPointerL( CStifItemParser& aItem );
       
   359     
       
   360     /**
       
   361      * TestNDDeconstructorL test function for testing the 
       
   362      *     ~CAknNoteDialog function
       
   363      * @since S60 5.0
       
   364      * @param aItem never used
       
   365      * @return Symbian OS error code.
       
   366      */
       
   367     virtual TInt TestNDDeconstructorL( CStifItemParser& aItem );
       
   368     
       
   369     /**
       
   370      * TestNDSetTimeoutL test function for testing the 
       
   371      *     SetTimeout function
       
   372      * @since S60 5.0
       
   373      * @param aItem never used
       
   374      * @return Symbian OS error code.
       
   375      */
       
   376     virtual TInt TestNDSetTimeoutL( CStifItemParser& aItem );
       
   377     
       
   378     /**
       
   379      * TestNDSetToneL test function for testing the 
       
   380      *     SetTone function
       
   381      * @since S60 5.0
       
   382      * @param aItem never used
       
   383      * @return Symbian OS error code.
       
   384      */
       
   385     virtual TInt TestNDSetToneL( CStifItemParser& aItem );
       
   386     
       
   387     /**
       
   388      * TestNDSetTextWrappingL test function for testing the 
       
   389      *     SetTextWrapping function
       
   390      * @since S60 5.0
       
   391      * @param aItem never used
       
   392      * @return Symbian OS error code.
       
   393      */
       
   394     virtual TInt TestNDSetTextWrappingL( CStifItemParser& aItem );
       
   395     
       
   396     /**
       
   397      * TestNDSetTextProcessingL test function for testing the 
       
   398      *     SetTextProcessing function
       
   399      * @since S60 5.0
       
   400      * @param aItem never used
       
   401      * @return Symbian OS error code.
       
   402      */
       
   403     virtual TInt TestNDSetTextProcessingL( CStifItemParser& aItem );
       
   404     
       
   405     /**
       
   406      * TestNDSetImageL test function for testing the 
       
   407      *     SetImageL function
       
   408      * @since S60 5.0
       
   409      * @param aItem never used
       
   410      * @return Symbian OS error code.
       
   411      */
       
   412     virtual TInt TestNDSetImageL( CStifItemParser& aItem );
       
   413     
       
   414     /**
       
   415      * TestNDSetIconL test function for testing the 
       
   416      *     SetIconL function
       
   417      * @since S60 5.0
       
   418      * @param aItem never used
       
   419      * @return Symbian OS error code.
       
   420      */
       
   421     virtual TInt TestNDSetIconL( CStifItemParser& aItem );
       
   422     
       
   423     /**
       
   424      * TestNDSetTextNumberL test function for testing the 
       
   425      *     SetTextNumberL function
       
   426      * @since S60 5.0
       
   427      * @param aItem never used
       
   428      * @return Symbian OS error code.
       
   429      */
       
   430     virtual TInt TestNDSetTextNumberL( CStifItemParser& aItem );
       
   431     
       
   432     /**
       
   433      * TestNDSetTextPluralityL test function for testing the 
       
   434      *     SetTextPluralityL function
       
   435      * @since S60 5.0
       
   436      * @param aItem never used
       
   437      * @return Symbian OS error code.
       
   438      */
       
   439     virtual TInt TestNDSetTextPluralityL( CStifItemParser& aItem );
       
   440     
       
   441     /**
       
   442      * TestNDSetTextL test function for testing the 
       
   443      *     SetTextL function
       
   444      * @since S60 5.0
       
   445      * @param aItem never used
       
   446      * @return Symbian OS error code.
       
   447      */
       
   448     virtual TInt TestNDSetTextL( CStifItemParser& aItem );
       
   449     
       
   450     /**
       
   451      * TestNDOfferKeyEventL test function for testing the 
       
   452      *     OfferKeyEventL function
       
   453      * @since S60 5.0
       
   454      * @param aItem never used
       
   455      * @return Symbian OS error code.
       
   456      */
       
   457     virtual TInt TestNDOfferKeyEventL( CStifItemParser& aItem );
       
   458     
       
   459     /**
       
   460      * TestNDHandleResourceChangeL test function for testing the 
       
   461      *     HandleResourceChange function
       
   462      * @since S60 5.0
       
   463      * @param aItem never used
       
   464      * @return Symbian OS error code.
       
   465      */
       
   466     virtual TInt TestNDHandleResourceChangeL( CStifItemParser& aItem );
       
   467     
       
   468     /**
       
   469      * TestNDLayoutAndDrawL test function for testing the 
       
   470      *     LayoutAndDraw function
       
   471      * @since S60 5.0
       
   472      * @param aItem never used
       
   473      * @return Symbian OS error code.
       
   474      */
       
   475     virtual TInt TestNDLayoutAndDrawL( CStifItemParser& aItem );
       
   476     
       
   477     /**
       
   478      * TestNDRunLD test function for testing the 
       
   479      *     RunLD function
       
   480      * @since S60 5.0
       
   481      * @param aItem never used
       
   482      * @return Symbian OS error code.
       
   483      */
       
   484     virtual TInt TestNDRunLD( CStifItemParser& aItem );
       
   485     
       
   486     /**
       
   487      * TestNDExitSleepingDialogL test function for testing the 
       
   488      *     ExitSleepingDialog function
       
   489      * @since S60 5.0
       
   490      * @param aItem never used
       
   491      * @return Symbian OS error code.
       
   492      */
       
   493     virtual TInt TestNDExitSleepingDialogL( CStifItemParser& aItem );
       
   494     
       
   495     /**
       
   496      * TestNDSetSizeAndPositionL test function for testing the 
       
   497      *     SetSizeAndPosition function
       
   498      * @since S60 5.0
       
   499      * @param aItem never used
       
   500      * @return Symbian OS error code.
       
   501      */
       
   502     virtual TInt TestNDSetSizeAndPositionL( CStifItemParser& aItem );
       
   503     
       
   504     /**
       
   505      * TestNDPreLayoutDynInitL test function for testing the 
       
   506      *     PreLayoutDynInitL function
       
   507      * @since S60 5.0
       
   508      * @param aItem never used
       
   509      * @return Symbian OS error code.
       
   510      */
       
   511     virtual TInt TestNDPreLayoutDynInitL( CStifItemParser& aItem );
       
   512     
       
   513     /**
       
   514      * TestNDPostLayoutDynInitL test function for testing the 
       
   515      *     PostLayoutDynInitL function
       
   516      * @since S60 5.0
       
   517      * @param aItem never used
       
   518      * @return Symbian OS error code.
       
   519      */
       
   520     virtual TInt TestNDPostLayoutDynInitL( CStifItemParser& aItem );
       
   521     
       
   522     /**
       
   523      * TestNDPlayToneL test function for testing the 
       
   524      *     PlayTone function
       
   525      * @since S60 5.0
       
   526      * @param aItem never used
       
   527      * @return Symbian OS error code.
       
   528      */
       
   529     virtual TInt TestNDPlayToneL( CStifItemParser& aItem );
       
   530     
       
   531     /**
       
   532      * TestNDReportUserActivityL test function for testing the 
       
   533      *     ReportUserActivity function
       
   534      * @since S60 5.0
       
   535      * @param aItem never used
       
   536      * @return Symbian OS error code.
       
   537      */
       
   538     virtual TInt TestNDReportUserActivityL( CStifItemParser& aItem );
       
   539     
       
   540     /**
       
   541      * TestNDStaticDeleteL test function for testing the 
       
   542      *     StaticDeleteL function
       
   543      * @since S60 5.0
       
   544      * @param aItem never used
       
   545      * @return Symbian OS error code.
       
   546      */
       
   547     virtual TInt TestNDStaticDeleteL( CStifItemParser& aItem );
       
   548     
       
   549     /**
       
   550      * TestNDControlAttributesL test function for testing the 
       
   551      *     ControlAttributes function
       
   552      * @since S60 5.0
       
   553      * @param aItem never used
       
   554      * @return Symbian OS error code.
       
   555      */
       
   556     virtual TInt TestNDControlAttributesL( CStifItemParser& aItem );
       
   557     
       
   558     /**
       
   559      * TestNDTransferControlAttributesL test function for testing the 
       
   560      *     TransferControlAttributes function
       
   561      * @since S60 5.0
       
   562      * @param aItem never used
       
   563      * @return Symbian OS error code.
       
   564      */
       
   565     virtual TInt TestNDTransferControlAttributesL( CStifItemParser& aItem );
       
   566     
       
   567     /**
       
   568      * TestNDSoundSystemL test function for testing the 
       
   569      *     SoundSystem function
       
   570      * @since S60 5.0
       
   571      * @param aItem never used
       
   572      * @return Symbian OS error code.
       
   573      */
       
   574     virtual TInt TestNDSoundSystemL( CStifItemParser& aItem );
       
   575     
       
   576     /**
       
   577      * TestNDNoteControlL test function for testing the 
       
   578      *     NoteControl function
       
   579      * @since S60 5.0
       
   580      * @param aItem never used
       
   581      * @return Symbian OS error code.
       
   582      */
       
   583     virtual TInt TestNDNoteControlL( CStifItemParser& aItem );
       
   584     
       
   585     /**
       
   586      * TestNDExecuteDlgLD test function for testing the 
       
   587      *     ExecuteDlgLD function with Timeout
       
   588      * @since S60 5.0
       
   589      * @param aItem never used
       
   590      * @return Symbian OS error code.
       
   591      */
       
   592     virtual TInt TestNDExecuteDlgTimeOutLD( CStifItemParser& aItem );
       
   593     
       
   594     /**
       
   595      * TestNDExecuteDlgToneLD test function for testing the 
       
   596      *     ExecuteDlgLD function with Tone
       
   597      * @since S60 5.0
       
   598      * @param aItem never used
       
   599      * @return Symbian OS error code.
       
   600      */
       
   601     virtual TInt TestNDExecuteDlgToneLD( CStifItemParser& aItem );
       
   602     
       
   603     /**
       
   604      * TestNDExecuteDlgLD test function for testing the 
       
   605      *     ExecuteDlgLD function
       
   606      * @since S60 5.0
       
   607      * @param aItem never used
       
   608      * @return Symbian OS error code.
       
   609      */
       
   610     virtual TInt TestNDExecuteDlgLD( CStifItemParser& aItem );
       
   611     
       
   612     /**
       
   613      * TestNDRunDlgLD test function for testing the 
       
   614      *     RunDlgLD function with Timeout
       
   615      * @since S60 5.0
       
   616      * @param aItem never used
       
   617      * @return Symbian OS error code.
       
   618      */
       
   619     virtual TInt TestNDRunDlgTimeOuntLD( CStifItemParser& aItem );
       
   620     
       
   621     /**
       
   622      * TestNDRunDlgLD test function for testing the 
       
   623      *     RunDlgLD function with Tone
       
   624      * @since S60 5.0
       
   625      * @param aItem never used
       
   626      * @return Symbian OS error code.
       
   627      */
       
   628     virtual TInt TestNDRunDlgToneLD( CStifItemParser& aItem );
       
   629     
       
   630     /**
       
   631      * TestNDRunDlgLD test function for testing the 
       
   632      *     RunDlgLD function
       
   633      * @since S60 5.0
       
   634      * @param aItem never used
       
   635      * @return Symbian OS error code.
       
   636      */
       
   637     virtual TInt TestNDRunDlgLD( CStifItemParser& aItem );
       
   638     
       
   639     /**
       
   640      * TestNDRunDlgIdLD test function for testing the 
       
   641      *     RunDlgLD function with Id
       
   642      * @since S60 5.0
       
   643      * @param aItem never used
       
   644      * @return Symbian OS error code.
       
   645      */
       
   646     virtual TInt TestNDRunDlgIdLD( CStifItemParser& aItem );
       
   647     
       
   648     /**
       
   649      * TestNDSetCurrentLabelL test function for testing the 
       
   650      *     SetCurrentLabelL function
       
   651      * @since S60 5.0
       
   652      * @param aItem never used
       
   653      * @return Symbian OS error code.
       
   654      */
       
   655     virtual TInt TestNDSetCurrentLabelL( CStifItemParser& aItem );
       
   656     
       
   657     /**
       
   658      * TestNDSetNoMemoryAllocationL test function for testing the 
       
   659      *     SetNoMemoryAllocation function
       
   660      * @since S60 5.0
       
   661      * @param aItem never used
       
   662      * @return Symbian OS error code.
       
   663      */
       
   664     virtual TInt TestNDSetNoMemoryAllocationL( CStifItemParser& aItem );
       
   665     
       
   666     /**
       
   667      * TestNDHandlePointerEventL test function for testing the 
       
   668      *     HandlePointerEventL function
       
   669      * @since S60 5.0
       
   670      * @param aItem never used
       
   671      * @return Symbian OS error code.
       
   672      */
       
   673     virtual TInt TestNDHandlePointerEventL( CStifItemParser& aItem );
       
   674     
       
   675 private: // Test AknNoteWrappers.h
       
   676 /*                               class CAknNoteWrapper                        */
       
   677     /**
       
   678      * TestNWCAknNoteWrapperL test function for testing the 
       
   679      *     CAknNoteWrapper function
       
   680      * @since S60 5.0
       
   681      * @param aItem never used
       
   682      * @return Symbian OS error code.
       
   683      */
       
   684     virtual TInt TestNWCAknNoteWrapperL( CStifItemParser& aItem );
       
   685     
       
   686     /**
       
   687      * TestNWCAknNoteWrapperPointerL test function for testing the 
       
   688      *     CAknNoteWrapper function with pointer
       
   689      * @since S60 5.0
       
   690      * @param aItem never used
       
   691      * @return Symbian OS error code.
       
   692      */
       
   693     virtual TInt TestNWCAknNoteWrapperPointerL( CStifItemParser& aItem );
       
   694     
       
   695     /**
       
   696      * TestNWExecuteLD test function for testing the 
       
   697      *     ExecuteLD function
       
   698      * @since S60 5.0
       
   699      * @param aItem never used
       
   700      * @return Symbian OS error code.
       
   701      */
       
   702     virtual TInt TestNWExecuteLD( CStifItemParser& aItem );
       
   703     
       
   704     /**
       
   705      * TestNWExecutePromptLD test function for testing the 
       
   706      *     ExecuteLD function
       
   707      * @since S60 5.0
       
   708      * @param aItem never used
       
   709      * @return Symbian OS error code.
       
   710      */
       
   711     virtual TInt TestNWExecutePromptLD( CStifItemParser& aItem );
       
   712     
       
   713     /**
       
   714      * TestNWHandlePointerEventL test function for testing the 
       
   715      *     HandlePointerEventL function
       
   716      * @since S60 5.0
       
   717      * @param aItem never used
       
   718      * @return Symbian OS error code.
       
   719      */
       
   720     virtual TInt TestNWHandlePointerEventL( CStifItemParser& aItem );
       
   721     
       
   722     /**
       
   723      * TestNWHandleDialogPageEventL test function for testing the 
       
   724      *     HandleDialogPageEventL function
       
   725      * @since S60 5.0
       
   726      * @param aItem never used
       
   727      * @return Symbian OS error code.
       
   728      */
       
   729     virtual TInt TestNWHandleDialogPageEventL( CStifItemParser& aItem );
       
   730     
       
   731 /*                               class CAknResourceNoteDialog                 */
       
   732     /**
       
   733      * TestNRNDExecuteLD test function for testing the 
       
   734      *     ExecuteLD function
       
   735      * @since S60 5.0
       
   736      * @param aItem never used
       
   737      * @return Symbian OS error code.
       
   738      */
       
   739     virtual TInt TestNRNDExecuteLD( CStifItemParser& aItem );
       
   740     
       
   741     /**
       
   742      * TestNRNDExecutePromptLD test function for testing the 
       
   743      *     ExecuteLD function with prompt
       
   744      * @since S60 5.0
       
   745      * @param aItem never used
       
   746      * @return Symbian OS error code.
       
   747      */
       
   748     virtual TInt TestNRNDExecutePromptLD( CStifItemParser& aItem );
       
   749     
       
   750     /**
       
   751      * TestNRNDHandlePointerEventL test function for testing the 
       
   752      *     HandlePointerEventL function with prompt
       
   753      * @since S60 5.0
       
   754      * @param aItem never used
       
   755      * @return Symbian OS error code.
       
   756      */
       
   757     virtual TInt TestNRNDHandlePointerEventL( CStifItemParser& aItem );
       
   758     
       
   759     /**
       
   760      * TestNRNDCAknResourceNoteDialogL test function for testing the 
       
   761      *     CAknResourceNoteDialog function
       
   762      * @since S60 5.0
       
   763      * @param aItem never used
       
   764      * @return Symbian OS error code.
       
   765      */
       
   766     virtual TInt TestNRNDCAknResourceNoteDialogL( CStifItemParser& aItem );
       
   767     
       
   768     /**
       
   769      * TestNRNDCAknResourceNoteDialogPointerL test function for testing the 
       
   770      *     CAknResourceNoteDialog function with pointer
       
   771      * @since S60 5.0
       
   772      * @param aItem never used
       
   773      * @return Symbian OS error code.
       
   774      */
       
   775     virtual TInt TestNRNDCAknResourceNoteDialogPointerL( CStifItemParser& aItem );
       
   776     
       
   777 /*                               class CAknConfirmationNote                   */
       
   778     /**
       
   779      * TestNCNCAknConfirmationNoteL test function for testing the 
       
   780      *     CAknConfirmationNote function
       
   781      * @since S60 5.0
       
   782      * @param aItem never used
       
   783      * @return Symbian OS error code.
       
   784      */
       
   785     virtual TInt TestNCNCAknConfirmationNoteL( CStifItemParser& aItem );
       
   786     
       
   787     /**
       
   788      * TestNCNCAknConfirmationNoteParameterL test function for testing the 
       
   789      *     CAknConfirmationNote function with parameter
       
   790      * @since S60 5.0
       
   791      * @param aItem never used
       
   792      * @return Symbian OS error code.
       
   793      */
       
   794     virtual TInt TestNCNCAknConfirmationNoteParameterL( CStifItemParser& aItem );
       
   795     
       
   796     /**
       
   797      * TestNCNCAknConfirmationNotePointerL test function for testing the 
       
   798      *     CAknConfirmationNote function with Pointer
       
   799      * @since S60 5.0
       
   800      * @param aItem never used
       
   801      * @return Symbian OS error code.
       
   802      */
       
   803     virtual TInt TestNCNCAknConfirmationNotePointerL( CStifItemParser& aItem );
       
   804     
       
   805     /**
       
   806      * TestNCNHandlePointerEventL test function for testing the 
       
   807      *     HandlePointerEventL function with Pointer
       
   808      * @since S60 5.0
       
   809      * @param aItem never used
       
   810      * @return Symbian OS error code.
       
   811      */
       
   812     virtual TInt TestNCNHandlePointerEventL( CStifItemParser& aItem );
       
   813     
       
   814 /*                               class CAknInformationNote                     */
       
   815     /**
       
   816      * TestNINCAknInformationNoteL test function for testing the 
       
   817      *     CAknInformationNote function
       
   818      * @since S60 5.0
       
   819      * @param aItem never used
       
   820      * @return Symbian OS error code.
       
   821      */
       
   822     virtual TInt TestNINCAknInformationNoteL( CStifItemParser& aItem );
       
   823     
       
   824     /**
       
   825      * TestNINCAknInformationNoteParameterL test function for testing the 
       
   826      *     CAknInformationNote function with Parameter
       
   827      * @since S60 5.0
       
   828      * @param aItem never used
       
   829      * @return Symbian OS error code.
       
   830      */
       
   831     virtual TInt TestNINCAknInformationNoteParameterL( CStifItemParser& aItem );
       
   832     
       
   833     /**
       
   834      * TestNINCAknInformationNotePointerL test function for testing the 
       
   835      *     CAknInformationNote function with Pointer
       
   836      * @since S60 5.0
       
   837      * @param aItem never used
       
   838      * @return Symbian OS error code.
       
   839      */
       
   840     virtual TInt TestNINCAknInformationNotePointerL( CStifItemParser& aItem );
       
   841     
       
   842     /**
       
   843      * TestNINHandlePointerEventL test function for testing the 
       
   844      *     HandlePointerEventL function with Pointer
       
   845      * @since S60 5.0
       
   846      * @param aItem never used
       
   847      * @return Symbian OS error code.
       
   848      */
       
   849     virtual TInt TestNINHandlePointerEventL( CStifItemParser& aItem );
       
   850     
       
   851 /*                               class CAknErrorNote                         */
       
   852     /**
       
   853      * TestNENCAknErrorNoteL test function for testing the 
       
   854      *     CAknErrorNote function
       
   855      * @since S60 5.0
       
   856      * @param aItem never used
       
   857      * @return Symbian OS error code.
       
   858      */
       
   859     virtual TInt TestNENCAknErrorNoteL( CStifItemParser& aItem );
       
   860     
       
   861     /**
       
   862      * TestNENCAknErrorNoteParameterL test function for testing the 
       
   863      *     CAknErrorNote function with Parameter
       
   864      * @since S60 5.0
       
   865      * @param aItem never used
       
   866      * @return Symbian OS error code.
       
   867      */
       
   868     virtual TInt TestNENCAknErrorNoteParameterL( CStifItemParser& aItem );
       
   869     
       
   870     /**
       
   871      * TestNENCAknErrorNotePointerL test function for testing the 
       
   872      *     CAknErrorNote function with Pointer
       
   873      * @since S60 5.0
       
   874      * @param aItem never used
       
   875      * @return Symbian OS error code.
       
   876      */
       
   877     virtual TInt TestNENCAknErrorNotePointerL( CStifItemParser& aItem );
       
   878     
       
   879     /**
       
   880      * TestNENHandlePointerEventL test function for testing the 
       
   881      *     HandlePointerEventL function with Pointer
       
   882      * @since S60 5.0
       
   883      * @param aItem never used
       
   884      * @return Symbian OS error code.
       
   885      */
       
   886     virtual TInt TestNENHandlePointerEventL( CStifItemParser& aItem );
       
   887     
       
   888 /*                               class CAknWarningNote                        */
       
   889     /**
       
   890      * TestNWNCAknWarningNoteL test function for testing the 
       
   891      *     CAknWarningNote function with Pointer
       
   892      * @since S60 5.0
       
   893      * @param aItem never used
       
   894      * @return Symbian OS error code.
       
   895      */
       
   896     virtual TInt TestNWNCAknWarningNoteL( CStifItemParser& aItem );
       
   897     
       
   898     /**
       
   899      * TestNWNCAknWarningNoteParameterL test function for testing the 
       
   900      *     CAknWarningNote function with Parameter
       
   901      * @since S60 5.0
       
   902      * @param aItem never used
       
   903      * @return Symbian OS error code.
       
   904      */
       
   905     virtual TInt TestNWNCAknWarningNoteParameterL( CStifItemParser& aItem );
       
   906     
       
   907     /**
       
   908      * TestNWNCAknWarningNotePointerL test function for testing the 
       
   909      *     CAknWarningNote function with Pointer
       
   910      * @since S60 5.0
       
   911      * @param aItem never used
       
   912      * @return Symbian OS error code.
       
   913      */
       
   914     virtual TInt TestNWNCAknWarningNotePointerL( CStifItemParser& aItem );
       
   915     
       
   916     /**
       
   917      * TestNWNHandlePointerEventL test function for testing the 
       
   918      *     HandlePointerEventL function with Pointer
       
   919      * @since S60 5.0
       
   920      * @param aItem never used
       
   921      * @return Symbian OS error code.
       
   922      */
       
   923     virtual TInt TestNWNHandlePointerEventL( CStifItemParser& aItem );
       
   924     
       
   925 /*                               class CAknProgressDialog                   */
       
   926     /**
       
   927      * TestNPDCAknProgressDialogValueL test function for testing the 
       
   928      *     CAknProgressDialog function with Value
       
   929      * @since S60 5.0
       
   930      * @param aItem never used
       
   931      * @return Symbian OS error code.
       
   932      */
       
   933     virtual TInt TestNPDCAknProgressDialogValueL( CStifItemParser& aItem );
       
   934     
       
   935     /**
       
   936      * TestNPDCAknProgressDialogPointerL test function for testing the 
       
   937      *     CAknProgressDialog function with Pointer
       
   938      * @since S60 5.0
       
   939      * @param aItem never used
       
   940      * @return Symbian OS error code.
       
   941      */
       
   942     virtual TInt TestNPDCAknProgressDialogPointerL( CStifItemParser& aItem );
       
   943     
       
   944     /**
       
   945      * TestNPDCAknProgressDialogL test function for testing the 
       
   946      *     CAknProgressDialog function
       
   947      * @since S60 5.0
       
   948      * @param aItem never used
       
   949      * @return Symbian OS error code.
       
   950      */
       
   951     virtual TInt TestNPDCAknProgressDialogL( CStifItemParser& aItem );
       
   952     
       
   953     /**
       
   954      * TestNPDDeconstructorL test function for testing the 
       
   955      *     ~CAknProgressDialog function
       
   956      * @since S60 5.0
       
   957      * @param aItem never used
       
   958      * @return Symbian OS error code.
       
   959      */
       
   960     virtual TInt TestNPDDeconstructorL( CStifItemParser& aItem );
       
   961     
       
   962     /**
       
   963      * TestNPDRunLD test function for testing the 
       
   964      *     RunLD function
       
   965      * @since S60 5.0
       
   966      * @param aItem never used
       
   967      * @return Symbian OS error code.
       
   968      */
       
   969     virtual TInt TestNPDRunLD( CStifItemParser& aItem );
       
   970     
       
   971     /**
       
   972      * TestNPDGetProgressInfoL test function for testing the 
       
   973      *     GetProgressInfoL function
       
   974      * @since S60 5.0
       
   975      * @param aItem never used
       
   976      * @return Symbian OS error code.
       
   977      */
       
   978     virtual TInt TestNPDGetProgressInfoL( CStifItemParser& aItem );
       
   979     
       
   980     /**
       
   981      * TestNPDOfferKeyEventL test function for testing the 
       
   982      *     OfferKeyEventL function
       
   983      * @since S60 5.0
       
   984      * @param aItem never used
       
   985      * @return Symbian OS error code.
       
   986      */
       
   987     virtual TInt TestNPDOfferKeyEventL( CStifItemParser& aItem );
       
   988     
       
   989     /**
       
   990      * TestNPDProcessFinishedL test function for testing the 
       
   991      *     ProcessFinishedL function
       
   992      * @since S60 5.0
       
   993      * @param aItem never used
       
   994      * @return Symbian OS error code.
       
   995      */
       
   996     virtual TInt TestNPDProcessFinishedL( CStifItemParser& aItem );
       
   997     
       
   998     /**
       
   999      * TestNPDSetCallbackL test function for testing the 
       
  1000      *     SetCallback function
       
  1001      * @since S60 5.0
       
  1002      * @param aItem never used
       
  1003      * @return Symbian OS error code.
       
  1004      */
       
  1005     virtual TInt TestNPDSetCallbackL( CStifItemParser& aItem );
       
  1006     
       
  1007     /**
       
  1008      * TestNPDHandlePointerEventL test function for testing the 
       
  1009      *     HandlePointerEventL function
       
  1010      * @since S60 5.0
       
  1011      * @param aItem never used
       
  1012      * @return Symbian OS error code.
       
  1013      */
       
  1014     virtual TInt TestNPDHandlePointerEventL( CStifItemParser& aItem );
       
  1015     
       
  1016     /**
       
  1017      * TestNPDPreLayoutDynInitL test function for testing the 
       
  1018      *     PreLayoutDynInitL function
       
  1019      * @since S60 5.0
       
  1020      * @param aItem never used
       
  1021      * @return Symbian OS error code.
       
  1022      */
       
  1023     virtual TInt TestNPDPreLayoutDynInitL( CStifItemParser& aItem );
       
  1024     
       
  1025     /**
       
  1026      * TestNPDOkToExitL test function for testing the 
       
  1027      *     OkToExitL function
       
  1028      * @since S60 5.0
       
  1029      * @param aItem never used
       
  1030      * @return Symbian OS error code.
       
  1031      */
       
  1032     virtual TInt TestNPDOkToExitL( CStifItemParser& aItem );
       
  1033     
       
  1034 /*                       class CAknStaticNoteStackIndicator               */
       
  1035     /**
       
  1036      * TestNSNSIHandleResourceChangeL test function for testing the 
       
  1037      *     HandleResourceChange function
       
  1038      * @since S60 5.0
       
  1039      * @param aItem never used
       
  1040      * @return Symbian OS error code.
       
  1041      */
       
  1042     virtual TInt TestNSNSIHandleResourceChangeL( CStifItemParser& aItem );
       
  1043     
       
  1044     /**
       
  1045      * TestNSNSIHandlePointerEventL test function for testing the 
       
  1046      *     HandlePointerEventL function
       
  1047      * @since S60 5.0
       
  1048      * @param aItem never used
       
  1049      * @return Symbian OS error code.
       
  1050      */
       
  1051     virtual TInt TestNSNSIHandlePointerEventL( CStifItemParser& aItem );
       
  1052     
       
  1053 /*                           class CAknStaticNoteDialog                    */
       
  1054     /**
       
  1055      * TestNSNDCAknStaticNoteDialogL test function for testing the 
       
  1056      *     CAknStaticNoteDialog function
       
  1057      * @since S60 5.0
       
  1058      * @param aItem never used
       
  1059      * @return Symbian OS error code.
       
  1060      */
       
  1061     virtual TInt TestNSNDCAknStaticNoteDialogL( CStifItemParser& aItem );
       
  1062     
       
  1063     /**
       
  1064      * TestNSNDCAknStaticNoteDialogPointerL test function for testing the 
       
  1065      *     CAknStaticNoteDialog function with pointer
       
  1066      * @since S60 5.0
       
  1067      * @param aItem never used
       
  1068      * @return Symbian OS error code.
       
  1069      */
       
  1070     virtual TInt TestNSNDCAknStaticNoteDialogPointerL( CStifItemParser& aItem );
       
  1071     
       
  1072     /**
       
  1073      * TestNSNDDeconstructorL test function for testing the 
       
  1074      *     ~CAknStaticNoteDialog function 
       
  1075      * @since S60 5.0
       
  1076      * @param aItem never used
       
  1077      * @return Symbian OS error code.
       
  1078      */
       
  1079     virtual TInt TestNSNDDeconstructorL( CStifItemParser& aItem );
       
  1080     
       
  1081     /**
       
  1082      * TestNSNDSetNumberOfBordersL test function for testing the 
       
  1083      *     SetNumberOfBorders function 
       
  1084      * @since S60 5.0
       
  1085      * @param aItem never used
       
  1086      * @return Symbian OS error code.
       
  1087      */
       
  1088     virtual TInt TestNSNDSetNumberOfBordersL( CStifItemParser& aItem );
       
  1089     
       
  1090     /**
       
  1091      * TestNSNDHandlePointerEventL test function for testing the 
       
  1092      *     HandlePointerEventL function 
       
  1093      * @since S60 5.0
       
  1094      * @param aItem never used
       
  1095      * @return Symbian OS error code.
       
  1096      */
       
  1097     virtual TInt TestNSNDHandlePointerEventL( CStifItemParser& aItem );
       
  1098     
       
  1099     /**
       
  1100      * TestNSNDPostLayoutDynInitL test function for testing the 
       
  1101      *     PostLayoutDynInitL function 
       
  1102      * @since S60 5.0
       
  1103      * @param aItem never used
       
  1104      * @return Symbian OS error code.
       
  1105      */
       
  1106     virtual TInt TestNSNDPostLayoutDynInitL( CStifItemParser& aItem );
       
  1107     
       
  1108     /**
       
  1109      * TestNSNDOfferKeyEventL test function for testing the 
       
  1110      *     OfferKeyEventL function 
       
  1111      * @since S60 5.0
       
  1112      * @param aItem never used
       
  1113      * @return Symbian OS error code.
       
  1114      */
       
  1115     virtual TInt TestNSNDOfferKeyEventL( CStifItemParser& aItem );
       
  1116     
       
  1117 /*                             class CAknWaitDialog                     */
       
  1118     /**
       
  1119      * TestNWDCAknWaitDialogL test function for testing the 
       
  1120      *     CAknWaitDialog function with pointer
       
  1121      * @since S60 5.0
       
  1122      * @param aItem never used
       
  1123      * @return Symbian OS error code.
       
  1124      */
       
  1125     virtual TInt TestNWDCAknWaitDialogL( CStifItemParser& aItem );
       
  1126     
       
  1127     /**
       
  1128      * TestNWDCAknWaitDialogBoolL test function for testing the 
       
  1129      *     CAknWaitDialog function with two parameters
       
  1130      * @since S60 5.0
       
  1131      * @param aItem never used
       
  1132      * @return Symbian OS error code.
       
  1133      */
       
  1134     virtual TInt TestNWDCAknWaitDialogBoolL( CStifItemParser& aItem );
       
  1135     
       
  1136     /**
       
  1137      * TestNWDHandlePointerEventL test function for testing the 
       
  1138      *     HandlePointerEventL function with two parameters
       
  1139      * @since S60 5.0
       
  1140      * @param aItem never used
       
  1141      * @return Symbian OS error code.
       
  1142      */
       
  1143     virtual TInt TestNWDHandlePointerEventL( CStifItemParser& aItem );
       
  1144     
       
  1145     /**
       
  1146      * TestNWDGetProgressInfoL test function for testing the 
       
  1147      *     GetProgressInfo function with two parameters
       
  1148      * @since S60 5.0
       
  1149      * @param aItem never used
       
  1150      * @return Symbian OS error code.
       
  1151      */
       
  1152     virtual TInt TestNWDGetProgressInfoL( CStifItemParser& aItem );
       
  1153     
       
  1154 /*                             class CAknWaitNoteWrapper               */
       
  1155     /**
       
  1156      * TestNWNWCAknWaitNoteWrapperL test function for testing the 
       
  1157      *     CAknWaitNoteWrapper function
       
  1158      * @since S60 5.0
       
  1159      * @param aItem never used
       
  1160      * @return Symbian OS error code.
       
  1161      */
       
  1162     virtual TInt TestNWNWCAknWaitNoteWrapperL( CStifItemParser& aItem );
       
  1163     
       
  1164     /**
       
  1165      * TestNWNWDeconstructorL test function for testing the 
       
  1166      *     ~CAknWaitNoteWrapper function
       
  1167      * @since S60 5.0
       
  1168      * @param aItem never used
       
  1169      * @return Symbian OS error code.
       
  1170      */
       
  1171     virtual TInt TestNWNWDeconstructorL( CStifItemParser& aItem );
       
  1172     
       
  1173     /**
       
  1174      * TestNWNWExecuteL test function for testing the 
       
  1175      *     ExecuteL function
       
  1176      * @since S60 5.0
       
  1177      * @param aItem never used
       
  1178      * @return Symbian OS error code.
       
  1179      */
       
  1180     virtual TInt TestNWNWExecuteL( CStifItemParser& aItem );
       
  1181     
       
  1182     /**
       
  1183      * TestNWNWExecutePromptL test function for testing the 
       
  1184      *     ExecuteL function with prompt
       
  1185      * @since S60 5.0
       
  1186      * @param aItem never used
       
  1187      * @return Symbian OS error code.
       
  1188      */
       
  1189     virtual TInt TestNWNWExecutePromptL( CStifItemParser& aItem );
       
  1190     
       
  1191     /**
       
  1192      * TestNWNWWaitDialogL test function for testing the 
       
  1193      *     WaitDialog function
       
  1194      * @since S60 5.0
       
  1195      * @param aItem never used
       
  1196      * @return Symbian OS error code.
       
  1197      */
       
  1198     virtual TInt TestNWNWWaitDialogL( CStifItemParser& aItem );
       
  1199     
       
  1200 /*                             class CAknNoteControl                   */
       
  1201     /**
       
  1202      * TestNNCCAknNoteControlL test function for testing the 
       
  1203      *     CAknNoteControl function
       
  1204      * @since S60 5.0
       
  1205      * @param aItem never used
       
  1206      * @return Symbian OS error code.
       
  1207      */
       
  1208     virtual TInt TestNNCCAknNoteControlL( CStifItemParser& aItem );
       
  1209     
       
  1210     /**
       
  1211      * TestNNCDeconstructorL test function for testing the 
       
  1212      *     ~CAknNoteControl function
       
  1213      * @since S60 5.0
       
  1214      * @param aItem never used
       
  1215      * @return Symbian OS error code.
       
  1216      */
       
  1217     virtual TInt TestNNCDeconstructorL( CStifItemParser& aItem );
       
  1218     
       
  1219     /**
       
  1220      * TestNNCSetImageL test function for testing the 
       
  1221      *     SetImageL function
       
  1222      * @since S60 5.0
       
  1223      * @param aItem never used
       
  1224      * @return Symbian OS error code.
       
  1225      */
       
  1226     virtual TInt TestNNCSetImageL( CStifItemParser& aItem );
       
  1227     
       
  1228     /**
       
  1229      * TestNNCSetAnimationL test function for testing the 
       
  1230      *     SetAnimationL function
       
  1231      * @since S60 5.0
       
  1232      * @param aItem never used
       
  1233      * @return Symbian OS error code.
       
  1234      */
       
  1235     virtual TInt TestNNCSetAnimationL( CStifItemParser& aItem );
       
  1236     
       
  1237     /**
       
  1238      * TestNNCSetIconL test function for testing the 
       
  1239      *     SetIconL function
       
  1240      * @since S60 5.0
       
  1241      * @param aItem never used
       
  1242      * @return Symbian OS error code.
       
  1243      */
       
  1244     virtual TInt TestNNCSetIconL( CStifItemParser& aItem );
       
  1245     
       
  1246     /**
       
  1247      * TestNNCSetFinalProgressValueL test function for testing the 
       
  1248      *     SetFinalProgressValue function
       
  1249      * @since S60 5.0
       
  1250      * @param aItem never used
       
  1251      * @return Symbian OS error code.
       
  1252      */
       
  1253     virtual TInt TestNNCSetFinalProgressValueL( CStifItemParser& aItem );
       
  1254     
       
  1255     /**
       
  1256      * TestNNCIncrementBarsAndDrawL test function for testing the 
       
  1257      *     IncrementBarsAndDraw function
       
  1258      * @since S60 5.0
       
  1259      * @param aItem never used
       
  1260      * @return Symbian OS error code.
       
  1261      */
       
  1262     virtual TInt TestNNCIncrementBarsAndDrawL( CStifItemParser& aItem );
       
  1263     
       
  1264     /**
       
  1265      * TestNNCCreateProgressBarL test function for testing the 
       
  1266      *     CreateProgressBarL function
       
  1267      * @since S60 5.0
       
  1268      * @param aItem never used
       
  1269      * @return Symbian OS error code.
       
  1270      */
       
  1271     virtual TInt TestNNCCreateProgressBarL( CStifItemParser& aItem );
       
  1272     
       
  1273     /**
       
  1274      * TestNNCGetProgressInfoL test function for testing the 
       
  1275      *     GetProgressInfo function
       
  1276      * @since S60 5.0
       
  1277      * @param aItem never used
       
  1278      * @return Symbian OS error code.
       
  1279      */
       
  1280     virtual TInt TestNNCGetProgressInfoL( CStifItemParser& aItem );
       
  1281     
       
  1282     /**
       
  1283      * TestNNCStartAnimationL test function for testing the 
       
  1284      *     StartAnimationL function
       
  1285      * @since S60 5.0
       
  1286      * @param aItem never used
       
  1287      * @return Symbian OS error code.
       
  1288      */
       
  1289     virtual TInt TestNNCStartAnimationL( CStifItemParser& aItem );
       
  1290     
       
  1291     /**
       
  1292      * TestNNCCancelAnimationL test function for testing the 
       
  1293      *     CancelAnimation function
       
  1294      * @since S60 5.0
       
  1295      * @param aItem never used
       
  1296      * @return Symbian OS error code.
       
  1297      */
       
  1298     virtual TInt TestNNCCancelAnimationL( CStifItemParser& aItem );
       
  1299     
       
  1300     /**
       
  1301      * TestNNCResetTextL test function for testing the 
       
  1302      *     ResetText function
       
  1303      * @since S60 5.0
       
  1304      * @param aItem never used
       
  1305      * @return Symbian OS error code.
       
  1306      */
       
  1307     virtual TInt TestNNCResetTextL( CStifItemParser& aItem );
       
  1308     
       
  1309     /**
       
  1310      * TestNNCSetTextL test function for testing the 
       
  1311      *     SetTextL function
       
  1312      * @since S60 5.0
       
  1313      * @param aItem never used
       
  1314      * @return Symbian OS error code.
       
  1315      */
       
  1316     virtual TInt TestNNCSetTextL( CStifItemParser& aItem );
       
  1317     
       
  1318     /**
       
  1319      * TestNNCSetTextLineNumL test function for testing the 
       
  1320      *     SetTextL function with linenum
       
  1321      * @since S60 5.0
       
  1322      * @param aItem never used
       
  1323      * @return Symbian OS error code.
       
  1324      */
       
  1325     virtual TInt TestNNCSetTextLineNumL( CStifItemParser& aItem );
       
  1326     
       
  1327     /**
       
  1328      * TestNNCSetTextNumberL test function for testing the 
       
  1329      *     SetTextNumberL function
       
  1330      * @since S60 5.0
       
  1331      * @param aItem never used
       
  1332      * @return Symbian OS error code.
       
  1333      */
       
  1334     virtual TInt TestNNCSetTextNumberL( CStifItemParser& aItem );
       
  1335     
       
  1336     /**
       
  1337      * TestNNCSetTextPluralityL test function for testing the 
       
  1338      *     SetTextPluralityL function
       
  1339      * @since S60 5.0
       
  1340      * @param aItem never used
       
  1341      * @return Symbian OS error code.
       
  1342      */
       
  1343     virtual TInt TestNNCSetTextPluralityL( CStifItemParser& aItem );
       
  1344     
       
  1345     /**
       
  1346      * TestNNCNumberOfLinesL test function for testing the 
       
  1347      *     NumberOfLines function
       
  1348      * @since S60 5.0
       
  1349      * @param aItem never used
       
  1350      * @return Symbian OS error code.
       
  1351      */
       
  1352     virtual TInt TestNNCNumberOfLinesL( CStifItemParser& aItem );
       
  1353     
       
  1354     /**
       
  1355      * TestNNCLayoutL test function for testing the 
       
  1356      *     Layout function
       
  1357      * @since S60 5.0
       
  1358      * @param aItem never used
       
  1359      * @return Symbian OS error code.
       
  1360      */
       
  1361     virtual TInt TestNNCLayoutL( CStifItemParser& aItem );
       
  1362     
       
  1363     /**
       
  1364      * TestNNCNoteHeightL test function for testing the 
       
  1365      *     NoteHeight function
       
  1366      * @since S60 5.0
       
  1367      * @param aItem never used
       
  1368      * @return Symbian OS error code.
       
  1369      */
       
  1370     virtual TInt TestNNCNoteHeightL( CStifItemParser& aItem );
       
  1371     
       
  1372     /**
       
  1373      * TestNNCNoteWidthL test function for testing the 
       
  1374      *     NoteWidth function
       
  1375      * @since S60 5.0
       
  1376      * @param aItem never used
       
  1377      * @return Symbian OS error code.
       
  1378      */
       
  1379     virtual TInt TestNNCNoteWidthL( CStifItemParser& aItem );
       
  1380     
       
  1381     /**
       
  1382      * TestNNCHandlePointerEventL test function for testing the 
       
  1383      *     HandlePointerEventL function
       
  1384      * @since S60 5.0
       
  1385      * @param aItem never used
       
  1386      * @return Symbian OS error code.
       
  1387      */
       
  1388     virtual TInt TestNNCHandlePointerEventL( CStifItemParser& aItem );
       
  1389     
       
  1390     /**
       
  1391      * TestNNCSetDynamicTextL test function for testing the 
       
  1392      *     SetDynamicTextL function
       
  1393      * @since S60 5.0
       
  1394      * @param aItem never used
       
  1395      * @return Symbian OS error code.
       
  1396      */
       
  1397     virtual TInt TestNNCSetDynamicTextL( CStifItemParser& aItem );
       
  1398     
       
  1399     /**
       
  1400      * TestNNCUpdateAndFormatLabelsL test function for testing the 
       
  1401      *     UpdateAndFormatLabelsL function
       
  1402      * @since S60 5.0
       
  1403      * @param aItem never used
       
  1404      * @return Symbian OS error code.
       
  1405      */
       
  1406     virtual TInt TestNNCUpdateAndFormatLabelsL( CStifItemParser& aItem );
       
  1407     
       
  1408     /**
       
  1409      * TestNNCUpdateLabelsLeaveL test function for testing the 
       
  1410      *     UpdateLabelsL function with Leave
       
  1411      * @since S60 5.0
       
  1412      * @param aItem never used
       
  1413      * @return Symbian OS error code.
       
  1414      */
       
  1415     virtual TInt TestNNCUpdateLabelsLeaveL( CStifItemParser& aItem );
       
  1416     
       
  1417     /**
       
  1418      * TestNNCUpdateLabelsL test function for testing the 
       
  1419      *     UpdateLabelsL function
       
  1420      * @since S60 5.0
       
  1421      * @param aItem never used
       
  1422      * @return Symbian OS error code.
       
  1423      */
       
  1424     virtual TInt TestNNCUpdateLabelsL( CStifItemParser& aItem );
       
  1425     
       
  1426     /**
       
  1427      * TestNNCSetLabelReserveLengthL test function for testing the 
       
  1428      *     SetLabelReserveLengthL function
       
  1429      * @since S60 5.0
       
  1430      * @param aItem never used
       
  1431      * @return Symbian OS error code.
       
  1432      */
       
  1433     virtual TInt TestNNCSetLabelReserveLengthL( CStifItemParser& aItem );
       
  1434     
       
  1435     /**
       
  1436      * TestNNCMopSupplyObjectL test function for testing the 
       
  1437      *     MopSupplyObject function
       
  1438      * @since S60 5.0
       
  1439      * @param aItem never used
       
  1440      * @return Symbian OS error code.
       
  1441      */
       
  1442     virtual TInt TestNNCMopSupplyObjectL( CStifItemParser& aItem );
       
  1443     
       
  1444     /**
       
  1445      * TestNNCSetBgRectL test function for testing the 
       
  1446      *     SetBgRect function
       
  1447      * @since S60 5.0
       
  1448      * @param aItem never used
       
  1449      * @return Symbian OS error code.
       
  1450      */
       
  1451     virtual TInt TestNNCSetBgRectL( CStifItemParser& aItem );
       
  1452 
       
  1453 
       
  1454 private:    // Data
       
  1455     
       
  1456     /**
       
  1457      * for Cancel ScreenSaver
       
  1458      */
       
  1459     TInt iOldScreenSaverProperty;
       
  1460 
       
  1461     // Resource file offset
       
  1462     TInt iOffset;
       
  1463     };
       
  1464 
       
  1465 #endif      // C_TESTSDKNOTES_H
       
  1466 
       
  1467 // End of File