forked from gwt-test-utils/gwt-test-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
Integration with GXT
Gael Lazzari edited this page Aug 31, 2012
·
1 revision
If you want to test your GXT based components with gwt-test-utils, simply add the corresponding jar in your test classpath.
<dependency>
<groupId>com.googlecode.gwt-test-utils</groupId>
<artifactId>gwt-test-utils-gxt2</artifactId>
<version>X</version>
</dependency>
Will be supported very soon