diff -r 000000000000 -r 4e91876724a2 photosgallery/viewframework/medialists/tsrc/t_tglxexclusioniterator/t_tglxexclusioniterator.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/photosgallery/viewframework/medialists/tsrc/t_tglxexclusioniterator/t_tglxexclusioniterator.h Thu Dec 17 08:45:44 2009 +0200 @@ -0,0 +1,94 @@ +/* +* Copyright (c) 2006 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: Testing glxexclusioniterator +* +*/ + + + + +#ifndef __T_TGLXEXCLUSIONITERATOR_H__ +#define __T_TGLXEXCLUSIONITERATOR_H__ + +// EXTERNAL INCLUDES +#include +#include + + +// FORWARD DECLARATIONS +#include +#include +#include "tmglxmedialist_stub.h" + +#include + +// CLASS DEFINITION +/** + * TODO Auto-generated EUnit test suite + * + */ +NONSHARABLE_CLASS( t_tglxexclusioniterator ) + : public CEUnitTestSuiteClass + { + public: // Constructors and destructors + + /** + * Two phase construction + */ + static t_tglxexclusioniterator* NewL(); + static t_tglxexclusioniterator* NewLC(); + /** + * Destructor + */ + ~t_tglxexclusioniterator(); + + private: // Constructors and destructors + + t_tglxexclusioniterator(); + void ConstructL(); + + private: // New methods + + void SetupL(); + + void Teardown(); + + void T_InRangeL(); + + // unit test for the InRange function. + void TestRange_True(TInt aCount,TInt aIndex,TInt aFocusIndex); + // unit test for the InRange function. + void TestRange_False(TInt aCount,TInt aIndex,TInt aFocusIndex); + + // unit test for the plus plus operator + void T_PlusPlusL(); + + void Test( TInt aCount,TInt aIndex,TInt aFocusIndex); + + + private: // Data + + MGlxMediaListIterator* iVirtualIterator; // To access virtual functions only + TMGlxMediaList_Stub iList; + TGlxSequentialIterator iIncludeIterator; + TGlxFromFocusOutwardIterator iExcludeIterator; + TGlxExclusionIterator iExclusionOrder; + + EUNIT_DECLARE_TEST_TABLE; + + }; + +#endif // __T_TGLXEXCLUSIONITERATOR_H__ + +// End of file