blob: 87a257c5504abe8d7170d9b13690fb9cdbef751f [file] [log] [blame]
/*****************************************************************************
* Copyright (c) 2011 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:
* Remi Schnekenburger (CEA LIST) remi.schnekenburger@cea.fr - Initial API and implementation
*
*****************************************************************************/
package org.eclipse.papyrus.sysml.diagram.blockdefinition.tests.suites;
import org.eclipse.papyrus.sysml.diagram.blockdefinition.tests.showhideelements.TestCompartmentUtils;
import org.junit.runner.RunWith;
import org.eclipse.papyrus.junit.framework.classification.ClassificationSuite;
import org.junit.runners.Suite.SuiteClasses;
/**
* Test Suite for all classes in this package
*/
@RunWith(ClassificationSuite.class)
@SuiteClasses({ TestCompartmentUtils.class, })
public class AllUtilsTests {
}