[Mocklib-checkins] gwtmocklib/input/staging/htmlcode example1.html, NONE, 1.1
Brought to you by:
bittwidler,
fastdragon
From: Nobody <fas...@us...> - 2006-09-12 05:00:29
|
Update of /cvsroot/mocklib/gwtmocklib/input/staging/htmlcode In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv18350/input/staging/htmlcode Added Files: example1.html Log Message: finishing up gwtmocklib --- NEW FILE: example1.html --- <html> <body> <h1>Basic Example</h1> <h2>Basic Example to help get started</h2> This example consists of a test on a GWT GUI application. Here are the files for this example.... <ul> <li><a href="biz/xsoftware/mock/client/example1/TestExample.java.html"> TestExample.java</a> - The tests themselves.</li> <li><a href="biz/xsoftware/mock/client/example1/MyApplication.java.html"> MyApplication.java</a> - The system we are testing</li> <li><a href="biz/xsoftware/mock/client/example1/ListenerManager.java.html"> ListenerManager.java</a> - A system we are mocking</li> <li><a href="biz/xsoftware/mock/client/example1/MockListenerManager.java.html"> MockListenerManager.java</a> - The Mock that extends GwtMockLib's JsMockSuperclass to gain alot of mock functionality for free</li> <li><a href="biz/xsoftware/mock/client/example1/ListenerManagerImpl.java.html"> ListenerManagerImpl.java</a> - What the real implementation of the ListenerManager would look like</li> </ul> </body> </html> |