// Check that the title attribute was rendered
assertEquals(1, StringUtils.countMatches(pickListStr, "title=\"test\""));
// Check that class attribute was rendered once
assertEquals(1, StringUtils.countMatches(pickListStr, "class="));
container.stop();
}
/**
* Test that PickList.getState contains all the selected values.
* CLK-715