简体   繁体   中英

How to make tests for gwt MVP activities and places project?

Does somebody know how to do tests for gwt application which is written with mvp, activities and places? I am reading out data from xml file and rendering them in a celllist. I am using gwt 2.5 and eclipse. i would be very thankful if somebody could show me an good tutorial for eclipse junit and gwt.

Activities and Places is a built-in framework for browser history management (not for MVP). Because you followed MVP model, you can use the advantage of MVP for painless GWT test. Please see this part of "Large scale application development and MVP" article.

We usually always refer to GWT unit tests before building up our unit tests.

GWT Source code is the place to look for Unit Tests written by GWT team.

Searching GWT Code - http://code.google.com/p/google-web-toolkit/source/search?q=Places&origq=Places&btnG=Search+Trunk

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM