How do I properly mock a constructor with argument...
# mockk
k
How do I properly mock a constructor with arguments? It looks like that
mockkConstructor(XSSFWorkbook::class)
mocks only zero-arg constructor