Hi,
In our application we were trying to setup the Unit tests for client code. We were using GWTMocktio version 1.1.6.
While mocking the ListGrid, we faced issue :
“java.lang.ClassFormatError: Invalid method Code length 284070 in class file com/smartgwt/client/widgets/grid/ListGrid”.
We also tried to mock the ListGrid object using Powermock+EasyMock+Junit. Even this gave the same issue.
We have also gone through the current forum posts, and though similar queries are there we could not find any answer to the same.
We use GWT version 2.8, SmartGWT version 6.1p.
Please help.
In our application we were trying to setup the Unit tests for client code. We were using GWTMocktio version 1.1.6.
While mocking the ListGrid, we faced issue :
“java.lang.ClassFormatError: Invalid method Code length 284070 in class file com/smartgwt/client/widgets/grid/ListGrid”.
We also tried to mock the ListGrid object using Powermock+EasyMock+Junit. Even this gave the same issue.
We have also gone through the current forum posts, and though similar queries are there we could not find any answer to the same.
We use GWT version 2.8, SmartGWT version 6.1p.
Please help.
Comment