}
private void animateModuleWizard(final boolean useMvpFramework) throws Exception {
new UiContext().executeAndCheck(new UIRunnable() {
public void run(UiContext context) throws Exception {
TestUtils.runWizard(new ModuleWizard(), new StructuredSelection(m_javaProject));
}
}, new UIRunnable() {
public void run(UiContext context) throws Exception {
context.useShell("New GWT Module");
context.getTextByLabel("&Module name:").setText("MyApp");