Marc Knaup
05/27/2020, 5:32 PMCannot access class ’<class>’. Check your module classpath for missing or conflicting dependenciesWhat does this even mean exactly? I want to test code that depends on a certain library. But I cannot add that library to the test configuration, so I simply create some dummy classes with the same name & package name and mock them using mockk 🤔 Doesn’t seem to work though 😅
allan.conda
05/28/2020, 7:14 AMallan.conda
05/28/2020, 7:16 AMallan.conda
05/28/2020, 7:19 AMMarc Knaup
05/28/2020, 7:54 AMallan.conda
05/28/2020, 8:00 AMBut I cannot add that library to the test configuration,Oh I completely missed this 🤦♂️ ; your solution should work, you might be missing something. Some debug libraries even have no-op versions but that’s typically used for release variant. Why can’t you add the library in your tests?
Marc Knaup
05/28/2020, 8:01 AM