Error while executing GWTTestCase

15 views
Skip to first unread message

Gowtham Reddy

unread,
Dec 19, 2017, 12:52:14 AM12/19/17
to gwt-test-utils-users
When i am trying to run testcase i am getting java.lang.UnsatisfiedLinkError: com.smartgwt.client.widgets.BaseWidget.init()V error.

Code:
@GwtModule("XXX.XXX.XXX")
@RunWith(MyGwtRunner.class)
public class SampleTest extends GwtTest {

EmailAlert app;
@Test
public void testSimple() {
app.emailAddressTextItem.setValue("gwt");
app.emailAddressTextItem.validate();
assertTrue(true);
}
@Before
  public void beforeSampleTest() {
    app = new EmailAlert("100100");
    app.emailAddressLayout();//Creating TextItem
  }
}

Reply all
Reply to author
Forward
0 new messages