blob: ed85c8d7e910bd146030e3e168161a1779146e6b [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 an Actor "operations" compartment.
*/
public class TestNodeCreationOnActorOperationCompartment extends AbstractTest {
@Ignore("Actor should not have operations compartment.")
@Test
public void warning() {
};
}