Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas FAUVERGUE2015-11-17 22:56:09 +0000
committerGerrit Code Review @ Eclipse.org2015-11-18 11:45:34 +0000
commit524fda0d6af2acbb9f6931ff1e1bd2c3d5ddb6ef (patch)
tree0f17134c7bc8880017f8d643e0e72b6ec20f1ec2 /tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/resources/insert/InsertRowsReplaceAll_H1_H1_H1_MultiColumns_Test_Result.txt
parent5c6b9f2134605509211bcf3ef271799e1554d5f2 (diff)
downloadorg.eclipse.papyrus-524fda0d6af2acbb9f6931ff1e1bd2c3d5ddb6ef.tar.gz
org.eclipse.papyrus-524fda0d6af2acbb9f6931ff1e1bd2c3d5ddb6ef.tar.xz
org.eclipse.papyrus-524fda0d6af2acbb9f6931ff1e1bd2c3d5ddb6ef.zip
Bug 476618: [Table] Improve the re-import mechanism in an existing table
https://bugs.eclipse.org/bugs/show_bug.cgi?id=476618 Implementation of JUnit tests for the feature paste/insert/import in table. Change-Id: I79480d6b49ee6033a4cd8ac1e6d85337c094c3ac Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@all4tec.net>
Diffstat (limited to 'tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/resources/insert/InsertRowsReplaceAll_H1_H1_H1_MultiColumns_Test_Result.txt')
-rw-r--r--tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/resources/insert/InsertRowsReplaceAll_H1_H1_H1_MultiColumns_Test_Result.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/resources/insert/InsertRowsReplaceAll_H1_H1_H1_MultiColumns_Test_Result.txt b/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/resources/insert/InsertRowsReplaceAll_H1_H1_H1_MultiColumns_Test_Result.txt
new file mode 100644
index 00000000000..d4452239fb3
--- /dev/null
+++ b/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/resources/insert/InsertRowsReplaceAll_H1_H1_H1_MultiColumns_Test_Result.txt
@@ -0,0 +1,26 @@
+Class0 package true N/A
+Operation0_0 public true N/A
+Param0_0_0 package N/A return
+Param0_0_1 package N/A in
+Param0_0_2 package N/A out
+Operation0_1 private true N/A
+Param0_1_0 public N/A return
+Param0_1_1 public N/A in
+Param0_1_2 public N/A out
+Operation0_2 public true N/A
+Param0_2_0 private N/A return
+Param0_2_1 private N/A in
+Param0_2_2 private N/A out
+Class1 package true N/A
+Operation1_0 public true N/A
+Param1_0_0 package N/A return
+Param1_0_1 package N/A in
+Param1_0_2 package N/A out
+Operation1_1 private true N/A
+Param1_1_0 public N/A return
+Param1_1_1 public N/A in
+Param1_1_2 public N/A out
+Operation1_2 public true N/A
+Param1_2_0 private N/A return
+Param1_2_1 private N/A in
+Param1_2_2 private N/A out \ No newline at end of file

Back to the top