blob: 2c7696ee21193d4371f7b85d2423b1aa6ee1ac08 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 Mia-Software.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Nicolas Bros (Mia-Software) - initial API and implementation
* Gregoire Dupe (Mia-Software) - Bug 386235 - [Releng] Use tycho to build MoDisco
*******************************************************************************/
package org.eclipse.gmt.modisco.xml.discoverer.tests;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
/**
* @deprecated cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=470885
*/
@Deprecated
@RunWith(Suite.class)
@SuiteClasses({ Test001.class, Test002.class })
public class AllTestsInUIThread {
// JUnit 4 test suite
}