Join Slack
Powered by
Hey folks, I'm trying o write a fake implementatio...
# testing
g
galvas
08/23/2023, 2:53 PM
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?
2
Views
Open in Slack
Previous
Next