+ "(0,1)=(1,1) (1,1)=(2,1) "
+ "(0,2)=(1,1) (1,2)=(1,1) (2,2)=(1,1)}", panel.getStatus().toString());
// do operation
ExecutionUtils.run(frame, new RunnableEx() {
public void run() throws Exception {
panel.insertColumn(2);
}
});
assertEditor(
"public class Test implements EntryPoint {",
" public void onModuleLoad() {",