RFR: Initial section on testing [v6]

Jesper Wilhelmsson jwilhelm at openjdk.java.net
Thu Oct 22 20:04:28 UTC 2020


On Wed, 21 Oct 2020 20:00:56 GMT, Jesper Wilhelmsson <jwilhelm at openjdk.org> wrote:

>> src/index.md line 340:
>> 
>>> 338: In addition to your own Java applications, OpenJDK have support for two test frameworks, JTReg and GTest. JTReg is a Java regression test framework that is used for most of the tests that are included in the OpenJDK source repository. The Google Test (GTest) framework is intended for unit testing of the C++ native code. Currently only JVM testing is supported by the GTest framework. Other areas use JTReg for unit testing of C++ code.
>>> 339: 
>>> 340: This section provides a brief summary of how to get started with testing in OpenJDK. For more information on configuration and how to use the OpenJDK test framework, a.k.a. "run-test framework", see [`doc/testing.md`](https://htmlpreview.github.io/?https://github.com/openjdk/jdk/blob/master/doc/testing.html).
>> 
>> Suggestion:
>> 
>> This section provides a brief summary of how to get started with testing in OpenJDK. For more information on configuration and how to use the OpenJDK test framework, a.k.a. "run-test framework", see [`doc/testing.html`](https://openjdk.java.net/groups/build/doc/testing.html).
>
> Is this document updated as changes happen in the source .md-files?

Links reverted back to point to the .md files in the source.

-------------

PR: https://git.openjdk.java.net/guide/pull/30


More information about the guide-dev mailing list