tmf: Fix GTK bug when setting top item after changing tree font
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui.tests / src / org / eclipse / tracecompass / tmf / ui / tests / statistics / AllTests.java
CommitLineData
79e08fd0 1/*******************************************************************************
ed902a2b 2 * Copyright (c) 2011, 2014 Ericsson
64636df8 3 *
79e08fd0
BH
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
64636df8 8 *
79e08fd0 9 * Contributors:
09667aa4 10 * Mathieu Denis <mathieu.denis@polymtl.ca> - Initial API and Implementation
79e08fd0 11 * Bernd Hufmann - Fixed suite name
90ed5958 12 * Alexandre Montplaisir - Port to JUnit4
79e08fd0 13 *******************************************************************************/
79e08fd0 14
2bdf0193 15package org.eclipse.tracecompass.tmf.ui.tests.statistics;
79e08fd0 16
90ed5958
AM
17import org.junit.runner.RunWith;
18import org.junit.runners.Suite;
64636df8
BH
19
20/**
21 * Test suite for statistic tests.
22 */
90ed5958
AM
23@RunWith(Suite.class)
24@Suite.SuiteClasses({
25 TmfBaseColumnDataProviderTest.class,
26 TmfBaseColumnDataTest.class,
27 TmfBaseStatisticsDataTest.class,
28 TmfStatisticsTest.class,
29 TmfStatisticsTreeNodeTest.class,
30 TmfStatisticsTreeManagerTest.class,
31 TmfTreeContentProviderTest.class
32})
79e08fd0
BH
33public class AllTests {
34
09667aa4 35}
This page took 0.0976089999999999 seconds and 5 git commands to generate.