TMF: Make the ITmfEventAspect#resolve nullable
[deliverable/tracecompass.git] / org.eclipse.tracecompass.lttng2.kernel.ui.tests / src / org / eclipse / tracecompass / lttng2 / kernel / ui / tests / AllTests.java
CommitLineData
79b33284 1/*******************************************************************************
2ba3d0a1 2 * Copyright (c) 2012, 2013 Ericsson
27f3a03d 3 *
79b33284
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
27f3a03d 8 *
79b33284
FC
9 * Contributors:
10 * Francois Chouinard - Initial API and implementation
2ba3d0a1 11 * Alexandre Montplaisir - Port to JUnit4
79b33284
FC
12 *******************************************************************************/
13
9bc60be7 14package org.eclipse.tracecompass.lttng2.kernel.ui.tests;
79b33284 15
2ba3d0a1
AM
16import org.junit.runner.RunWith;
17import org.junit.runners.Suite;
79b33284
FC
18
19/**
2ba3d0a1 20 * Run the lttng2.ui unit tests.
79b33284 21 */
2ba3d0a1
AM
22@RunWith(Suite.class)
23@Suite.SuiteClasses({
24 ActivatorTest.class,
25})
268c6ff3 26public class AllTests {
79b33284 27
79b33284 28}
This page took 0.125927 seconds and 5 git commands to generate.