blob: 8008d300e0d64cefb3631c534f6dc9763ba18db7 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2013, 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:
* Gregoire Dupe (Mia-Software)
*******************************************************************************/
package org.eclipse.modisco.tests;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
@RunWith(Suite.class)
@SuiteClasses({ BundleTest.class })
public class AllTestsInUIThread {
// JUnit 4 test suite
}