assertActiveIndex(panel, 0);
// notify about "panel_2"
{
boolean shouldRefresh = notifySelecting(panels.get(1));
assertTrue(shouldRefresh);
panel.refresh();
// now "panel_2" is expanded
assertActiveIndex(panel, 1);
}
// second notification about "panel_2" does not cause refresh()
{