Ada:使用aunit

发布于 2024-09-12 23:26:34 字数 162 浏览 8 评论 0原文

我遇到了用于编写测试驱动程序的工具单元。我编写了非常简单的 Ada 程序,并且想知道是否值得学习 aunit 并在简单的程序中使用它。我查看了 aunit 手册,但没有找到简单的示例。还有其他资源展示如何使用 aunit 吗?

我知道使用 aunit 可以节省时间。

多谢...

I came across the tool aunit for writing test drivers. I write quite simple Ada programs and was wondering if it's worth to learn aunit and use it even on simple programs. I looked at the aunit manual and I didn't find easy examples to start with. Are there other sources around that show how to use aunit?

I understand that using aunit can be a time-saver.

Thanks a lot...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

满身野味 2024-09-19 23:26:34

AUnit Cookbook 很好地解释了如何使用 AUnit。它提供了大量示例,应该足以帮助您入门。

AUnit(与其他 xUnit 框架一样)非常适合测试代码的各个模块。如果您正在进行任何类型的认真开发,我建议您在 AUnit 中为每个模块创建功能测试,并在构建结束时运行测试。它将帮助您尽早发现问题并确保以后的更改不会破坏工作代码。

The AUnit Cookbook does a fairly good job explaining how to use AUnit. It gives plenty of examples and should be enough to get you started.

AUnit (like other xUnit frameworks) are great for testing individual modules of your code. If you are doing serious development of any kind I recommend you create functional tests in AUnit for each module and have the tests run at the end of your build. It will help you catch problems early and ensure that later changes do not break working code.

葬心 2024-09-19 23:26:34

我尝试过一次,但说实话,那是很久以前的事情了,我已经忘记了它对我来说有多有效。它认为它很有用,但当然有些情况你无法使用框架轻松重现。

如果您期望进行大量的发布和/或错误修复,并且担心可能的回归,那么它很可能会更有价值。

I tried it once, but honestly it was so long ago I've forgotten how well it worked out for me. It think it was useful, but of course there are some situations you can't easily reproduce with a framework.

Most likely it would be more valuable if you are expecting to make a fair amount of releases and/or bug fixes, and are worried about possible regressions.

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