Skip to main content
summaryrefslogtreecommitdiffstats
blob: bc9629ab60ddca38667db2032486fde14fe0a287 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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() {
	};

}

Back to the top