On Wed, 13 Nov 2024 02:02:27 GMT, Alexey Semenyuk wrote:
>> The PR affects jpackage test library only. Changes:
>>
>> - Removed dependencies on `java.io.File`. `java.io.File.pathSeparator` is
>> still used as there is no better alternative.
>> - Use `TKit.concatMessages()` instead of `String.fo
> The PR affects jpackage test library only. Changes:
>
> - Removed dependencies on `java.io.File`. `java.io.File.pathSeparator` is
> still used as there is no better alternative.
> - Use `TKit.concatMessages()` instead of `String.format()` in
> TKit.assert...() methods.
> - Added unit tests for
On Fri, 8 Nov 2024 23:57:58 GMT, Alexey Semenyuk wrote:
> The PR affects jpackage test library only. Changes:
>
> - Removed dependencies on `java.io.File`. `java.io.File.pathSeparator` is
> still used as there is no better alternative.
> - Use `TKit.concatMessages()` instead of `String.format()
The PR affects jpackage test library only. Changes:
- Removed dependencies on `java.io.File`. `java.io.File.pathSeparator` is still
used as there is no better alternative.
- Use `TKit.concatMessages()` instead of `String.format()` in TKit.assert...()
methods.
- Added unit tests for all TKit.asse
On Fri, 8 Nov 2024 23:57:58 GMT, Alexey Semenyuk wrote:
> The PR affects jpackage test library only. Changes:
>
> - Removed dependencies on `java.io.File`. `java.io.File.pathSeparator` is
> still used as there is no better alternative.
> - Use `TKit.concatMessages()` instead of `String.format()