sl@0
|
1 |
//
|
sl@0
|
2 |
// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
3 |
// All rights reserved.
|
sl@0
|
4 |
// This component and the accompanying materials are made available
|
sl@0
|
5 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
6 |
// which accompanies this distribution, and is available
|
sl@0
|
7 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
8 |
//
|
sl@0
|
9 |
// Initial Contributors:
|
sl@0
|
10 |
// Nokia Corporation - initial contribution.
|
sl@0
|
11 |
//
|
sl@0
|
12 |
// Contributors:
|
sl@0
|
13 |
//
|
sl@0
|
14 |
// Description:
|
sl@0
|
15 |
//
|
sl@0
|
16 |
//! @file
|
sl@0
|
17 |
//! @SYMTestCaseID API-APPFWK-T-MimeStep-testScanningMimeTheRecognizerL-0001
|
sl@0
|
18 |
//! @SYMTestCaseDesc Tests the Scanning File-Recognizer
|
sl@0
|
19 |
//! @SYMTestPriority High
|
sl@0
|
20 |
//! @SYMTestStatus 3. Released
|
sl@0
|
21 |
//! @SYMTestActions The test verifies the Scannig File-Recognizer by testing
|
sl@0
|
22 |
//! the getter and setter functions. It creates a temporal list of recognizers to
|
sl@0
|
23 |
//! check the getter function, and then goes through the whole list of recognizers
|
sl@0
|
24 |
//! testing each one.
|
sl@0
|
25 |
//! Also, the setter function is checked, by adding a recognizer that's already
|
sl@0
|
26 |
//! added, and adding one that doesn't exist, and verifying that correct return
|
sl@0
|
27 |
//! value. Finally, it is checked if specific recognizers are loaded or not.
|
sl@0
|
28 |
//! This test Also checks for the functionality of the Locking and Unlocking
|
sl@0
|
29 |
//! Mechanism of the recognizer and checks that the When the recognizers are not
|
sl@0
|
30 |
//! added in CAPARecognizertype class , The properties of the Recognizer will be
|
sl@0
|
31 |
//! the defaulted.
|
sl@0
|
32 |
//! API Calls:
|
sl@0
|
33 |
//! CApaScanningDataRecognizer::NewL(RFs& aFs);
|
sl@0
|
34 |
//! CApaScanningDataRecognizer::TRecognizer(HBufC* aName);
|
sl@0
|
35 |
//! CApaScanningDataRecognizer::RecognizerListLC();
|
sl@0
|
36 |
//! CApaScanningDataRecognizer::RecognizerCount();
|
sl@0
|
37 |
//! CApaScanningDataRecognizer::UpdateCounter() const;
|
sl@0
|
38 |
//! CApaScanningDataRecognizer::SetRecognizerL();
|
sl@0
|
39 |
//! CApaScanningDataRecognizer::SetEcomRecognizerL();
|
sl@0
|
40 |
//! CApaDataRecognizerType::MimeType();
|
sl@0
|
41 |
//! CApaDataRecognizerType::Confidence();
|
sl@0
|
42 |
//! CApaDataRecognizerType::Lock();
|
sl@0
|
43 |
//! CApaDataRecognizerType::Unlock();
|
sl@0
|
44 |
//! @SYMTestExpectedResults Test should complete without any panic.
|
sl@0
|
45 |
|
sl@0
|
46 |
START_TESTCASE API-APPFWK-T-MimeStep-testScanningMimeTheRecognizerL-0001
|
sl@0
|
47 |
|
sl@0
|
48 |
PRINT Run T_Mime Emime test
|
sl@0
|
49 |
//
|
sl@0
|
50 |
LOAD_SUITE TEmimeTestServer
|
sl@0
|
51 |
RUN_TEST_STEP 100 TEmimeTestServer T_Mime
|
sl@0
|
52 |
|
sl@0
|
53 |
END_TESTCASE API-APPFWK-T-MimeStep-testScanningMimeTheRecognizerL-0001
|