WindowTester 是否适用于 AWT UI?
我刚刚遇到 WindowTester,这是一个用于“Swing、SWT”的 JUnit GUI 测试框架和 GWT”。通过阅读文档,我无法确定它是否也支持 AWT。有人有过这个产品的经验吗?
I've just come across WindowTester, a JUnit GUI testing framework for "Swing, SWT and GWT". From reading the documentation, I can't work out if it also supports AWT. Anyone got any experience with this product?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Swing 是从 AWT 扩展而来的,所以我不明白为什么它不支持 AWT。我认为最好的方法就是尝试!
Swing extends from AWT, so I don't see why it wouldn't support AWT. I reckon the best way is to try, though!