Integrated: 8256066: Tests use deprecated TestNG API that is no longer available in new versions

Mandy Chung mchung at openjdk.java.net
Tue Nov 10 17:55:05 UTC 2020


On Tue, 10 Nov 2020 17:41:28 GMT, Mandy Chung <mchung at openjdk.org> wrote:

> @ExpectedExceptions is no longer available in TestNG 7.*.  Update the tests
> to use @Test(expectedExceptions = "...") instead.

This pull request has now been integrated.

Changeset: 6d8acd26
Author:    Mandy Chung <mchung at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/6d8acd26
Stats:     12 lines in 3 files changed: 0 ins; 6 del; 6 mod

8256066: Tests use deprecated TestNG API that is no longer available in new versions

Reviewed-by: jjg

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

PR: https://git.openjdk.java.net/jdk/pull/1145


More information about the core-libs-dev mailing list