idlefw/tsrc/utility/mt_aiutils/MT_AiStrParser.h
branchRCL_3
changeset 27 2c7f27287390
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/idlefw/tsrc/utility/mt_aiutils/MT_AiStrParser.h	Thu Jul 15 18:59:18 2010 +0300
@@ -0,0 +1,116 @@
+/*
+* Copyright (c) 2010 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:
+*
+*/
+
+
+#ifndef MT_AiStrParser_H
+#define MT_AiStrParser_H
+
+//  EXTERNAL INCLUDES
+#include <digia/eunit/ceunittestsuiteclass.h>
+
+//  INTERNAL INCLUDES
+
+
+#include <e32def.h>
+#ifndef NONSHARABLE_CLASS
+    #define NONSHARABLE_CLASS(x) class x
+#endif
+
+class MAiStrParser;
+
+//  CLASS DEFINITION
+/**
+ *
+ * EUnitWizard generated test class. 
+ *
+ */
+NONSHARABLE_CLASS( MT_AiStrParser )
+     : public CEUnitTestSuiteClass
+    {
+    public:     // Constructors and destructors
+
+        /**
+         * Two phase construction
+         */
+        static MT_AiStrParser* NewL();
+        static MT_AiStrParser* NewLC();
+        /**
+         * Destructor
+         */
+        ~MT_AiStrParser();
+
+    private:    // Constructors and destructors
+
+        MT_AiStrParser();
+        void ConstructL();
+
+    public:     // From observer interface
+
+        
+
+    private:    // New methods
+
+         void SetupL();
+         
+         void SetupUtf8BufferL();
+         
+         void SetupUnicodeBufferL();
+         
+         void SetupHexIntL();
+         
+         void SetupIntL();
+         
+         void SetupNoIntL();
+         
+         void SetupHexIntUnicodeL();
+         
+         void SetupIntUnicodeL();
+         
+         void SetupNoIntUnicodeL();
+         
+         void Teardown();
+        
+         void TestCopyUnicodeToUnicodeL();
+         
+         void TestCopyUnicodeToUtf8L();
+            
+         void TestCopyUtf8ToUnicodeL();
+                 
+         void TestCopyUtf8ToUtf8L();
+         
+         void TestParseInt();
+         
+         void TestParseIntUnicode();
+         
+    private:    // Data
+
+        EUNIT_DECLARE_TEST_TABLE;
+        
+        HBufC* iUnicodeBuffer;
+        
+        HBufC8* iUtf8Buffer;
+        
+        TInt iTestResult;
+        
+        TInt32 iTestValue;
+        
+        MAiStrParser* iStrParser;
+    };
+
+#endif      //  __UT_ActiveTransactionStack_H__
+
+// End of file