diff -r d7fc66ccd6fb -r e44a8c097b15 phonesrv_plat/voice_mailbox_number_api/tsrc/mt_vmbxengine.h --- a/phonesrv_plat/voice_mailbox_number_api/tsrc/mt_vmbxengine.h Mon May 03 13:01:45 2010 +0300 +++ b/phonesrv_plat/voice_mailbox_number_api/tsrc/mt_vmbxengine.h Fri May 14 16:24:46 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -40,7 +40,6 @@ * See cpp file for more information. * * @lib mt_vmbxngine.lib - * @since S60 */ class Mt_vmbxEngine : public QObject { @@ -53,73 +52,29 @@ private slots: - /** - * Called before the first testfunction is executed. - * Handles the SetUpMenu command. - */ + /*! + Called before the first testfunction is executed. + */ void initTestCase(); - /** - * Called after the last testfunction has been executed. - * - */ + /*! + Called after the last testfunction has been executed. + */ void cleanupTestCase(); - - // Called before each testfunction is executed. Currently not needed - //void init(); - - /** - * Called after every testfunction. Currently not needed - * - */ - //void cleanup(); - /** - * Test first case,Create testCreateVmbxEntry - * - */ - void testCreateVmbxEntry(); - - /** - * Test second case,Create CVoiceMailbox - * - */ - void testCreateVmbxMailbox(); - - /** - * Test middle case,vmbx type - * - */ - void testVmbxType(); - - /** - * Test middle case,ServiceId - * - */ - void testServiceId(); - - /** - * Test middle case, AlsLine Type - * - */ - void testAlsLineType(); - - /** - * Test middle case, VmbxNumber - * - */ - void testVmbxNumber(); - - /** - * Test middle case, reset - * - */ - void testReset(); + /*! + Create an empty vmbx entry + */ + void testCreateVmbxEntry(); + + /*! + Create CVoiceMailbox Api + */ + void testCreateVmbxMailbox(); - /** - * Test middle case,CheckConfiguration - * - */ + /*! + Test middle case,CheckConfiguration + */ void testCheckConfiguration(); /** @@ -129,11 +84,6 @@ */ void testCreateWindow(); - /** - * Test middle case,regsit observer for vmbx number changed - * - */ - void testNotifyVmbxNumberChange(); /** * Test middle case,SaveProvisionedEntry @@ -161,13 +111,11 @@ /** * Test middle case,delete CVoiceMailbox - * */ void testDeleteVmbxMailbox(); /** * Test last case,delete CVoiceMailboxEntry - * */ void testDeleteVmbxEntry(); @@ -176,7 +124,7 @@ /** * Own. */ - CVoiceMailboxEntry* mVmbxEntry; + CVoiceMailboxEntry* mVmbxEntry; /** * Own.