Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/src/org/eclipse/papyrus/uml/nattable/stereotyped/elements/tests/bugs/InvertedAxisChangeIndexWithoutConfigurationTest.java')
-rw-r--r--tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/src/org/eclipse/papyrus/uml/nattable/stereotyped/elements/tests/bugs/InvertedAxisChangeIndexWithoutConfigurationTest.java31
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/src/org/eclipse/papyrus/uml/nattable/stereotyped/elements/tests/bugs/InvertedAxisChangeIndexWithoutConfigurationTest.java b/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/src/org/eclipse/papyrus/uml/nattable/stereotyped/elements/tests/bugs/InvertedAxisChangeIndexWithoutConfigurationTest.java
new file mode 100644
index 00000000000..18b1b4837ef
--- /dev/null
+++ b/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/src/org/eclipse/papyrus/uml/nattable/stereotyped/elements/tests/bugs/InvertedAxisChangeIndexWithoutConfigurationTest.java
@@ -0,0 +1,31 @@
+/*****************************************************************************
+ * Copyright (c) 2015 CEA LIST and others.
+ *
+ * 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:
+ * Nicolas FAUVERGUE (ALL4TEC) nicolas.fauvergue@all4tec.net - Initial API and implementation
+ *
+ *****************************************************************************/
+
+package org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests.bugs;
+
+import org.eclipse.papyrus.junit.utils.rules.PluginResource;
+
+/**
+ * This allow to test the change index style for the table without configuration and with inverted axis.
+ */
+@PluginResource("resources/bugs/bug473155/InvertedAxisChangeIndexWithoutConfiguration.di")
+public class InvertedAxisChangeIndexWithoutConfigurationTest extends AbstractInvertedAxisChangeIndexTest {
+
+ /**
+ * Constructor.
+ */
+ public InvertedAxisChangeIndexWithoutConfigurationTest() {
+ super();
+ }
+
+}

Back to the top