/**
* Test that a cell that defines an HTML elment can be rendered.
*/
public void testRedrawWithOneInnerChild() {
CellWidget<String> cw = new CellWidget<String>(new TextButtonCell());
// Set value without redrawing.
cw.setValue("test123", false, false);
assertEquals("", cw.getElement().getInnerText());