os/graphics/windowing/windowserver/test/t_integ/scripts/graphics-wserv-integ-surface-screenrotation.script
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/graphics/windowing/windowserver/test/t_integ/scripts/graphics-wserv-integ-surface-screenrotation.script Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,128 @@
1.4 +//
1.5 +// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
1.6 +// All rights reserved.
1.7 +// This component and the accompanying materials are made available
1.8 +// under the terms of "Eclipse Public License v1.0"
1.9 +// which accompanies this distribution, and is available
1.10 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +//
1.12 +// Initial Contributors:
1.13 +// Nokia Corporation - initial contribution.
1.14 +//
1.15 +// Contributors:
1.16 +//
1.17 +// Description:
1.18 +//
1.19 +/////////////////////////////////////////////////////////////////////
1.20 +// graphics-wserv-integ-surface-screenrotation.script
1.21 +//
1.22 +// Tests elements of the classes associated with RWindow and the Surface Update Server
1.23 +// as a means of confidence that the APIs work as expected.
1.24 +//
1.25 +// The purpose is to provide a regression test suite of Public
1.26 +// APIs for RWindow. Negative testing is performed to confirm that correct
1.27 +// errors are returned when incorrect parameters are given.
1.28 +//
1.29 +// The tests are fully automated.
1.30 +/////////////////////////////////////////////////////////////////////
1.31 +
1.32 +//! @file
1.33 +//! @SYMTestSuiteName graphics-wserv-integ-surface
1.34 +//! @SYMScriptTestEnvironment This test script requires a basic ROM.
1.35 +LOAD_SUITE t_wservintegserver
1.36 +
1.37 +START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0009-0001
1.38 +//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0009-0001
1.39 +//! @SYMPREQ 1007 1019
1.40 +//! @SYMREQ 8222 8223 8227
1.41 +//! @SYMAPI RWindow
1.42 +//! @SYMAuthor John Mercer
1.43 +//! @SYMCreationDate 24/08/2007
1.44 +//! @SYMTestCaseDependencies graphics-wserv-integ-surface.script
1.45 +//! @SYMTestCaseDesc Moving Image with opaque UI Components, whilst changing screen device orientation
1.46 +//! @SYMTestActions With graphics-0001 as a base.
1.47 +//! From a separate thread/process raise a screen orientation change event.
1.48 +//! Use CWsScreenDevice::SetCurrentRotations() to change the screen rotation
1.49 +//! Utilise CWsScreenDevice::GetRotationsList() to obtain the supported rotations. (NOTE: requires entry in wsini.ini)
1.50 +//! Measure frame rate.
1.51 +//! @SYMTestStatus Implemented
1.52 +//! @SYMTestPriority 1
1.53 +//! @SYMTestExpectedResults Frame Rate: 30fps
1.54 +//! Display is composed of moving image in background with opaque UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number.
1.55 +//! NOTE: Screen rotates through the available orientations. Application receives screen rotation event to redraw to a different perspective.
1.56 +//! @SYMTestType CIT
1.57 +
1.58 +RUN_TEST_STEP !Heap=0x200000 100 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0009-001
1.59 +END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0009-0001
1.60 +
1.61 +START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0024-0001
1.62 +//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0024-0001
1.63 +//! @SYMPREQ 1007 1019
1.64 +//! @SYMREQ 8222 8223 8227
1.65 +//! @SYMAPI RWindow
1.66 +//! @SYMAuthor John Mercer
1.67 +//! @SYMCreationDate 24/08/2007
1.68 +//! @SYMTestCaseDependencies graphics-wserv-integ-surface.script
1.69 +//! @SYMTestCaseDesc Moving Image with semi-transparent UI Components, whilst changing screen device orientation
1.70 +//! @SYMTestActions With graphics-0001 as a base.
1.71 +//! From a separate thread/process raise a screen orientation change event.
1.72 +//! Use CWsScreenDevice::SetCurrentRotations() to change the screen rotation
1.73 +//! Utilise CWsScreenDevice::GetRotationsList() to obtain the supported rotations. (NOTE: requires entry in wsini.ini)
1.74 +//! Measure frame rate.
1.75 +//! @SYMTestStatus Implemented
1.76 +//! @SYMTestPriority 1
1.77 +//! @SYMTestExpectedResults Frame Rate: 30fps
1.78 +//! Display is composed of moving image in background with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number.
1.79 +//! NOTE: Screen rotates through the available orientations. Application receives screen rotation event to redraw to a different perspective.
1.80 +//! @SYMTestType CIT
1.81 +
1.82 +RUN_TEST_STEP !Heap=0x200000 100 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0024-001
1.83 +END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0024-0001
1.84 +
1.85 +START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0039-0001
1.86 +//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0039-0001
1.87 +//! @SYMPREQ 1007 1019
1.88 +//! @SYMREQ 8222 8223 8227
1.89 +//! @SYMAPI RWindow
1.90 +//! @SYMAuthor John Mercer
1.91 +//! @SYMCreationDate 24/08/2007
1.92 +//! @SYMTestCaseDependencies graphics-wserv-integ-surface.script
1.93 +//! @SYMTestCaseDesc Multiple Moving Images with opaque UI Components, whilst changing screen device orientation
1.94 +//! @SYMTestActions With graphics-0001 as a base.
1.95 +//! From a separate thread/process raise a screen orientation change event.
1.96 +//! Use CWsScreenDevice::SetCurrentRotations() to change the screen rotation
1.97 +//! Utilise CWsScreenDevice::GetRotationsList() to obtain the supported rotations. (NOTE: requires entry in wsini.ini)
1.98 +//! Measure frame rate.
1.99 +//! @SYMTestStatus Implemented
1.100 +//! @SYMTestPriority 1
1.101 +//! @SYMTestExpectedResults Frame Rate: 30fps
1.102 +//! Display is composed of 2 moving images in background, with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
1.103 +//! NOTE: Screen rotates through the available orientations. Application receives screen rotation event to redraw to a different perspective.
1.104 +//! @SYMTestType CIT
1.105 +
1.106 +RUN_TEST_STEP !Heap=0x200000 500 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0039-001
1.107 +END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0039-0001
1.108 +
1.109 +START_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0054-0001
1.110 +//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-SURFACE-0054-0001
1.111 +//! @SYMPREQ 1007 1019
1.112 +//! @SYMREQ 8222 8223 8227
1.113 +//! @SYMAPI RWindow
1.114 +//! @SYMAuthor John Mercer
1.115 +//! @SYMCreationDate 24/08/2007
1.116 +//! @SYMTestCaseDependencies graphics-wserv-integ-surface.script
1.117 +//! @SYMTestCaseDesc Multiple Moving Images with semi-transparent UI Components, whilst changing screen device orientation
1.118 +//! @SYMTestActions With graphics-0061 as a base.
1.119 +//! From a separate thread/process raise a screen orientation change event.
1.120 +//! Use CWsScreenDevice::SetCurrentRotations() to change the screen rotation
1.121 +//! Utilise CWsScreenDevice::GetRotationsList() to obtain the supported rotations. (NOTE: requires entry in wsini.ini)
1.122 +//! Measure frame rate.
1.123 +//! @SYMTestStatus Implemented
1.124 +//! @SYMTestPriority 1
1.125 +//! @SYMTestExpectedResults Frame Rate: 30fps
1.126 +//! Display is composed of moving image in background with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number.
1.127 +//! NOTE: Screen rotates through the available orientations. Application receives screen rotation event to redraw to a different perspective.
1.128 +//! @SYMTestType CIT
1.129 +
1.130 +RUN_TEST_STEP !Heap=0x200000 100 t_wservintegserver WServIntegSurface c:\graphics\graphics-wserv-integ-surface.ini graphics-wserv-integ-surface-0054-001
1.131 +END_TESTCASE GRAPHICS-WSERV-INTEG-SURFACE-0054-0001