messagingappbase/smsmtm/test/inc/t_smsbiofication.h
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 27 e4592d119491
child 37 518b245aa84c
child 79 2981cb3aa489
--- a/messagingappbase/smsmtm/test/inc/t_smsbiofication.h	Fri Apr 16 14:56:15 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,78 +0,0 @@
-// Copyright (c) 1999-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:
-//
-
-#include <smsclnt.h>
-#include <smuthdr.h>
-#include <smstestbase.h>
-#include <smsuaddr.h>
-
-_LIT(KSmsBioficationTestName, "Enumerate and Write BIO messages to SIM or phone");
-
-class CSmsBioficationTest : public CSmsTestBase
-	{
-public:
-	static CSmsBioficationTest* NewLC(CSmsTestUtils& aSmsTest, const TDesC& aScriptFile, TInt& aNextTest);
-	~CSmsBioficationTest();
-
-private:
-	CSmsBioficationTest(CSmsTestUtils& aSmsTest, const TDesC& aScriptFile, TInt& aNextTest);
-	void ConstructL();
-
-	void RunL();
-	void DoCancel();
-//  Tests
-	void TestSetupL();
-	void TestEnumerateL();
-	void TestCopyToPhoneStoreL();
-	void TestCopyFromPhoneStoreL();
-	void TestMoveFromPhoneStoreL();
-	void TestDeleteFromPhoneStoreL();
-	void TestSendL();
-	void TestDeleteEnumerationFolderL();
-	void TestCopyToPhoneStoreWithClass2FolderL();
-	void TestMoveToPhoneStoreWithClass2FolderL();
-	
-	void RunAutoL();
-	void ShowMenuL();
-
-	void RunEnumerateL();
-	void RunCopyToPhoneStoreL();
-	void RunCopyMoveDeleteFromPhoneStoreL();
-
-	void DeleteEntriesFromTestFolderL();
-	void ChangeMtmUidsL(CMsvEntrySelection& aSelection);
-	TBool CompareSelectionsL(const CMsvEntrySelection& aSelection1,const CMsvEntrySelection& aSelection2);
-	TBool CompareEntriesL(TMsvId aId1, TMsvId aId2);
-
-	void SetClass2FolderL(TMsvId aFolder);
-private:
-	enum TSchSmsTestState
-		{
-		EStateIdle,
-		EStateSettingUp,
-		EStateEnumerating,
-		EStateCopyingToPhoneStore,
-		EStateCopyingFromPhoneStore,
-		EStateMovingFromPhoneStore,
-		EStateDeletingFromPhoneStore,
-		EStateDeletingEnumerationFolder,
-		EStateSending,
-		} iState;
-	TMsvId iEnumerationFolderId;
-	TMsvId iTestFolderId;
-	CMsvEntrySelection* iTestSelection;
-	RSocketServ iSocketServ;
-	RSocket iSocket;
-	};