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