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
Post a Comment