diff -r e8965914fac7 -r 79647526f98c iaupdate/IAD/swhandlerplugin/tsrc/inc/ut_swhandlerplugin.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/iaupdate/IAD/swhandlerplugin/tsrc/inc/ut_swhandlerplugin.h Wed Sep 15 12:20:42 2010 +0300 @@ -0,0 +1,69 @@ +/* +* Copyright (c) 2010- Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of the License "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: +* +*/ + +#ifndef __UT_CSWHANDLERPLUGIN_H__ +#define __UT_CSWHANDLERPLUGIN_H__ + +// INCLUDES +#include +#include + +#include "swhandlerplugin.h" + +// FORWARD DECLARATIONS + + +// CLASS DEFINITION +/** + * Generated EUnit test suite class. + */ +NONSHARABLE_CLASS( UT_CSwHandlerPlugin ) + : public CEUnitTestSuiteClass + { + public: // Constructors and destructor + + static UT_CSwHandlerPlugin* NewL(); + static UT_CSwHandlerPlugin* NewLC(); + ~UT_CSwHandlerPlugin(); + + private: // Constructors + + UT_CSwHandlerPlugin(); + void ConstructL(); + + private: // New methods + + void SetupL(); + + void Teardown(); + + void T_Global_HandleUrlEmbeddedLL(); + + void T_Global_HandleUrlStandaloneLL(); + + void T_Global_ObserverL(); + + + private: // Data + + CSwHandlerPlugin* iCSwHandlerPlugin; + + EUNIT_DECLARE_TEST_TABLE; + + }; + +#endif // __UT_CSWHANDLERPLUGIN_H__