tmf: Generalize the support for call sites and model URIs
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / event / AllTests.java
CommitLineData
9ee9135e 1/*******************************************************************************
61759503 2 * Copyright (c) 2009, 2013 Ericsson
54a7a54c 3 *
9ee9135e
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
54a7a54c 8 *
9ee9135e
FC
9 * Contributors:
10 * Francois Chouinard - Initial API and implementation
11 * Francois Chouinard - Adjusted for new Event Model
6e1886bc 12 * Alexandre Montplaisir - Port to JUnit4
9ee9135e
FC
13 *******************************************************************************/
14
6c13869b 15package org.eclipse.linuxtools.tmf.core.tests.event;
d18dd09b 16
6e1886bc
AM
17import org.junit.runner.RunWith;
18import org.junit.runners.Suite;
e1ab8984 19
9ee9135e 20/**
0316808c 21 * Test suite for org.eclipse.linuxtools.tmf.core.event
9ee9135e 22 */
6e1886bc
AM
23@RunWith(Suite.class)
24@Suite.SuiteClasses({
25 TmfEventFieldTest.class,
26 TmfEventTest.class,
27 TmfEventTypeManagerTest.class,
28 TmfEventTypeTest.class,
29 TmfSimpleTimestampTest.class,
30 TmfTimeRangeTest.class,
31 TmfTimestampDeltaTest.class,
f47ed727
BH
32 TmfTimestampTest.class,
33 org.eclipse.linuxtools.tmf.core.tests.event.lookup.AllTests.class
6e1886bc 34})
d18dd09b
ASL
35public class AllTests {
36
d18dd09b 37}
This page took 0.067699 seconds and 5 git commands to generate.