control: command support for enabling all tracepoints/syscalls
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests / src / org / eclipse / tracecompass / lttng2 / control / ui / swtbot / tests / ControlViewSwtBotUtil.java
index da47fe0bb8587e9a1626fdd62c0cb7b82fb3289d..b5a40976f6b54fc39d696592df2d03d8bc3fc29b 100644 (file)
@@ -58,6 +58,8 @@ class ControlViewSwtBotUtil {
     public static final String CONFIRM_DIALOG_OK_BUTTON = "OK";
     public static final String ENABLE_EVENT_DIALOG_TITLE = "Enable Events";
     public static final String ALL_TREE_NODE = "All";
+    public static final String ALL_EVENT_GROUP_NAME = "All Tracepoint Events and Syscalls";
+    public static final String TRACEPOINTS_GROUP_NAME = "Tracepoint Events";
     public static final String SYSCALL_GROUP_NAME = "All Syscalls";
     public static final String GROUP_SELECT_NAME = "Select";
     public static final String ENABLE_CHANNEL_DIALOG_TITLE = "Enable Channel";
This page took 0.026723 seconds and 5 git commands to generate.