localisation/apparchitecture/tef/T_ServicesStep.h
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 
       
    18 /**
       
    19  @file 
       
    20  @internalComponent - Internal Symbian test code 
       
    21 */
       
    22 
       
    23 #if (!defined __T_SERVICES_STEP_H__)
       
    24 #define __T_SERVICES_STEP_H__
       
    25 
       
    26 #include "testableapalssession.h"
       
    27 #include "appfwk_test_AppUi.h"
       
    28 
       
    29 _LIT(KT_ServicesStep,"T_Services");
       
    30 
       
    31 class CT_ServicesTestStep : public CTestStep
       
    32 	{
       
    33 public:
       
    34 	CT_ServicesTestStep();
       
    35 	~CT_ServicesTestStep();
       
    36 	virtual TVerdict doTestStepPreambleL();
       
    37 	virtual TVerdict doTestStepPostambleL();
       
    38 	virtual TVerdict doTestStepL();
       
    39 	
       
    40 private:
       
    41 	TInt RunTestCasesL();
       
    42 	void TestServiceDiscovery1L();
       
    43 	void TestServiceDiscovery2L();
       
    44 	void TestServiceDiscovery3L();
       
    45 	void TestServiceDiscovery4L();
       
    46 	void TestServiceDiscovery5L();
       
    47 	void TestServiceDiscovery6();
       
    48 	void TestServiceDiscovery7L();
       
    49 	void TestServiceDiscovery8L();
       
    50 	void TestServiceDiscovery9();
       
    51 	void TestServiceDiscovery10L();
       
    52 	void TestServiceDiscovery11L();
       
    53 	void TestServiceDiscovery12L();
       
    54 	void TestServiceDiscovery13L();
       
    55 
       
    56 	void TestServiceDiscovery17L();
       
    57 	void TestServiceDiscovery18L();
       
    58 	void TestServiceDiscovery19();
       
    59 	void TestServiceDiscovery20L();
       
    60 	void TestServiceDiscovery21L();
       
    61 	void TestServiceDiscovery22();
       
    62 	void TestServiceDiscovery23();
       
    63 	void TestServiceDiscovery24();
       
    64 	void TestServiceDiscovery25();
       
    65 	void TestServiceDiscovery26();
       
    66 	void TestServiceDiscovery27();
       
    67 	void TestServiceDiscovery28L();
       
    68 	void TestOpenService1L();
       
    69 	void TestCtrlPnlAppL();
       
    70 	void TestPrioritySystemL();
       
    71 			
       
    72 private:
       
    73 	RTestableApaLsSession iApaLsSession;
       
    74 	};
       
    75 
       
    76 #endif