ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / request / AllTests.java
CommitLineData
6e1886bc
AM
1/*******************************************************************************
2 * Copyright (c) 2013 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 * Francois Chouinard - Initial API and implementation
11 * Alexandre Montplaisir - Port to JUnit4
12 *******************************************************************************/
d18dd09b 13
6e1886bc 14package org.eclipse.linuxtools.tmf.core.tests.request;
d18dd09b 15
6e1886bc
AM
16import org.junit.runner.RunWith;
17import org.junit.runners.Suite;
e1ab8984 18
54a7a54c 19/**
6e1886bc 20 * Requests tests
54a7a54c 21 */
6e1886bc
AM
22@RunWith(Suite.class)
23@Suite.SuiteClasses({
6e1886bc 24 TmfCoalescedEventRequestTest.class,
6e1886bc 25 TmfEventRequestTest.class,
6e1886bc 26})
d18dd09b
ASL
27public class AllTests {
28
d18dd09b 29}
This page took 0.058088 seconds and 5 git commands to generate.