blob: c73bcc287e3b4711291bf9554dd180ab9a025d2f [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2012 INRIA.
* 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:
* Guillaume Doux - INRIA - Initial API and implementation
*
******************************************************************************/
package org.eclipse.modisco.utils.chart.birt.core.tests;
import org.eclipse.modisco.utils.chart.birt.core.tests.internal.BirtGraphHelperTest;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
/**
* @author Guillaume Doux
*
*/
@RunWith(Suite.class)
@SuiteClasses({ BirtGraphHelperTest.class })
public class AllTestInUIThread {
// JUnit 4 test suite
}