|
1 // Copyright (c) 2007-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 // |
|
15 |
|
16 #ifndef TBROADCASTMESSAGINGTSYTESTHELPER_H |
|
17 #define TBROADCASTMESSAGINGTSYTESTHELPER_H |
|
18 |
|
19 |
|
20 #include "ttsytesthelperbase.h" |
|
21 |
|
22 class TBroadcastMessagingTsyTestHelper : public TTsyTestHelperBase |
|
23 { |
|
24 public: |
|
25 TBroadcastMessagingTsyTestHelper(CCTSYIntegrationTestSuiteStepBase& aTestStep); |
|
26 |
|
27 void WaitForMobileBroadcastMessagingNotifyBroadcastIdListChange( |
|
28 TEtelRequestBase& aRequestStatus, |
|
29 TInt aWantedStatus ); |
|
30 |
|
31 void WaitForMobileBroadcastMessagingNotifyFilterSettingChange( |
|
32 RMobileBroadcastMessaging& aMobileBroadcastMessaging, |
|
33 TEtelRequestBase& aRequestStatus, |
|
34 RMobileBroadcastMessaging::TMobilePhoneBroadcastFilter& aSetting, |
|
35 RMobileBroadcastMessaging::TMobilePhoneBroadcastFilter aExpectedSetting, |
|
36 TInt aWantedStatus ); |
|
37 |
|
38 void WaitForMobileBroadcastMessagingNotifyLanguageFilterChange( |
|
39 RMobileBroadcastMessaging& aMobileBroadcastMessaging, |
|
40 TEtelRequestBase& aRequestStatus, |
|
41 TDes16& aLangFilter, |
|
42 TDes16 aExpectedLangFilter, |
|
43 TInt aWantedStatus ); |
|
44 |
|
45 }; // class TBroadcastMessagingTsyTestHelper |
|
46 |
|
47 #endif |