public void test_colgroup_null() throws Exception {
assertEquals("<colgroup></colgroup>", html.colgroup(null)._colgroup().toHtml());
}
public void test_colgroup_attrs() throws Exception {
assertEquals("<colgroup></colgroup>", html.colgroup(new HtmlAttributes())._colgroup().toHtml());
}