logsui/logscntfinder/tsrc/ut_logscntfinder/inc/ut_logscntentry.h
changeset 2 7119b73b84d6
parent 0 4a5361db8937
child 4 e52d42f9500c
equal deleted inserted replaced
0:4a5361db8937 2:7119b73b84d6
    16 */
    16 */
    17 #ifndef UT_LOGSCNTENTRY_H
    17 #ifndef UT_LOGSCNTENTRY_H
    18 #define UT_LOGSCNTENTRY_H
    18 #define UT_LOGSCNTENTRY_H
    19 
    19 
    20 #include <QObject>
    20 #include <QObject>
       
    21 #include <hbinputlanguage.h>
    21 
    22 
    22 class LogsCntEntry;
    23 class LogsCntEntry;
    23 
    24 
    24 class UT_LogsCntEntry : public QObject                 
    25 class UT_LogsCntEntry : public QObject                 
    25 {
    26 {
    44 
    45 
    45 private slots: //test methods
    46 private slots: //test methods
    46      
    47      
    47     void testConstructor();
    48     void testConstructor();
    48     void testSetName();
    49     void testSetName();
    49     void testSetHighlights();
    50     void testSetPhoneNumber();
    50     void testSetAvatarPath();
    51     void testSetAvatarPath();
    51     void testRichText();
       
    52     void testSetPhoneNumber();
       
    53     void testSetSpeedDial();
    52     void testSetSpeedDial();
    54     void testMatch();
    53     //with latin 12 keys
       
    54     void testSetHighlights_latin12k();
       
    55     void testRichText_latin12k();
       
    56     void testMatch_latin12k();
       
    57     //with thai 12 keys
       
    58     void testMatch_thai12k();
       
    59     void testSetHighlights_thai12k();
    55     
    60     
    56     
    61     
    57 private:
    62 private:
    58  
    63  
    59     LogsCntEntry* mEntry;
    64     LogsCntEntry* mEntry;
       
    65     HbInputLanguage mOrigLang; 
       
    66     
    60 };
    67 };
    61 
    68 
    62 
    69 
    63 #endif //UT_LOGSCNTENTRY_H
    70 #endif //UT_LOGSCNTENTRY_H