blob: d3161114295aa5cbd205a665e86185987788539e [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2004, 2006 IBM Corporation 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
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.ui.tests.intro;
import org.junit.Ignore;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
/**
* @since 3.0
*/
@Ignore
@RunWith(Suite.class)
@Suite.SuiteClasses({
IntroPartTest.class,
NoIntroPartTest.class,
IntroTest.class,
})
public class IntroTestSuite {
}