Improve test cases, speed and accuracy.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui.tests / src / org / eclipse / linuxtools / tmf / ui / tests / views / uml2sd / impl / IUml2SDTestConstants.java
CommitLineData
73005152
BH
1/*******************************************************************************
2 * Copyright (c) 2011 Ericsson
3 *
4 * All rights reserved. This program and the accompanying materials are
5 * made available under the terms of the Eclipse Public License v1.0 which
6 * accompanies this distribution, and is available at
7 * http://www.eclipse.org/legal/epl-v10.html
8 *
9 * Contributors:
10 * Bernd Hufmann - Initial API and implementation
11 *******************************************************************************/
12package org.eclipse.linuxtools.tmf.ui.tests.views.uml2sd.impl;
13
14/**
15 * Common constants for the TMF UML2SD test cases
16 */
17@SuppressWarnings("nls")
18public interface IUml2SDTestConstants {
19
20 final static public int WAIT_FOR_JOBS_DELAY = 1000;
21 final static public int GUI_REFESH_DELAY = 500;
22 final static public int INITIAL_INDEX_DELAY = 1000;
23 final static public int BROADCAST_DELAY = 2000;
24
25 final static public int TOTAL_NUMBER_OF_PAGES = 9;
26 final static public int MAX_MESSEAGES_PER_PAGE = 10000;
27 final static public int NUM_MESSAGES_OF_LAST_PAGE = 32;
28
29 final static public int DEFAULT_NUM_LIFELINES = 2;
30 final static public int NUM_OF_ALL_LIFELINES = 3;
31 final static public int PAGE_OF_ALL_LIFELINES = 4;
32
33 final static public byte TIME_SCALE = -9;
34
35 final static public String MASTER_PLAYER_NAME = "Master";
36 final static public String FIRST_PLAYER_NAME = "player1";
37 final static public String SECOND_PLAYER_NAME = "player2";
38
39}
This page took 0.02816 seconds and 5 git commands to generate.