pcap: Move plugins to their own sub-directory
[deliverable/tracecompass.git] / pcap / org.eclipse.tracecompass.tmf.pcap.core.tests / src / org / eclipse / tracecompass / tmf / pcap / core / tests / AllTmfPcapCoreTests.java
CommitLineData
527c3a79
VP
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 * Vincent Perot - Initial generation with CodePro tools
11 *******************************************************************************/
12
2bdf0193 13package org.eclipse.tracecompass.tmf.pcap.core.tests;
527c3a79 14
df666eeb 15import org.eclipse.tracecompass.tmf.core.tests.shared.DebugSuite;
527c3a79 16import org.junit.runner.RunWith;
527c3a79
VP
17
18/**
19 * The class <code>AllTmfPcapCoreTests</code> builds a suite to run all the
20 * tests.
21 *
22 * @author Vincent Perot
23 */
df666eeb
AM
24@RunWith(DebugSuite.class)
25@DebugSuite.SuiteClasses({
2bdf0193
AM
26 org.eclipse.tracecompass.tmf.pcap.core.tests.analysis.AllTests.class,
27 org.eclipse.tracecompass.tmf.pcap.core.tests.event.AllTests.class,
28 org.eclipse.tracecompass.tmf.pcap.core.tests.trace.AllTests.class
527c3a79
VP
29})
30public class AllTmfPcapCoreTests {
31
32}
This page took 0.05668 seconds and 5 git commands to generate.