I am trying to mimick file reading in my unit test case using powermockito, below is my code I want test
import java.io.IOException; import java.nio.file.Files; i