Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: FEST-Assert 1.4
-
Fix Version/s: None
-
Component/s: Assert
-
Labels:None
-
Environment:All
-
Number of attachments :
Description
Currently it is not possible to use FEST Assertions with GWTTestCase. Repackaging jar and sources to GWT module structure is not sufficient because of usage of some classes not translatable in GWT (java.io.File or some methods from Class). The change doesn't seem to be big, it requires only removing some of the assertions and repackaging as a GWT module.
Hi Darek,
This is a legitimate request, we will look into it.
A potential solution would be to maintain a fest-assert-gwt branch that removes not GWT compatible classes. Is there a way to validate that a project is GWT compatible automatically ?
Regards,
Joel