////////////////////////////////////////////////////////////////////////////
@DisposeProjectAfter
public void test_0() throws Exception {
IFile moduleFile = getTestModuleFile();
ModuleDescription moduleDescription = getTestModuleDescription();
new ConfigureSmartGwtOperation(moduleDescription, SmartGwtTests.LOCATION).run(null);
waitForAutoBuild();
// smartgwt.jar and smartgwt-skins.jar files should be added
assertTrue(ProjectUtils.hasType(
m_testProject.getJavaProject(),
"com.smartgwt.client.widgets.BaseWidget"));