os/ossrv/genericservices/mimerecognitionfw/tef/scripts/emimetest_T_Maps.script
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/genericservices/mimerecognitionfw/tef/scripts/emimetest_T_Maps.script	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,41 @@
     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 +//! @file
    1.20 +//! @SYMTestCaseID		API-APPFWK-T-Maps-testTMappingDataTypeToAppL-0001
    1.21 +//! @SYMTestCaseDesc 		Tests TMappingDataTypeToApp class   
    1.22 +//! @SYMTestPriority 		High  
    1.23 +//! @SYMTestStatus 		3. Released   
    1.24 +//! @SYMTestActions  		The test creates 3 different mappings, identified by a TUid, TDataType
    1.25 +//!				and TDataTypePriority, verifying that they are correctly created. The consitency of these 
    1.26 +//!				mappings through the process of writing and reading to and from a stream is also checked.
    1.27 +//!				Also, a store of mappings is created, verifying the insertion, and the insertion depending
    1.28 +//!				on the TDataTypePriority, checking that it handles the insertion in accordance.
    1.29 +//!				API Calls:
    1.30 +//!				TMappingDataTypeToApp::TMappingDataTypeToApp(const TDataType& aDataType, TDataTypePriority aPriority, TUid aUid);
    1.31 +//!				CTypeStoreManager::NewL(RFs& aFs);
    1.32 +//!				CTypeStoreManager::InsertDataMappingL(const TDataType& aDataType, TDataTypePriority aPriority, TUid aUid);
    1.33 +//!				CTypeStoreManager::GetAppByDataType(const TDataType& aDataType, TUid& aUid) const;
    1.34 +//!				CTypeStoreManager::InsertIfHigherL(const TDataType& aDataType, TDataTypePriority aPriority, TUid aUid);
    1.35 +//! @SYMTestExpectedResults 	Test should complete without any panic.
    1.36 +
    1.37 +START_TESTCASE API-APPFWK-T-Maps-testTMappingDataTypeToAppL-0001
    1.38 +
    1.39 +PRINT Run T_Maps Emime test
    1.40 +//
    1.41 +LOAD_SUITE TEmimeTestServer
    1.42 +RUN_TEST_STEP 100 TEmimeTestServer T_Maps
    1.43 +
    1.44 +END_TESTCASE API-APPFWK-T-Maps-testTMappingDataTypeToAppL-0001