You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JobLauncherTestUtils often uses the getUniqueJobParameters method.
But it seems a bit cumbersome to use this method with other JobParameters.
In the same case, I use it like this:
new JobParametersBuilder(jobLauncherTestUtils.getUniqueJobParameters())
.addString()
.addDouble()
fmbenhassine
changed the title
Add getUniqueJobParametersBuilder() in JobLauncherTestUtils. [BATCH-2847]
Add getUniqueJobParametersBuilder() method in JobLauncherTestUtils
Jul 24, 2020
jojoldu opened BATCH-2847 and commented
JobLauncherTestUtils often uses the getUniqueJobParameters method.
But it seems a bit cumbersome to use this method with other JobParameters.
In the same case, I use it like this:
I want to make this convenient.
What do you think?
Affects: 4.2.0
Referenced from: pull request #734
The text was updated successfully, but these errors were encountered: