So, I am writing some unit tests and one of my classes has a static void method. I can mock it by using mockStatic(CustomClass::class.java) and it works fine fo
mockStatic(CustomClass::class.java)