I am working on Spring Batch Unit test and every time I run my test-case I am getting job name as "TestJob". Is it possible to set/alter this and provide a new job name?
I tried and worked around:
jobLauncherTestUtils.setJob()
but could find anything helpful.