RFR: Initial section on testing [v6]

Igor Ignatyev iignatyev at openjdk.java.net
Thu Oct 22 15:49:18 UTC 2020


On Thu, 22 Oct 2020 15:13:56 GMT, Lance Andersen <lancea at openjdk.org> wrote:

>Should we indicate when to use a TEST.properties file vs. including the properties within the test?

`TEST.properties` files aren't intended to be used by tests, they are jtreg configurations file, so using them for test-specific properties might lead to name clashes and unexpected behaviors.

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

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


More information about the guide-dev mailing list