Description
According to https://junit.org/junit5/docs/current/user-guide/#extensions-parameter-resolution you may find it convenient to extend the TypeBasedParameterResolver .
However, this package is not exported, so it is not possible to write a custom parameter resolver based on this class if your project also contains a module descriptor.