blob: 1f6d02fe1f8e647fdc406e7571bb40df9d8c7266 [file] [log] [blame]
/*****************************************************************************
* Copyright (c) 2011-2012 CEA LIST.
*
* 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:
*
* CEA LIST - Initial API and implementation
*
*****************************************************************************/
package org.eclipse.papyrus.sysml.diagram.blockdefinition.tests.suites;
import org.eclipse.papyrus.junit.framework.classification.ClassificationSuite;
import org.junit.runner.RunWith;
import org.junit.runners.Suite.SuiteClasses;
/**
* Main test suite class
*/
@RunWith(ClassificationSuite.class)
@SuiteClasses({
AllCopyPasteTests.class,
AllCreationCustomTests.class,
AllCreationInheritedTests.class,
AllDiagramTests.class,
AllDnDCustomTests.class,
AllDnDInheritedTests.class,
AllCreationLinkTests.class,
AllCreationAssociationTests.class,
AllDnDLinkTests.class,
AllDeletionTests.class,
AllUtilsTests.class,
AllCanonicalTests.class,
AllProviderTests.class
})
public class AllTests {
}