how to mock this jobparameter in junit mockito @Value(“#{jobParameters['Id']}”)

后端 未结 0 1867
暖寄归人
暖寄归人 2020-12-13 12:26
@Component
@StepScope
public class Processor implements ItemProcessor {
    
    public Result item;
    
    @Autowired
    PropertyUtil util;         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题