tmf: Fix GTK bug when setting top item after changing tree font
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.control.ui.tests / src / org / eclipse / tracecompass / lttng2 / control / ui / tests / AllTests.java
CommitLineData
79b33284 1/*******************************************************************************
ed902a2b 2 * Copyright (c) 2012, 2014 Ericsson
cfdb727a 3 *
79b33284
FC
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
cfdb727a 8 *
79b33284
FC
9 * Contributors:
10 * Francois Chouinard - Initial API and implementation
2ba3d0a1 11 * Alexandre Montplaisir - Port to JUnit4
79b33284
FC
12 *******************************************************************************/
13
9bc60be7 14package org.eclipse.tracecompass.lttng2.control.ui.tests;
79b33284 15
2ba3d0a1
AM
16import org.junit.runner.RunWith;
17import org.junit.runners.Suite;
79b33284
FC
18
19/**
8e8c0226 20 * Runner for the test suite
79b33284 21 */
2ba3d0a1
AM
22@RunWith(Suite.class)
23@Suite.SuiteClasses({
24 ActivatorTest.class,
9bc60be7
AM
25 org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.AllTests.class,
26 org.eclipse.tracecompass.lttng2.control.ui.tests.service.AllTests.class
2ba3d0a1 27})
268c6ff3 28public class AllTests {
79b33284 29
79b33284 30}
This page took 0.107662 seconds and 5 git commands to generate.