Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gael committed Aug 23, 2012
1 parent 88114f5 commit bdc3ee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**gwt-test-utils** is a Java testing framework for [GWT](http://code.google.com/intl/fr-FR/webtoolkit/) 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](http://code.google.com/p/gwt-test-utils/wiki/GettingStarted) page would be a good way to start ;-)
The [Getting Started](https://github.com/gwt-test-utils/gwt-test-utils/wiki/Getting-started) page would be a good way to start ;-)

[![Build Status](https://buildhive.cloudbees.com/job/gwt-test-utils/job/gwt-test-utils/badge/icon)](https://buildhive.cloudbees.com/job/gwt-test-utils/job/gwt-test-utils/)

Expand All @@ -26,7 +26,7 @@ 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](http://code.google.com/p/gwt-test-utils/wiki/UserGuide).
... you'll find everything you need in the [wiki](https://github.com/gwt-test-utils/gwt-test-utils/wiki).

## Roadmap ##

Expand Down

0 comments on commit bdc3ee9

Please sign in to comment.