Closed
Description
One of the biggest problems we have in testing at the moment is that we cannot mock Rust side objects, both because they're not using protocols throughout and because they're not open.
Following the great work @jmartinesp did here we would like to make something similar available to swift developers. We should then be able to unit test more complex services layer files like the RoomTimelineItemFactory
and RoomSummaryProvider