telephonyutils/telephonywatchers/Test/TE_TelWatchers/TE_TelWatchersIntTest.h
changeset 0 3553901f7fa8
child 24 6638e7f4bd8f
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     1 // Copyright (c) 2001-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 "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Telephony Watchers Integration Test header file.
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 #ifndef __TE_TELWATCHERINTTEST_H__
       
    23 #define __TE_TELWATCHERINTTEST_H__
       
    24 
       
    25 
       
    26 class CTelWatchersIntTestRetrieveSignalStrengthWithPublishSubscribe : public CTelWatchersIntTestStep
       
    27 	{
       
    28 public:
       
    29 	CTelWatchersIntTestRetrieveSignalStrengthWithPublishSubscribe();
       
    30 	~CTelWatchersIntTestRetrieveSignalStrengthWithPublishSubscribe();
       
    31 
       
    32 	virtual enum TVerdict doTestStepL();
       
    33 	};
       
    34 	
       
    35 
       
    36 class CTelWatchersIntTestRetrieveChargerStatusWithPublishSubscribe : public CTelWatchersIntTestStep
       
    37 	{
       
    38 public:
       
    39 	CTelWatchersIntTestRetrieveChargerStatusWithPublishSubscribe();
       
    40 	~CTelWatchersIntTestRetrieveChargerStatusWithPublishSubscribe();
       
    41 
       
    42 	virtual enum TVerdict doTestStepL();
       
    43 	};
       
    44 
       
    45 
       
    46 class CTelWatchersIntTestNetworkStatusWithPublishSubscribe : public CTelWatchersIntTestStep
       
    47 	{
       
    48 public:
       
    49 	CTelWatchersIntTestNetworkStatusWithPublishSubscribe();
       
    50 	~CTelWatchersIntTestNetworkStatusWithPublishSubscribe();
       
    51 
       
    52 	virtual enum TVerdict doTestStepL();
       
    53 	};
       
    54 
       
    55 	
       
    56 class CTelWatchersIntTestIncomingCallStatusWithPublishSubscribe : public CTelWatchersIntTestStep
       
    57 	{
       
    58 public:
       
    59 	CTelWatchersIntTestIncomingCallStatusWithPublishSubscribe();
       
    60 	~CTelWatchersIntTestIncomingCallStatusWithPublishSubscribe();
       
    61 
       
    62 	virtual enum TVerdict doTestStepL();
       
    63 
       
    64 	void IncomingCallL();
       
    65 	static TInt IncomingCallThreadFunction(TAny* aPtr);
       
    66 	};
       
    67 
       
    68 
       
    69 class CTelWatchersIntTestOutgoingCallStatusWithPublishSubscribe : public CTelWatchersIntTestStep
       
    70 	{
       
    71 public:
       
    72 	CTelWatchersIntTestOutgoingCallStatusWithPublishSubscribe();
       
    73 	~CTelWatchersIntTestOutgoingCallStatusWithPublishSubscribe();
       
    74 
       
    75 	virtual enum TVerdict doTestStepL();
       
    76 
       
    77 	void OutgoingCallL();
       
    78 	static TInt OutgoingCallThreadFunction(TAny* aPtr);
       
    79 	};
       
    80 	
       
    81 
       
    82 class CTelWatchersIntTestIndicatorKErrNotSupportedScenarioWithPublishSubscribe : public CTelWatchersIntTestStep
       
    83 	{
       
    84 public:
       
    85 	CTelWatchersIntTestIndicatorKErrNotSupportedScenarioWithPublishSubscribe();
       
    86 	~CTelWatchersIntTestIndicatorKErrNotSupportedScenarioWithPublishSubscribe();
       
    87 
       
    88 	virtual enum TVerdict doTestStepL();
       
    89 	};
       
    90 
       
    91 
       
    92 class CTelWatchersIntTestIndicatorKErrEtelModemNotDetectedScenarioWithPublishSubscribe : public CTelWatchersIntTestStep
       
    93 	{
       
    94 public:
       
    95 	CTelWatchersIntTestIndicatorKErrEtelModemNotDetectedScenarioWithPublishSubscribe();
       
    96 	~CTelWatchersIntTestIndicatorKErrEtelModemNotDetectedScenarioWithPublishSubscribe();
       
    97 
       
    98 	virtual enum TVerdict doTestStepL();
       
    99 	};
       
   100 
       
   101 #endif // __TE_TELWATCHERINTTEST_H__
       
   102