blob: 52415bea4728ae54deb1e7ed4dec8e726305b260 [file] [log] [blame]
/*****************************************************************************
* Copyright (c) 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.internalblock.tests.suites;
import org.junit.runner.RunWith;
import org.eclipse.papyrus.junit.framework.classification.ClassificationSuite;
import org.junit.runners.Suite.SuiteClasses;
@RunWith(ClassificationSuite.class)
@SuiteClasses({
AllCreationConnectorTests.class,
AllCreationConnectorWithDelegateTests.class,
AllCreationConnectorWithEncapsulatedPartTests.class,
AllCreationDependencyTests.class,
AllCreationInheritedLinkTests.class,
})
public class AllCreationLinkTests {
}