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 ANY.
|
sl@0
|
19 |
/////////////////////////////////////////////////////////////////////
|
sl@0
|
20 |
// PBASE-F32-Sfsrv-PublicApi-ANY.script
|
sl@0
|
21 |
//
|
sl@0
|
22 |
// Tests all public elements of the SfSrv class
|
sl@0
|
23 |
// as a means of confidence that the APIs work as expected.
|
sl@0
|
24 |
//
|
sl@0
|
25 |
// The purpose is to provide a regression test suite of PublishedAll APIs for SfSrv.
|
sl@0
|
26 |
// Negative testing is performed to confirm that correct errors are returned when incorrect parameters are given.
|
sl@0
|
27 |
// The tests are fully automated.
|
sl@0
|
28 |
/////////////////////////////////////////////////////////////////////
|
sl@0
|
29 |
|
sl@0
|
30 |
RUN_SCRIPT ${SYSDRIVE}\base\PBASE-F32-Parse-Inherited-PublicApi-ANY.script
|
sl@0
|
31 |
RUN_SCRIPT ${SYSDRIVE}\base\PBASE-F32-Parse-PublicApi-ANY.script
|
sl@0
|
32 |
RUN_SCRIPT ${SYSDRIVE}\base\PBASE-F32-ParsePtr-Inherited-PublicApi-ANY.script
|
sl@0
|
33 |
RUN_SCRIPT ${SYSDRIVE}\base\PBASE-F32-ParsePtr-PublicApi-ANY.script
|
sl@0
|
34 |
RUN_SCRIPT ${SYSDRIVE}\base\PBASE-F32-ParsePtrC-Inherited-PublicApi-ANY.script
|
sl@0
|
35 |
RUN_SCRIPT ${SYSDRIVE}\base\PBASE-F32-ParsePtrC-PublicApi-ANY.script
|
sl@0
|
36 |
RUN_SCRIPT ${SYSDRIVE}\base\PBASE-F32-VolumeInfo-PublicApi-ANY.script
|
sl@0
|
37 |
RUN_SCRIPT ${SYSDRIVE}\base\PBASE-F32-DriveUnit-PublicApi-ANY.script
|
sl@0
|
38 |
RUN_SCRIPT ${SYSDRIVE}\base\pbase-f32-rfs-mounts-publicapi-any.script
|
sl@0
|
39 |
RUN_SCRIPT ${SYSDRIVE}\base\pbase-f32-rfs-drives-publicapi-any.script
|
sl@0
|
40 |
RUN_SCRIPT ${SYSDRIVE}\base\pbase-f32-rfs-files-publicapi-any.script
|
sl@0
|
41 |
RUN_SCRIPT ${SYSDRIVE}\base\pbase-f32-rfs-misc-publicapi-any.script
|