In JUnit 5, tests with parameters (e.g. via the @ParameterizedTest annotation) do not propagate to the parameters of the test class constructor. For a parameterized constructor, you need to register a special ParameterResolver that will tell the framework how to pass parameters to the constructor.