analysis: Move plugins to their own sub-directory
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ui.tests / src / org / eclipse / tracecompass / tmf / ui / tests / histogram / AllTests.java
CommitLineData
422f0fb8 1/*******************************************************************************
ed902a2b 2 * Copyright (c) 2011, 2014 Ericsson
64636df8 3 *
422f0fb8
BH
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
64636df8 8 *
422f0fb8
BH
9 * Contributors:
10 * Bernd Hufmann - Initial API and implementation
90ed5958 11 * Alexandre Montplaisir - Port to JUnit4
422f0fb8 12 *******************************************************************************/
90ed5958 13
2bdf0193 14package org.eclipse.tracecompass.tmf.ui.tests.histogram;
422f0fb8 15
90ed5958
AM
16import org.junit.runner.RunWith;
17import org.junit.runners.Suite;
422f0fb8 18
64636df8 19/**
64636df8
BH
20 * Test suite class for histogram tests.
21 */
90ed5958
AM
22@RunWith(Suite.class)
23@Suite.SuiteClasses({
24 HistogramDataModelTest.class
25})
422f0fb8
BH
26public class AllTests {
27
422f0fb8 28}
This page took 0.079115 seconds and 5 git commands to generate.