Home > gwt-test-example

gwt-test-example

Gwt-test-example is a project mainly written in Java, based on the Apache-2.0 license.

Is an example GWT project showcasing Logic (JRE) and Application (GwtTest) tests.

GWT Unit and Integration Testing

This project is a simple example demonstrating how to combine both unit and integration tests for Google Web Toolkit (GWT) projects. The project uses Apache Maven as the build tool. You can import this project into your favorite development IDE or run mvn verify from the command-line.

The project uses logic tests as a name for unit tests that execute solely in the Java Runtime Environment (JRE). Application tests refer to integration tests that require GwtTestCase and a browser to execute. Application tests are configured to run HtmlUnit by default.

I will be publishing a tutorial soon on my web site. Stay tuned.