os/kernelhwsrv/baseapitest/basesvs/validation/f32/sfsrv/scripts/PBASE-F32-VolumeInfo-PublicApi-ANY.script
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 //
     2 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 // All rights reserved.
     4 // This component and the accompanying materials are made available
     5 // under the terms of "Eclipse Public License v1.0"
     6 // which accompanies this distribution, and is available
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 //
     9 // Initial Contributors:
    10 // Nokia Corporation - initial contribution.
    11 //
    12 // Contributors:
    13 //
    14 // Description: 
    15 //
    16 //!	@file
    17 //!	@SYMTestSuiteName			pbase-f32-sfsrv-publicapi-any
    18 //!	@SYMScriptTestEnvironment		This test script requires a basic ROM.
    19 //!	@SYMScriptAuthor 			Dmitri Trofimov
    20 //!	@SYMScriptCreationDate			17/12/2006 
    21 //!	@SYMScriptDescription			The test script contains API tests for the following functions of TVolumeInfo class:
    22 //!	TVolumeInfo();
    23 
    24 
    25 LOAD_SUITE	T_SfSrv
    26 //DELAY		5000
    27 
    28 
    29 START_TESTCASE 			PBASE-F32-VolumeInfo-PublicApi-0001
    30 //! @SYMTestCaseID		PBASE-F32-VolumeInfo-PublicApi-0001
    31 //! @SYMAPI			TVolumeInfo
    32 //! @SYMTestCaseDesc		TVolumeInfo() test.
    33 //!				Uses API elements: TVolumeInfo()
    34 //! @SYMTestActions		1. Create TVolumeInfo object.
    35 //!				2. Delete TVolumeInfo object.
    36 //!
    37 //! @SYMTestStatus		Implemented
    38 //! @SYMTestPriority		Critical
    39 //! @SYMTestExpectedResults	Function does not leave nor panic.
    40 //! @SYMTestType		CIT
    41 	START_TEST_BLOCK	100	T_SfSrv	\base\PBASE-F32-VolumeInfo-PublicApi.ini
    42 			CREATE_OBJECT	TVolumeInfo	TVolumeInfo1	
    43 			COMMAND		TVolumeInfo1	new
    44 			COMMAND		TVolumeInfo1	~
    45 	END_TEST_BLOCK
    46 END_TESTCASE			PBASE-F32-VolumeInfo-PublicApi-0001