unit testing - Test version of GWT DOM -


Does anyone know a library that allows the creation of a GWT DOM tree without running a browser. I need this for fast testing. I think there are many basic methods in DOM classes, which are almost fake.

May be appropriate for your work. It runs WebKit in memory without any graphical interface, so it works very fast in the "normal" browser.


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -