Package br.com.objectos.way.ui.builder

Examples of br.com.objectos.way.ui.builder.HtmlThead


    assertThat(ui, hasToString(equalTo("<table class=\"tac\"></table>")));
  }

  public void thead_teste() {
    HtmlThead ui = thead().end();

    assertThat(ui, hasToString(equalTo("<thead></thead>")));
  }
View Full Code Here

TOP

Related Classes of br.com.objectos.way.ui.builder.HtmlThead

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.