rcp: Move plugins to their own sub-directory
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests / src / org / eclipse / tracecompass / tmf / ctf / ui / swtbot / tests / AllTests.java
CommitLineData
e1c43333 1/*******************************************************************************
2f7b3dd7 2 * Copyright (c) 2013, 2014 Ericsson
e1c43333
AM
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:
91e7f946
AM
10 * Matthew Khouzam - Initial API and implementation
11 *******************************************************************************/
e1c43333 12
2bdf0193 13package org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests;
e1c43333
AM
14
15import org.junit.runner.RunWith;
16import org.junit.runners.Suite;
17
18/**
91e7f946
AM
19 * SWTBot test suite for tmf.ui
20 *
21 * @author Matthew Khouzam
e1c43333
AM
22 */
23@RunWith(Suite.class)
24@Suite.SuiteClasses({
2f7b3dd7 25 ImportAndReadSmokeTest.class,
b373d07b
MK
26 StandardImportAndReadSmokeTest.class,
27 TestInvalidCtfTrace.class
e1c43333 28})
91e7f946
AM
29public class AllTests {
30}
This page took 0.073995 seconds and 5 git commands to generate.