blob: 1f151923e2e79c45c925ac51754de27eb5e3b97b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) and others.
* 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:
* Lorenzo Bettini - Initial contribution and API
*******************************************************************************/
package org.eclipse.emf.parsley.tests;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
/**
* @author Lorenzo Bettini
*
*/
@RunWith(Suite.class)
@Suite.SuiteClasses({
ProtectedConstructorTest.class,
PolymorphicDispatcherTest.class,
EmfParsleyUtilTest.class,
ResourceLoaderTest.class,
ResourceSaveStrategyTest.class,
EditingDomainTest.class,
ViewerContentProviderTest.class,
FeaturesProviderTest.class,
TableFeaturesProviderTest.class,
FeatureCaptionProviderTest.class,
ProposalCreatorTest.class,
DialogFeatureCaptionProviderTest.class,
FormFeatureCaptionProviderTest.class,
ViewerLabelProviderTest.class,
TableColumnLabelProviderTest.class,
FeatureHelperTest.class,
DialogWidgetFactoryTest.class,
FormWidgetFactoryTest.class,
DialogControlFactoryAsWidgetFactoryTest.class,
DialogControlFactoryTest.class,
CustomDialogControlFactoryTest.class,
FormControlFactoryTest.class,
FormControlFactoryWithEditingDomainTest.class,
TableViewerBuilderTest.class,
TableViewerColumnBuilderTest.class,
TreeFormFactoryTest.class,
FeatureNamePathTest.class,
FeatureResolverTest.class,
ConfiguratorTest.class,
NotificationBufferTest.class,
EmfCopyTest.class,
EditingMenuBuilderTest.class,
ClassLoaderImageHelperTest.class,
ShellBasedTest.class,
ControlBasedTest.class,
ValidationRunnerTest.class
})
public class EmfParsleyAllTests {
}