Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ua.tests/data/cheatsheet/valid/TestSubItems.xml')
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/valid/TestSubItems.xml82
1 files changed, 82 insertions, 0 deletions
diff --git a/org.eclipse.ua.tests/data/cheatsheet/valid/TestSubItems.xml b/org.eclipse.ua.tests/data/cheatsheet/valid/TestSubItems.xml
new file mode 100644
index 000000000..13fe8085c
--- /dev/null
+++ b/org.eclipse.ua.tests/data/cheatsheet/valid/TestSubItems.xml
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<cheatsheet title="Testing SubItems">
+
+<intro
+ href="/org.eclipse.platform.doc.user/reference/ref-cheatsheets.htm">
+ <description>
+This cheat sheet will test subitems.
+Let's get started!
+ </description>
+</intro>
+
+<item
+ title="Test SubItems"
+ href="/org.eclipse.platform.doc.user/concepts/chelpsys.htm">
+ <description>
+Try the help link, you should see the concepts for the help system.
+ </description>
+ <subitem label="sub 1" skip="true"/>
+ <subitem label="sub 2" skip="true">
+ <action
+ pluginId="org.eclipse.ua.tests"
+ class="org.eclipse.ua.tests.cheatsheet.util.IncrementVariableAction"/>
+ </subitem>
+ <subitem label="sub 3" skip="false"/>
+ <subitem label="sub 4" skip="false">
+ <action
+ pluginId="org.eclipse.ua.tests"
+ class="org.eclipse.ua.tests.cheatsheet.util.IncrementVariableAction"/>
+ </subitem>
+ <subitem label="sub 5"/>
+ <subitem label="sub 6">
+ <action
+ pluginId="org.eclipse.ua.tests"
+ class="org.eclipse.ua.tests.cheatsheet.util.IncrementVariableAction"/>
+ </subitem>
+ <subitem label="sub 7">
+ <action
+ confirm="true"
+ pluginId="org.eclipse.ua.tests"
+ class="org.eclipse.ua.tests.cheatsheet.util.IncrementVariableAction"/>
+ </subitem>
+ <subitem label="sub 8">
+ <action
+ confirm="false"
+ pluginId="org.eclipse.ua.tests"
+ class="org.eclipse.ua.tests.cheatsheet.util.IncrementVariableAction"/>
+ </subitem>
+ <subitem label="sub 9" skip="true">
+ <action
+ confirm="true"
+ pluginId="org.eclipse.ua.tests"
+ class="org.eclipse.ua.tests.cheatsheet.util.IncrementVariableAction"/>
+ </subitem>
+ <subitem label="sub 10" skip="true">
+ <action
+ confirm="false"
+ pluginId="org.eclipse.ua.tests"
+ class="org.eclipse.ua.tests.cheatsheet.util.IncrementVariableAction"/>
+ </subitem>
+ <subitem label="sub 11" skip="false">
+ <action
+ confirm="false"
+ pluginId="org.eclipse.ua.tests"
+ class="org.eclipse.ua.tests.cheatsheet.util.NoopAction"/>
+ </subitem>
+ <subitem label="sub 12" skip="false">
+ <action
+ confirm="true"
+ pluginId="org.eclipse.ua.tests"
+ class="org.eclipse.ua.tests.cheatsheet.util.IncrementVariableAction"/>
+ </subitem>
+</item>
+
+
+<item
+ title="All done!">
+ <description>
+Did the test work?
+ </description>
+</item>
+
+</cheatsheet>

Back to the top