【问题标题】:How can I get the unit test cases that the developers of the JDK performed on the JDK classes?如何获取 JDK 开发人员对 JDK 类执行的单元测试用例?
【发布时间】:2011-02-23 15:02:03
【问题描述】:

我如何获得有关 JDK 开发人员在 JDK 类上执行的单元测试用例的信息?

【问题讨论】:

  • 本站没有测试单元
  • 您在 3 分钟内检查过吗?我印象深刻。

标签: testing java qa


【解决方案1】:

参见 OpenJDK 的 "quality process""test methodologies"。另见"testing the build"

您可以通过使用构建运行您将在 build/platform/j2sdk-image/demo 目录中找到的各种演示来测试构建是否正确完成。

提供的回归测试可以使用来自the jtreg site 的 jtreg 实用程序运行。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-01-22
    • 2012-01-08
    • 1970-01-01
    • 1970-01-01
    • 2013-03-04
    相关资源
    最近更新 更多