William

Results 5 issues of William

## Overview Resolves https://github.com/junit-team/junit5/issues/2969 --- I hereby agree to the terms of the [JUnit Contributor License Agreement](https://github.com/junit-team/junit5/blob/002a0052926ddee57cf90580fa49bc37e5a72427/CONTRIBUTING.md#junit-contributor-license-agreement). --- ### Definition of Done - [x] There are no TODOs left in...

type: enhancement
theme: extensions
component: Jupiter
theme: discovery

Motivation : Having the configuration can be useful to fallback on the default DisplayNameGenerator Example : ```java @DisplayNameGeneration(MyTest.MyDisplayNameGenerator.class) public class MyTest { @Test @MyDisplayName("My display name") public void test1() {...

type: enhancement
theme: extensions
status: in progress
component: Jupiter
theme: discovery

Given : ```java public interface MyType {} ``` ```java public interface SubType extends MyType {} ``` ```java public interface SubTypeInteger extends MyType {} ``` ```java public interface SubTypeBounded extends MyType...

type=defect
package=reflect
P3

### Version Vert.x core : 4.5.10 ### Context The exceptionHandler of an AsyncFile is not triggered when an exception is thrown in the data handler (when read). ### Do you...

bug

Similar to methods filter and skipIf with bi predicate