//
// CREATE
//
////////////////////////////////////////////////////////////////////////////
public void test_CREATE() throws Exception {
WidgetInfo container =
openEditor(
"// filler filler filler filler filler",
"<ui:UiBinder>",
" <t:MyContainer>",
" <t:topbutton>",
" <g:Button wbp:name='button' text='Existing'/>",
" </t:topbutton>",
" </t:MyContainer>",
"</ui:UiBinder>");
Position position = UiChildTest.getPosition(container, "topbutton");
WidgetInfo button = getObjectByName("button");
// try Label, no command
{
loadCreationTool("com.google.gwt.user.client.ui.Label");
tree.moveOn(position);
tree.assertCommandNull();