" panel.setBottomWidget(button_2);",
" }",
" }",
"}");
refresh();
VerticalSplitPanelInfo panel = getJavaInfoByName("panel");
WidgetInfo button_1 = panel.getChildrenWidgets().get(0);
WidgetInfo button_2 = panel.getChildrenWidgets().get(1);
// check title decorations
{
String title = ObjectsLabelProvider.INSTANCE.getText(button_1);
assertThat(title).startsWith("top - ");
}