public void test_onMousemove() throws IOException {
assertEquals(" onmousemove=\"onmousemove\"", new HtmlAttributes().onMousemove("onmousemove").toHtml());
}
public void test_tabindex() throws IOException {
assertEquals(" tabindex=\"tabindex\"", new HtmlAttributes().tabindex("tabindex").toHtml());
}