Re: RFR: 8350011: Convert jpackage test lib tests in JUnit format [v2]

2025-02-13 Thread Alexander Matveev
On Fri, 14 Feb 2025 01:40:59 GMT, Alexey Semenyuk wrote: >> Convert jpackage test library tests in JUnit format. This simplifies running >> them in IDE. >> >> Added >> [JUnitAdapter](https://github.com/openjdk/jdk/pull/23615/files#diff-8719943fb769c04daf413427dc812650763f588cbd0ef6b50cccd11260

Re: RFR: 8350011: Convert jpackage test lib tests in JUnit format [v2]

2025-02-13 Thread Alexey Semenyuk
> Convert jpackage test library tests in JUnit format. This simplifies running > them in IDE. > > Added > [JUnitAdapter](https://github.com/openjdk/jdk/pull/23615/files#diff-8719943fb769c04daf413427dc812650763f588cbd0ef6b50cccd11260353c0a) > class to simplify running jpackage test-lib tests wit

Re: RFR: 8350011: Convert jpackage test lib tests in JUnit format

2025-02-13 Thread Alexey Semenyuk
On Thu, 13 Feb 2025 23:49:24 GMT, Alexander Matveev wrote: >> Convert jpackage test library tests in JUnit format. This simplifies running >> them in IDE. >> >> Added >> [JUnitAdapter](https://github.com/openjdk/jdk/pull/23615/files#diff-8719943fb769c04daf413427dc812650763f588cbd0ef6b50cccd11

Re: RFR: 8350011: Convert jpackage test lib tests in JUnit format

2025-02-13 Thread Alexander Matveev
On Thu, 13 Feb 2025 14:37:50 GMT, Alexey Semenyuk wrote: > Convert jpackage test library tests in JUnit format. This simplifies running > them in IDE. > > Added > [JUnitAdapter](https://github.com/openjdk/jdk/pull/23615/files#diff-8719943fb769c04daf413427dc812650763f588cbd0ef6b50cccd11260353c0

Re: RFR: 8350011: Convert jpackage test lib tests in JUnit format

2025-02-13 Thread Alexey Semenyuk
On Thu, 13 Feb 2025 14:37:50 GMT, Alexey Semenyuk wrote: > Convert jpackage test library tests in JUnit format. This simplifies running > them in IDE. > > Added > [JUnitAdapter](https://github.com/openjdk/jdk/pull/23615/files#diff-8719943fb769c04daf413427dc812650763f588cbd0ef6b50cccd11260353c0

RFR: 8350011: Convert jpackage test lib tests in JUnit format

2025-02-13 Thread Alexey Semenyuk
Convert jpackage test library tests in JUnit format. This simplifies running them in IDE. Added [JUnitAdapter](https://github.com/openjdk/jdk/pull/23615/files#diff-8719943fb769c04daf413427dc812650763f588cbd0ef6b50cccd11260353c0a) class to simplify running jpackage test-lib tests with JUnit. `J