telephonyserverplugins/ctsydispatchlayer/test/dispatchertests/dispatchinc/cctsyphonebookonfunegative.h
branchRCL_3
changeset 14 7ef16719d8cb
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
equal deleted inserted replaced
9:962e6306d9d2 14:7ef16719d8cb
    20 */
    20 */
    21 
    21 
    22 #ifndef CTSYPHONEBOOKONFUNEGATIVE_H_
    22 #ifndef CTSYPHONEBOOKONFUNEGATIVE_H_
    23 #define CTSYPHONEBOOKONFUNEGATIVE_H_
    23 #define CTSYPHONEBOOKONFUNEGATIVE_H_
    24 
    24 
    25 #include "cctsycomponenttestbase.h"
    25 #include "cctsyphonebookfu.h"
    26 
    26 
    27 class CCTsyPhonebookOnFUNegative : public CCtsyComponentTestBase
    27 class CCTsyPhonebookOnFUNegative : public CCTsyPhonebookFU
    28 	{
    28 	{
    29 public:
    29 public:
    30 	// Create a suite of all the tests
    30 	// Create a suite of all the tests
    31 	static CTestSuite* CreateSuiteL(const TDesC& aName);
    31 	static CTestSuite* CreateSuiteL(const TDesC& aName);
    32 
    32 
    38 	void TestWriteEntryIpcL();
    38 	void TestWriteEntryIpcL();
    39 	void TestDeleteAllIpcL();
    39 	void TestDeleteAllIpcL();
    40 	void TestReadEntryIpcL();
    40 	void TestReadEntryIpcL();
    41 	void TestReadSizeIpcL();
    41 	void TestReadSizeIpcL();
    42 	void TestWriteSizeIpcL();
    42 	void TestWriteSizeIpcL();
       
    43     virtual void DoCleanup();
    43 	
    44 	
    44 private:
    45 private:
    45 	void OpenAndPushEtelAndPhoneONStoreL(RMobileONStore& aONStore);
    46 	void OpenAndPushEtelAndPhoneONStoreL(RMobileONStore& aONStore);
       
    47 	
       
    48 private:
       
    49 	RMobilePhoneBookStore iAdnPhoneBookStore;
    46 	}; // class CCTsyPhonebookOnFUNegative
    50 	}; // class CCTsyPhonebookOnFUNegative
    47 
    51 
    48 
    52 
    49 #endif /* CTSYPHONEBOOKONFUNEGATIVE_H_ */
    53 #endif /* CTSYPHONEBOOKONFUNEGATIVE_H_ */