We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
VectorCAST/Ada 已经存在了一段时间了。
VectorCAST/Ada has been around for awhile.
tkoskine 说 AUnit 不支持 Ada95; 不知道这是从哪里来的,过去 8 年我一直在一个项目上使用 AUnit,但这个项目仍然是 Ada95!
tkoskine says that AUnit doesn't support Ada95; don't know where that came from, I've been using AUnit for the last 8 years on a project which is still Ada95!
查看 AUnit
Check out AUnit
有两个类似 JUnit 的开源单元测试框架,AUnit 和 Ahven。
如果您使用 Ada 2005 和 GNAT 编译器系列,AUnit 会很好。 缺点是您不能在 Ada 95 项目中使用它。 Ahven 填补了这一空白,并专注于与各种 Ada 95 编译器(如较旧的 GNAT 编译器、Janus/Ada、ObjectAda)兼容。
(PS。我是《Ahven》的作者。)
There are two open source JUnit-like unit testing frameworks around, AUnit and Ahven.
AUnit is good if you use Ada 2005 and GNAT compiler family. Downside is that you cannot use it in Ada 95 projects. Ahven fills the gap and concentrates on being compatible with various Ada 95 compilers (like older GNAT compilers, Janus/Ada, ObjectAda).
(PS. I am author of Ahven.)