Join Slack
Powered by
Hey folks, I'm trying o write a fake implementatio...
# android
g
galvas
08/24/2023, 8:06 AM
Hey folks, I'm trying o write a fake implementation of a sealed interface on my unit tests. But I get an
Inheritance of sealed classes or interfaces from different module is prohibited
error. I assumed that the tests source would be part of the same module as the production code. Am I missing something? Any tips?
5
Views
Open in Slack
Previous
Next