blob: c7c7a14d53723014212dbf79fad063f289f5239e [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.creation.custom;
import org.eclipse.papyrus.sysml.diagram.blockdefinition.tests.AbstractTest;
import org.junit.Ignore;
import org.junit.Test;
/**
* JUnit tests for element creation test (via palette tools) in a Signal "operations" compartment.
*/
public class TestNodeCreationOnSignalOperationCompartment extends AbstractTest {
@Ignore("Signal should not have operations compartment.")
@Test
public void warning() {
};
}