equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: definitions |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #ifndef TESTDEFINITIONS_HRH |
|
21 #define TESTDEFINITIONS_HRH |
|
22 |
|
23 // DEFINITIONS |
|
24 |
|
25 // CONSTANTS |
|
26 _LIT( KMainTitle,"Connection Multiplexer Tests" ); |
|
27 |
|
28 |
|
29 _LIT( KTxtLineBreak, "/n" ); |
|
30 _LIT( KTxtWrongOption, "Wrong Option! Try Again." ); |
|
31 _LIT( KTxtCharacter, "%c"); |
|
32 |
|
33 _LIT( KTxtMainInstructions, "Please select one option:/n" |
|
34 L"1. Run MUX UDP tests/n" |
|
35 L"2. Run MUX TCP tests/n" |
|
36 L"3. Start UDP audio streaming/n" |
|
37 L"4. Stop UDP audio streaming/n" |
|
38 L"/n" |
|
39 L"0. Quit/n"); |
|
40 |
|
41 #endif //TESTDEFINITIONS_HRH |