Basic Example
Basic Example to help get started
This example consists of a test on a GWT GUI application. Here are the files for this example....
TestExample.java
- The tests themselves.
MyApplication.java
- The system we are testing
ListenerManager.java
- A system we are mocking
MockListenerManager.java
- The Mock that extends GwtMockLib's JsMockSuperclass to gain alot of mock functionality for free
ListenerManagerImpl.java
- What the real implementation of the ListenerManager would look like