diff -r 512f698a535d -r 484cb5040995 classicui_plat/common_file_dialogs_filter_factory_api/tsrc/inc/testdomcfdfilterfactory.h --- a/classicui_plat/common_file_dialogs_filter_factory_api/tsrc/inc/testdomcfdfilterfactory.h Mon Jun 21 22:36:19 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,116 +0,0 @@ -/* -* Copyright (c) 2002 - 2007 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* This component and the accompanying materials are made available -* under the terms of "Eclipse Public License v1.0" -* which accompanies this distribution, and is available -* at the URL "http://www.eclipse.org/legal/epl-v10.html". -* -* Initial Contributors: -* Nokia Corporation - initial contribution. -* -* Contributors: -* -* Description: for testing the cfd filer factory module -* -*/ - - - -#ifndef C_TESTDOMCFDFILTERFACTORY_H -#define C_TESTDOMCFDFILTERFACTORY_H - -// INCLUDES -#include -#include -#include -#include - -// MACROS -#define TEST_CLASS_VERSION_MAJOR 0 -#define TEST_CLASS_VERSION_MINOR 0 -#define TEST_CLASS_VERSION_BUILD 0 - -// Logging path -_LIT( KtestdomcfdfilterfactoryLogPath, "\\logs\\testframework\\testdomcfdfilterfactory\\" ); -// Log file -_LIT( KtestdomcfdfilterfactoryLogFile, "testdomcfdfilterfactory.txt" ); -_LIT( KtestdomcfdfilterfactoryLogFileWithTitle, "testdomcfdfilterfactory_[%S].txt" ); - -/** -* Ctestdomcfdfilterfactory test class for STIF Test Framework TestScripter. -* @since S60 5.0 -*/ -NONSHARABLE_CLASS( CTestDOMCFDFilterFactory ) : public CScriptBase - { -public: // Constructors and destructor - - /** - * Two-phased constructor. - */ - static CTestDOMCFDFilterFactory* NewL( CTestModuleIf& aTestModuleIf ); - - /** - * Destructor. - */ - virtual ~CTestDOMCFDFilterFactory(); - -public: // Functions from base classes - - /** - * From CScriptBase Runs a script line. - * @since S60 5.0 - * @param aItem Script line containing method name and parameters - * @return Symbian OS error code - */ - virtual TInt RunMethodL( CStifItemParser& aItem ); - -private: - - /** - * C++ default constructor. - */ - CTestDOMCFDFilterFactory( CTestModuleIf& aTestModuleIf ); - - /** - * By default Symbian 2nd phase constructor is private. - */ - void ConstructL(); - - - /** - * Method used to log version of test class - */ - void SendTestClassVersion(); - -private: //test the AknFileFilterFactory.h - /** - * TestFFFCreateAttributeFilterLC test method. - * @since S60 5.0 - * @param aItem Script line containing parameters. - * @return Symbian OS error code. - */ - virtual TInt TestFFFCreateAttributeFilterLC( CStifItemParser& aItem ); - - /** - * TestFFFCreateFilenameFilterLC test method. - * @since S60 5.0 - * @param aItem Script line containing parameters. - * @return Symbian OS error code. - */ - virtual TInt TestFFFCreateFilenameFilterLC( CStifItemParser& aItem ); - -private: // Data - - /** - * ScreenSaver Property - */ - TInt iOldScreenSaverProperty; - // Resource file offset - TInt iOffset; - - }; - -#endif // C_TESTDOMCFDFILTERFACTORY_H - -// End of File