sl@0: // sl@0: // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: //! @file sl@0: //! @SYMTestCaseID API-APPFWK-T-MimeStep-testScanningMimeTheRecognizerL-0001 sl@0: //! @SYMTestCaseDesc Tests the Scanning File-Recognizer sl@0: //! @SYMTestPriority High sl@0: //! @SYMTestStatus 3. Released sl@0: //! @SYMTestActions The test verifies the Scannig File-Recognizer by testing sl@0: //! the getter and setter functions. It creates a temporal list of recognizers to sl@0: //! check the getter function, and then goes through the whole list of recognizers sl@0: //! testing each one. sl@0: //! Also, the setter function is checked, by adding a recognizer that's already sl@0: //! added, and adding one that doesn't exist, and verifying that correct return sl@0: //! value. Finally, it is checked if specific recognizers are loaded or not. sl@0: //! This test Also checks for the functionality of the Locking and Unlocking sl@0: //! Mechanism of the recognizer and checks that the When the recognizers are not sl@0: //! added in CAPARecognizertype class , The properties of the Recognizer will be sl@0: //! the defaulted. sl@0: //! API Calls: sl@0: //! CApaScanningDataRecognizer::NewL(RFs& aFs); sl@0: //! CApaScanningDataRecognizer::TRecognizer(HBufC* aName); sl@0: //! CApaScanningDataRecognizer::RecognizerListLC(); sl@0: //! CApaScanningDataRecognizer::RecognizerCount(); sl@0: //! CApaScanningDataRecognizer::UpdateCounter() const; sl@0: //! CApaScanningDataRecognizer::SetRecognizerL(); sl@0: //! CApaScanningDataRecognizer::SetEcomRecognizerL(); sl@0: //! CApaDataRecognizerType::MimeType(); sl@0: //! CApaDataRecognizerType::Confidence(); sl@0: //! CApaDataRecognizerType::Lock(); sl@0: //! CApaDataRecognizerType::Unlock(); sl@0: //! @SYMTestExpectedResults Test should complete without any panic. sl@0: sl@0: START_TESTCASE API-APPFWK-T-MimeStep-testScanningMimeTheRecognizerL-0001 sl@0: sl@0: PRINT Run T_Mime Emime test sl@0: // sl@0: LOAD_SUITE TEmimeTestServer sl@0: RUN_TEST_STEP 100 TEmimeTestServer T_Mime sl@0: sl@0: END_TESTCASE API-APPFWK-T-MimeStep-testScanningMimeTheRecognizerL-0001