blob: 1a2f27f7f30e2a40e9d03771138ac6bc572f5408 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010, 2019 Mia-Software and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Nicolas Bros (Mia-Software)
* Gregoire Dupe (Mia-Software) - Bug 386235 - [Releng] Use tycho to build MoDisco
*******************************************************************************/
package org.eclipse.modisco.infra.discovery.core.tests;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
@RunWith(Suite.class)
@SuiteClasses({ TestAnnotationsControls.class,
TestDiscoverersReferential.class, TestAbstractDiscoverer.class,
TestAbstractModelDiscoverer.class, TestInitialValues.class })
public class AllTestsInUIThread {
// JUnit 4 test suite
}