919293949596979899100101
writer.element("select"); select.options(writer); writer.end(); assertEquals(writer.toString(), read("just_options.html")); } @Test
115116117118119120121122123124125
writer.element("select"); select.options(writer); writer.end(); assertEquals(writer.toString(), read("option_attributes.html")); } @Test
139140141142143144145146147148149
writer.element("select"); select.options(writer); writer.end(); assertEquals(writer.toString(), read("disabled_option.html")); }
165166167168169170171172173174175
writer.element("select"); select.options(writer); writer.end(); assertEquals(writer.toString(), read("option_groups.html")); } @Test
188189190191192193194195196197198
writer.element("select"); select.options(writer); writer.end(); assertEquals(writer.toString(), read("option_groups_precede_ungroup_options.html")); } @Test
212213214215216217218219220221
writer.element("select"); select.options(writer); writer.end(); assertEquals(writer.toString(), read("option_group_attributes.html")); } }
93949596979899100101102103
118119120121122123124125126127128
143144145146147148149150151152153
170171172173174175176177178179180