On Fri, 14 Feb 2025 14:30:25 GMT, Alexey Semenyuk <asemen...@openjdk.org> wrote:

> Don't consider functions without `jdk.jpackage.test.Annotations.Test` 
> annotation as tests.
> 
> Additionally, enhance the functionality of 
> `jdk.jpackage.test.Annotations.ParameterSupplier` annotation: make an empty 
> string the default value. If the method name is empty (the default annotation 
> value), then the name of the parameter supplier method is the same as the 
> name of the annotated method. E.g.: `@Test @ParameterSupplier public void 
> testInteger(int v)` is equivalent to `@Test @ParameterSupplier("testInteger") 
> public void testInteger(int v)`.

@sashamatveev PTAL

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

PR Comment: https://git.openjdk.org/jdk/pull/23632#issuecomment-2659537549

Reply via email to