tmf: add SWTBot tests for collapsing feature (disabled for now)
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui.swtbot.tests / src / org / eclipse / linuxtools / tmf / ui / swtbot / tests / table / AllTests.java
CommitLineData
693ec829
BH
1/*******************************************************************************
2 * Copyright (c) 2014 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 *******************************************************************************/
12
13package org.eclipse.linuxtools.tmf.ui.swtbot.tests.table;
14
15import org.junit.Ignore;
16import org.junit.runner.RunWith;
17import org.junit.runners.Suite;
18
19/**
20 * SWTBot test suite for testing of the TMF events table.
21 */
22@RunWith(Suite.class)
23@Suite.SuiteClasses({
24 CollapseEventsInTableTest.class,
25})
26@Ignore
27public class AllTests {
28}
This page took 0.035491 seconds and 5 git commands to generate.