telephonyserverplugins/common_tsy/test/component/inc/cctsyonstorefu.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 19 Aug 2010 11:03:36 +0300
branchRCL_3
changeset 18 17af172ffa5f
parent 5 7ef16719d8cb
permissions -rw-r--r--
Revision: 201033 Kit: 201033

// Copyright (c) 2007-2009 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"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// The TEFUnit header file which tests the ONStore
// functional unit of the Common TSY.
// 
//

#ifndef CCTSYONSTOREFU_H
#define CCTSYONSTOREFU_H

#include <test/tefunit.h>

#include <etelmm.h>
#include <etelmmcs.h>

#include "cctsycomponenttestbase.h"

class CCTsyONStoreFU : public CCtsyComponentTestBase
	{
public:
	// Create a suite of all the tests
	static CTestSuite* CreateSuiteL(const TDesC& aName);

public:
	// Individual test steps

	void TestStoreAllL0001L();
	void TestStoreAllL0002L();
	void TestStoreAllL0003L();
	void TestStoreAllL0004L();
	void TestStoreAllL0005L();
	void TestNotifyStoreEvent0001L();
	void TestNotifyStoreEvent0002L();
	//void TestNotifyStoreEvent0003L();
	void TestNotifyStoreEvent0004L();
	//void TestNotifyStoreEvent0005L();
	void TestRead0001L();
	void TestRead0002L();
	void TestRead0003L();
	void TestRead0004L();
	void TestRead0005L();
	void TestWrite0001L();
	void TestWrite0002L();
	void TestWrite0003L();
	void TestWrite0004L();
	void TestWrite0005L();
	void TestDelete0001L();
	void TestDelete0002L();
	void TestDelete0003L();
	void TestDelete0004L();
	void TestDelete0005L();
    void TestGetInfo0001L();
    void TestGetInfo0001bL();
    void TestGetInfo0001cL();
    void TestGetInfo0001dL();
	void TestGetInfo0001eL();
	void TestGetInfo0002L();
	void TestGetInfo0003L();
	void TestGetInfo0004L();
	void TestGetInfo0005L();
	void TestDeleteAll0001L();
	void TestDeleteAll0002L();
	//void TestDeleteAll0003L();
	void TestDeleteAll0004L();
	void TestDeleteAll0005L();
	void TestStart0001L();
	void TestStart0002L();
	void TestStart0003L();
	void TestStart0004L();
	void TestStart0005L();


private:


	}; // class CCTsyONStoreFU

#endif // CCTSYONSTOREFU_H