"public class Test implements EntryPoint {",
" public void onModuleLoad() {",
" RootPanel rootPanel = RootPanel.get();",
" }",
"}");
frame.refresh();
//
Property property = PropertyUtils.getByPath(frame, "Size/width");
property.setValue("200px");
assertEditor(
"public class Test implements EntryPoint {",