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.