Using the RepetitionInfoParameterResolver Class
Understand the use of dependency injection in JUnit 5 using the RepetitionInfoParameterResolver class.
We'll cover the following...
We'll cover the following...
Dependency injection helps us access additional data about the test run using the RepetitionInfoParameterResolver
interface.
This interface supplies an instance of RepetitionInfo
. This provides different methods to retrieve ...