telephonyserverplugins/common_tsy/test/component/inc/cctsyonstorefu.h
changeset 0 3553901f7fa8
child 5 7ef16719d8cb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/telephonyserverplugins/common_tsy/test/component/inc/cctsyonstorefu.h	Tue Feb 02 01:41:59 2010 +0200
@@ -0,0 +1,86 @@
+// 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 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
+