author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Thu, 07 Jan 2010 13:38:45 +0200 | |
changeset 6 | 0173bcd7697c |
parent 2 | 4122176ea935 |
permissions | -rw-r--r-- |
0 | 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 |
|
2
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
5 |
// under the terms of "Eclipse Public License v1.0" |
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 |
// |
|
2
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
14 |
// Description: |
0 | 15 |
// |
16 |
//! @file |
|
17 |
//! @SYMTestSuiteName PBASE-F32-Sfsrv-PublicApi |
|
18 |
//! @SYMScriptTestEnvironment This test script requires a basic ROM. |
|
19 |
///////////////////////////////////////////////////////////////////// |
|
20 |
// PBASE-F32-Sfsrv-PublicApi.script |
|
21 |
// |
|
22 |
// Tests all public elements of the RFs class and other classes. |
|
23 |
// as a means of confidence that the APIs work as expected. |
|
24 |
// |
|
25 |
// The purpose is to provide a regression test suite of PublishedAll APIs for RFs, and other classes. |
|
26 |
// Negative testing is performed to confirm that correct errors are returned when incorrect parameters are given. |
|
27 |
// The tests are fully automated. |
|
28 |
///////////////////////////////////////////////////////////////////// |
|
29 |
||
30 |
RUN_SCRIPT ${SYSDRIVE}\base\pbase-f32-Sfsrv-publicapi-ram.script |
|
31 |
RUN_SCRIPT ${SYSDRIVE}\base\pbase-f32-Sfsrv-publicapi-rem.script |
|
32 |
RUN_SCRIPT ${SYSDRIVE}\base\pbase-f32-Sfsrv-publicapi-rom.script |
|
33 |
RUN_SCRIPT ${SYSDRIVE}\base\pbase-f32-Sfsrv-publicapi-any.script |
|
34 |
RUN_SCRIPT ${SYSDRIVE}\base\pbase-f32-Sfsrv-publicapi-os.script |
|
35 |
RUN_SCRIPT ${SYSDRIVE}\base\pbase-f32-Sfsrv-publicapi-nand.script |