Mocking sheet in junit is giving invalid use of matchers exception
I’m trying to mock the below method,
Actual Method
public List<PricingSchemesDTO> loadPricingSchemeDto(Sheet pricingSchemeSheet, List<String> errors) {}
I’m trying to mock the below method,
Actual Method
public List<PricingSchemesDTO> loadPricingSchemeDto(Sheet pricingSchemeSheet, List<String> errors) {}