public void test_optgroup_null() throws Exception {
assertEquals("<optgroup></optgroup>", html.optgroup(null)._optgroup().toHtml());
}
public void test_optgroup_attrs() throws Exception {
assertEquals("<optgroup></optgroup>", html.optgroup(new HtmlAttributes())._optgroup().toHtml());
}