bot.text( "This is the 1st description." ).setText( "This is the final description." );
SWTBotUtils.asyncClick( bot, entryEditorTree.getTreeItem( "objectClass" ), new DefaultCondition()
{
public boolean test() throws Exception
{
return entryEditorTree.cell( 6, 0 ).equals( "description" )
&& entryEditorTree.cell( 6, 1 ).equals( "This is the final description." );
}
public String getFailureMessage()