telephonyserverplugins/common_tsy/test/component/inc/cctsyonstorefu.h
changeset 0 3553901f7fa8
child 5 7ef16719d8cb
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // The TEFUnit header file which tests the ONStore
       
    15 // functional unit of the Common TSY.
       
    16 // 
       
    17 //
       
    18 
       
    19 #ifndef CCTSYONSTOREFU_H
       
    20 #define CCTSYONSTOREFU_H
       
    21 
       
    22 #include <test/tefunit.h>
       
    23 
       
    24 #include <etelmm.h>
       
    25 #include <etelmmcs.h>
       
    26 
       
    27 #include "cctsycomponenttestbase.h"
       
    28 
       
    29 class CCTsyONStoreFU : public CCtsyComponentTestBase
       
    30 	{
       
    31 public:
       
    32 	// Create a suite of all the tests
       
    33 	static CTestSuite* CreateSuiteL(const TDesC& aName);
       
    34 
       
    35 public:
       
    36 	// Individual test steps
       
    37 
       
    38 	void TestStoreAllL0001L();
       
    39 	void TestStoreAllL0002L();
       
    40 	void TestStoreAllL0003L();
       
    41 	void TestStoreAllL0004L();
       
    42 	void TestStoreAllL0005L();
       
    43 	void TestNotifyStoreEvent0001L();
       
    44 	void TestNotifyStoreEvent0002L();
       
    45 	//void TestNotifyStoreEvent0003L();
       
    46 	void TestNotifyStoreEvent0004L();
       
    47 	//void TestNotifyStoreEvent0005L();
       
    48 	void TestRead0001L();
       
    49 	void TestRead0002L();
       
    50 	void TestRead0003L();
       
    51 	void TestRead0004L();
       
    52 	void TestRead0005L();
       
    53 	void TestWrite0001L();
       
    54 	void TestWrite0002L();
       
    55 	void TestWrite0003L();
       
    56 	void TestWrite0004L();
       
    57 	void TestWrite0005L();
       
    58 	void TestDelete0001L();
       
    59 	void TestDelete0002L();
       
    60 	void TestDelete0003L();
       
    61 	void TestDelete0004L();
       
    62 	void TestDelete0005L();
       
    63 	void TestGetInfo0001L();
       
    64 	void TestGetInfo0002L();
       
    65 	void TestGetInfo0003L();
       
    66 	void TestGetInfo0004L();
       
    67 	void TestGetInfo0005L();
       
    68 	void TestDeleteAll0001L();
       
    69 	void TestDeleteAll0002L();
       
    70 	//void TestDeleteAll0003L();
       
    71 	void TestDeleteAll0004L();
       
    72 	void TestDeleteAll0005L();
       
    73 	void TestStart0001L();
       
    74 	void TestStart0002L();
       
    75 	void TestStart0003L();
       
    76 	void TestStart0004L();
       
    77 	void TestStart0005L();
       
    78 
       
    79 
       
    80 private:
       
    81 
       
    82 
       
    83 	}; // class CCTsyONStoreFU
       
    84 
       
    85 #endif // CCTSYONSTOREFU_H
       
    86