使用 google-charts API 时如何运行 GWT 单元测试?
我在 GWT 中使用 gwt-google-apis 包,以便可以使用可视化 API。但是,我找不到允许我运行使用 DataTable 的单元测试的配置。是否有人拥有 GWT 单元测试使用 gwt-google-apis 可视化部分中的元素的工作配置?
gwt-google-apis:http://code.google.com/p/gwt -google-apis/
I am using the gwt-google-apis package in GWT so that I can use the visualization API. However, I cannot find a configuration that allows me to run unit tests that use DataTable. Does anyone have a working configuration where a GWT Unit Test uses elements from the visualization portion of the gwt-google-apis?
gwt-google-apis: http://code.google.com/p/gwt-google-apis/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我实现了一个项目,并尝试了 GWT 项目中的可视化 API 和基于 HTTP 的 Google Charts API。我更喜欢 Google Charts API,它非常灵活且功能强大。以下是有关将其与 GWT 一起使用的简短教程:
http://www.fishbonecloud .com/2011/07/google-charts-api.html
I implemented a project and I tried both the visualization api that lives in your GWT project and the HTTP based Google Charts API. I liked the Google Charts API much better and it's pretty flexible and powerful. Here's a short tutorial on using it with GWT:
http://www.fishbonecloud.com/2011/07/google-charts-api.html