Update contrib.
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".
9 // Initial Contributors:
10 // Nokia Corporation - initial contribution.
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
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
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.
46 START_TESTCASE API-APPFWK-T-MimeStep-testScanningMimeTheRecognizerL-0001
48 PRINT Run T_Mime Emime test
50 LOAD_SUITE TEmimeTestServer
51 RUN_TEST_STEP 100 TEmimeTestServer T_Mime
53 END_TESTCASE API-APPFWK-T-MimeStep-testScanningMimeTheRecognizerL-0001