sl@0: // Copyright (c) 1996-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: sl@0: /** sl@0: @file sl@0: @test sl@0: @internalComponent - Internal Symbian test code sl@0: */ sl@0: sl@0: #ifndef __TWINDOWSIZECACHE_H__ sl@0: #define __TWINDOWSIZECACHE_H__ sl@0: sl@0: #include sl@0: #include sl@0: #include "AUTO.H" sl@0: sl@0: #include "../nga/CLIENT/w32comm.h" sl@0: sl@0: #include "../tlib/testbase.h" sl@0: #include "TGraphicsHarness.h" sl@0: sl@0: //----------------------------------------------------------- sl@0: class CTWindowSizeCacheTest : public CTWsGraphicsBase sl@0: { sl@0: public: sl@0: enum TSizeCacheStatus sl@0: { sl@0: ETestSizeCacheNotEnabled, sl@0: ETestSizeCacheEnabled, sl@0: }; sl@0: enum TRWindowAction sl@0: { sl@0: ESetExtent, sl@0: ESetExtentErr, sl@0: ESetSize, sl@0: ESetSizeErr, sl@0: ECheckSize, sl@0: EFlushSession, sl@0: EEnableWindowSizeCache, sl@0: EMaxAction, sl@0: }; sl@0: public: sl@0: CTWindowSizeCacheTest(CTestStep* aStep); sl@0: ~CTWindowSizeCacheTest(); sl@0: TestState DoTestL(); sl@0: void ConstructL(); sl@0: // sl@0: void TestCreateRWindowL(TSizeCacheStatus aEnableWindowSizeCache); sl@0: void TestCreateRBlankWindowL(TSizeCacheStatus aEnableWindowSizeCache); sl@0: void TestCreateRBackedUpWindowL(TSizeCacheStatus aEnableWindowSizeCache, TDisplayMode aDisplayMode); sl@0: // sl@0: void TestRWindowNoCacheEntryL(TSizeCacheStatus aEnableWindowSizeCache); sl@0: void TestRWindowNoCacheEntrySetExtentErrL(TSizeCacheStatus aEnableWindowSizeCache); sl@0: void TestRWindowNoCacheEntrySetSizeErrL(TSizeCacheStatus aEnableWindowSizeCache); sl@0: void TestRWindowNoCacheEntrySetExtentL(TSizeCacheStatus aEnableWindowSizeCache); sl@0: void TestRWindowNoCacheEntrySetSizeL(TSizeCacheStatus aEnableWindowSizeCache); sl@0: void TestRWindowNoCacheEntryEnableWindowSizeCacheL(); sl@0: // sl@0: void TestRWindowCacheEntryExistsCacheCleanL(TSizeCacheStatus aEnableWindowSizeCache); sl@0: void TestRWindowCacheEntryExistsCacheCleanSizeL(TSizeCacheStatus aEnableWindowSizeCache); sl@0: void TestRWindowCacheEntryExistsCacheCleanEnableWindowSizeCacheL(); sl@0: void TestRWindowCacheEntryExistsCacheCleanEnableWindowSizeCacheLSizeL(); sl@0: // sl@0: void TestRWindowCacheEntryExistsCacheDirtySetSizeL(TSizeCacheStatus aEnableWindowSizeCache); sl@0: void TestRWindowCacheEntryExistsCacheDirtySetExtentL(TSizeCacheStatus aEnableWindowSizeCache); sl@0: void TestRWindowCacheEntryExistsCacheDirtySetSizeErrL(TSizeCacheStatus aEnableWindowSizeCache); sl@0: void TestRWindowCacheEntryExistsCacheDirtySetExtentErrL(TSizeCacheStatus aEnableWindowSizeCache); sl@0: void TestRWindowCacheEntryExistsCacheDirtySetSizeTwiceL(TSizeCacheStatus aEnableWindowSizeCache); sl@0: void TestRWindowCacheEntryExistsCacheDirtySetSizeSetExtentL(TSizeCacheStatus aEnableWindowSizeCache); sl@0: void TestRWindowCacheEntryExistsCacheDirtySetSizeSetSizeErrL(TSizeCacheStatus aEnableWindowSizeCache); sl@0: void TestRWindowCacheEntryExistsCacheDirtySetSizeSetExtentErrL(TSizeCacheStatus aEnableWindowSizeCache); sl@0: void TestRWindowCacheEntryExistsCacheDirtySetSizeEnableWindowSizeCacheL(); sl@0: // sl@0: void TestRWindowCacheEntryExistsCacheDirtyToCleanSetSizeL(TSizeCacheStatus aEnableWindowSizeCache); sl@0: void TestRWindowCacheEntryExistsCacheDirtyToCleanSetExtentL(TSizeCacheStatus aEnableWindowSizeCache); sl@0: void TestRWindowCacheEntryExistsCacheDirtyToCleanSetSizeErrL(TSizeCacheStatus aEnableWindowSizeCache); sl@0: void TestRWindowCacheEntryExistsCacheDirtyToCleanSetExtentErrL(TSizeCacheStatus aEnableWindowSizeCache); sl@0: void TestRWindowCacheEntryExistsCacheDirtyToCleanSetSizeTwiceL(TSizeCacheStatus aEnableWindowSizeCache); sl@0: void TestRWindowCacheEntryExistsCacheDirtyToCleanSetSizeSetExtentL(TSizeCacheStatus aEnableWindowSizeCache); sl@0: void TestRWindowCacheEntryExistsCacheDirtyToCleanSetSizeSetSizeErrL(TSizeCacheStatus aEnableWindowSizeCache); sl@0: void TestRWindowCacheEntryExistsCacheDirtyToCleanSetSizeSetExtentErrL(TSizeCacheStatus aEnableWindowSizeCache); sl@0: void TestRWindowCacheEntryExistsCacheDirtyToCleanSetSizeEnableWindowSizeCacheL(); sl@0: // sl@0: void TestRBlankWindowSetSizeSetExtentL(TSizeCacheStatus aEnableWindowSizeCache); sl@0: void TestRBackedUpWindowSetSizeErrSetExtentErrL(TSizeCacheStatus aEnableWindowSizeCache); sl@0: // sl@0: void SetRandomSeed(TInt64 aSeed); sl@0: inline TInt NextRandom(TUint aMax = 0); sl@0: // sl@0: TUint64 TestRWindowSizePerformanceL(TSizeCacheStatus aEnableWindowSizeCache, TUint aIterations); sl@0: // sl@0: static void CleanupWindowPool(TAny* aPtr); sl@0: void RWindowPerformAction(TRWindowAction aAction, TSizeCacheStatus aEnableWindowSizeCache, RWsSession& aWs, RWindow& aWindow, TSize& aExpectedSize); sl@0: void TestRandomisedStressL(TSizeCacheStatus aEnableWindowSizeCache, TUint aIterations); sl@0: void TestRandomisedStressMultiSessionL(TSizeCacheStatus aEnableWindowSizeCache, TUint aIterations); sl@0: void TestRandomisedStressCacheEntryVolumeL(TSizeCacheStatus aEnableWindowSizeCache, TUint aIterations, TUint aWindowPoolSize); sl@0: void TestStressEnableWindowSizeCacheL(TUint aIterations); sl@0: sl@0: protected: sl@0: //from CTGraphicsStep sl@0: virtual void RunTestCaseL(TInt aCurTestCase); sl@0: sl@0: private: sl@0: TInt64 iSeed; sl@0: }; sl@0: sl@0: //----------------------------------------------------------- sl@0: inline TInt CTWindowSizeCacheTest::NextRandom(TUint aMax) sl@0: { sl@0: TInt random = Math::Rand(iSeed); sl@0: if (aMax != 0) sl@0: { sl@0: random = random % aMax; sl@0: } sl@0: return random; sl@0: } sl@0: sl@0: //----------------------------------------------------------- sl@0: class CTWindowSizeCacheTestStep : public CTGraphicsStep sl@0: { sl@0: public: sl@0: CTWindowSizeCacheTestStep(); sl@0: protected: sl@0: //from CTGraphicsStep sl@0: virtual CTGraphicsBase* CreateTestL(); sl@0: }; sl@0: sl@0: _LIT(KTWindowSizeCacheTestStep,"TWindowSizeCacheTest"); sl@0: sl@0: //----------------------------------------------------------- sl@0: #endif // TWINDOWSIZECACHE