blob: fd4b66670d06c680057e5627ebdb5a62355cb51c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2018 Red Hat, Inc. and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributor:
* Red Hat, Inc. - initial API and implementation
******************************************************************************/
package org.eclipse.ui.tests.smartimport;
import org.eclipse.reddeer.junit.runner.RedDeerSuite;
import org.junit.runner.RunWith;
import org.junit.runners.Suite.SuiteClasses;
@RunWith(RedDeerSuite.class)
@SuiteClasses({
PlainJavaProjectTest.class,
PlainEclipseProjectTest.class,
EclipseJavaProjectTest.class,
FeatureProjectTest.class
})
public class AllTests {
}