os/ossrv/genericservices/mimerecognitionfw/tef/scripts/emimetest_T_Mime.script
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 //
     2 // Copyright (c) 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 //! @SYMTestCaseID		API-APPFWK-T-MimeStep-testScanningMimeTheRecognizerL-0001
    18 //! @SYMTestCaseDesc 		Tests the Scanning File-Recognizer
    19 //! @SYMTestPriority 		High
    20 //! @SYMTestStatus 		3. Released
    21 //! @SYMTestActions  		The test verifies the Scannig File-Recognizer by testing
    22 //!				the getter and setter functions. It creates a temporal list of recognizers to
    23 //!				check the getter function, and then goes through the whole list of recognizers 
    24 //!				testing each one.
    25 //!				Also, the setter function is checked, by adding a recognizer that's already
    26 //!				added, and adding one that doesn't exist, and verifying that correct return 
    27 //!				value. Finally, it is checked if specific recognizers are loaded or not.
    28 //!				This test Also checks for the functionality of the Locking and Unlocking 
    29 //!				Mechanism of the recognizer and checks that the When the recognizers are not 
    30 //!				added in CAPARecognizertype class , The properties of the Recognizer will be 
    31 //!				the defaulted.
    32 //!				API Calls:
    33 //!				CApaScanningDataRecognizer::NewL(RFs& aFs);
    34 //!				CApaScanningDataRecognizer::TRecognizer(HBufC* aName);
    35 //!				CApaScanningDataRecognizer::RecognizerListLC();
    36 //!				CApaScanningDataRecognizer::RecognizerCount();
    37 //!				CApaScanningDataRecognizer::UpdateCounter() const;
    38 //!				CApaScanningDataRecognizer::SetRecognizerL();
    39 //!				CApaScanningDataRecognizer::SetEcomRecognizerL();
    40 //!				CApaDataRecognizerType::MimeType();
    41 //!				CApaDataRecognizerType::Confidence();
    42 //!				CApaDataRecognizerType::Lock();
    43 //!				CApaDataRecognizerType::Unlock();
    44 //! @SYMTestExpectedResults 	Test should complete without any panic.
    45 
    46 START_TESTCASE API-APPFWK-T-MimeStep-testScanningMimeTheRecognizerL-0001
    47 
    48 PRINT Run T_Mime Emime test
    49 //
    50 LOAD_SUITE TEmimeTestServer
    51 RUN_TEST_STEP 100 TEmimeTestServer T_Mime
    52 
    53 END_TESTCASE API-APPFWK-T-MimeStep-testScanningMimeTheRecognizerL-0001