releng: Transition to jdt.annotation 2.0
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.core.tests / src / org / eclipse / tracecompass / tmf / core / tests / util / AllTests.java
CommitLineData
6e1886bc 1/*******************************************************************************
ed902a2b 2 * Copyright (c) 2013, 2014 Ericsson
6e1886bc
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:
10 * Alexandre Montplaisir - Port to JUnit4
11 *******************************************************************************/
79e08fd0 12
2bdf0193 13package org.eclipse.tracecompass.tmf.core.tests.util;
79e08fd0 14
6e1886bc
AM
15import org.junit.runner.RunWith;
16import org.junit.runners.Suite;
79e08fd0 17
54a7a54c 18/**
6e1886bc 19 * Unit tests for tmf.core.util
54a7a54c 20 */
6e1886bc
AM
21@RunWith(Suite.class)
22@Suite.SuiteClasses({
23 PairTest.class
24})
79e08fd0
BH
25public class AllTests {
26
79e08fd0 27}
This page took 0.084816 seconds and 5 git commands to generate.