Skip to content

gwt-test-utils is a Java framework that allows to test GWT client side code in a efficient, easy way

Notifications You must be signed in to change notification settings

tbp105/gwt-test-utils

 
 

Repository files navigation

gwt-test-utils is a Java testing framework for GWT applications. It provides a simple way to test your GWT User Interfaces without GWTTestCase or any servlet container instance ! This means you are able to use any Java tool without restriction : JUnit, reflection, Easymock, Mockito, etc.

If you want to write fast tests which will still deal with your GWT view layout and simulate browser events on your widgets easily, you really should considere this framework. The Getting Started page would be a good way to start ;-)

Build Status

Features

  • GWT code unit testing with small execution time (no hosted mode / browser launched in the background)
  • Simulation for browser's events (click, blur, change, ...)
  • Mocks handling using Mockito or EasyMock
  • Standard maven-surefire-plugin support for testing with Maven
  • Support for GWT + Spring application testing
  • Support for GWT + Guice application testing
  • Support for GWT + GIN application testing
  • Support for JUnitParams
  • Support for GXT library (currently only version 2.x, version 3.x is coming !)
  • Complexe use-case testing using CSV-based scenarios
  • Extensibility through the use of custom patchers

Documentation

Whether you want to...

  • Use gwt-test-utils to test your GWT application
  • Get your custom widget library working on a standard JVM to make it compatible with the framework

... you'll find everything you need in the User Guide.

Roadmap

Here is the next features we are working on, ordered by priority (which is not frozen) :

In addition, we are daily improving gwt-test-utils existing features. To perfect it, we need your feedback !

Community

For any question, feedback or contribution, please contact use through the user group.

You can also follow the day-to-day evolution of the framework and communicate on it through Twitter : #GwtTestUtils

About

gwt-test-utils is a Java framework that allows to test GWT client side code in a efficient, easy way

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%