使用 google-charts API 时如何运行 GWT 单元测试?

发布于 2024-09-15 06:24:26 字数 283 浏览 3 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

绝不放开 2024-09-22 06:24:26

我实现了一个项目,并尝试了 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文