Skip to content

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.

For GXT 2.2.x :

<dependency>
  <groupId>com.googlecode.gwt-test-utils</groupId>
  <artifactId>gwt-test-utils-gxt2</artifactId>
  <version>X</version>
</dependency>

For GXT 3.0 :

Will be supported very soon